- Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and constants to better reflect their hypothesized purposes.

- Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment.
This commit is contained in:
Scott Norton
2015-06-29 22:24:45 -04:00
committed by PikalaxALT
parent e2c2e20f93
commit f74fd6903f
60 changed files with 491 additions and 2177 deletions

View File

@@ -2,7 +2,7 @@ PrintItemDescription: ; 0x1c8955
; Print the description for item [CurSpecies] at de.
ld a, [CurSpecies]
cp TM_01
cp TM01
jr c, .not_a_tm
ld [CurItem], a