mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Improve some RAM formatting
This commit is contained in:
parent
ce62dca69b
commit
8701ef4d61
10 changed files with 450 additions and 799 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue