Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7)

This commit is contained in:
Adelaide Walter
2018-01-08 17:13:37 -05:00
parent ce985a09a7
commit d6f20ae746
10 changed files with 17 additions and 17 deletions

View File

@@ -174,7 +174,7 @@ GetGender: ; 50bdd
; sBoxMon data is read directly from SRAM.
ld a, [MonType]
cp BOXMON
ld a, 1
ld a, BANK(sBox)
call z, GetSRAMBank
; Attack DV