diff options
| author | Brainulator9 <44907795+Brainulator9@users.noreply.github.com> | 2021-11-16 20:23:34 -0500 |
|---|---|---|
| committer | Clownacy <Clownacy@users.noreply.github.com> | 2023-05-13 18:19:37 +0100 |
| commit | d9a583e2885fd78baa7a03ad879ed4fa17addeae (patch) | |
| tree | 79369ea1fc8e214ffac592866291bdc234187920 /_inc | |
| parent | 1e6a5ad3a41a12b37f7e7838e08adfccc7a8c965 (diff) | |
"Blackbird" to "Penguin"
This has bugged me for a while now. The S2 and S3K disassemblies call
the same animal a penguin, it's called a penguin in official
material, and we all know what penguins are... so what's with this
name that only makes things hard to understand?
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/Pattern Load Cues.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_inc/Pattern Load Cues.asm b/_inc/Pattern Load Cues.asm index 364c3e5..1b4aef2 100644 --- a/_inc/Pattern Load Cues.asm +++ b/_inc/Pattern Load Cues.asm @@ -300,7 +300,7 @@ PLC_GHZAnimalsend: ; Pattern load cues - LZ animals ; --------------------------------------------------------------------------- PLC_LZAnimals: dc.w ((PLC_LZAnimalsend-PLC_LZAnimals-2)/6)-1 - plcm Nem_BlackBird, $B000 ; blackbird + plcm Nem_Penguin, $B000 ; penguin plcm Nem_Seal, $B240 ; seal PLC_LZAnimalsend: ; --------------------------------------------------------------------------- @@ -328,7 +328,7 @@ PLC_SYZAnimalsend: ; Pattern load cues - SBZ animals ; --------------------------------------------------------------------------- PLC_SBZAnimals: dc.w ((PLC_SBZAnimalsend-PLC_SBZAnimals-2)/6)-1 - plcm Nem_Rabbit, $B000 ; rabbit + plcm Nem_Rabbit, $B000 ; rabbit plcm Nem_Chicken, $B240 ; chicken PLC_SBZAnimalsend: ; --------------------------------------------------------------------------- @@ -353,7 +353,7 @@ PLC_Ending: dc.w ((PLC_Endingend-PLC_Ending-2)/6)-1 endif plcm Nem_Rabbit, $AA60 ; rabbit plcm Nem_Chicken, $ACA0 ; chicken - plcm Nem_BlackBird, $AE60 ; blackbird + plcm Nem_Penguin, $AE60 ; penguin plcm Nem_Seal, $B0A0 ; seal plcm Nem_Pig, $B260 ; pig plcm Nem_Flicky, $B4A0 ; flicky |
