- 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

@@ -991,7 +991,7 @@ GetItemName:: ; 3468
push bc
ld a, [wd265]
cp TM_01
cp TM01
jr nc, .TM
ld [CurSpecies], a
@@ -1019,7 +1019,7 @@ GetTMHMName:: ; 3487
push af
; TM/HM prefix
cp HM_01
cp HM01
push af
jr c, .TM
@@ -1094,7 +1094,7 @@ GetTMHMName:: ; 3487
IsHM:: ; 34df
cp HM_01
cp HM01
jr c, .NotHM
scf
ret