Improve some RAM formatting

This commit is contained in:
Rangi 2021-05-31 11:46:10 -04:00
parent ce62dca69b
commit 8701ef4d61
10 changed files with 450 additions and 799 deletions

View file

@ -20,11 +20,11 @@ GetName::
; TM names are separate from item names.
; BUG: This applies to all names instead of just items.
assert NUM_POKEMON_INDEXES < HM01, \
ASSERT NUM_POKEMON_INDEXES < HM01, \
"A bug in GetName will get TM/HM names for Pokémon above ${x:HM01}."
assert NUM_ATTACKS < HM01, \
ASSERT NUM_ATTACKS < HM01, \
"A bug in GetName will get TM/HM names for moves above ${x:HM01}."
assert NUM_TRAINERS < HM01, \
ASSERT NUM_TRAINERS < HM01, \
"A bug in GetName will get TM/HM names for trainers above ${x:HM01}."
cp HM01
jp nc, GetMachineName