Use globals to implicitly define labels before passing them into BANK().

This commit is contained in:
yenatch
2014-02-04 21:29:13 -05:00
parent 7c02c2bb31
commit 30218eb3d6
3 changed files with 22 additions and 0 deletions

View File

@@ -41638,6 +41638,12 @@ Function44333: ; 44333
; 44351
PokedexEntryBanks: ; 44351
GLOBAL PokedexEntries1
GLOBAL PokedexEntries2
GLOBAL PokedexEntries3
GLOBAL PokedexEntries4
db BANK(PokedexEntries1)
db BANK(PokedexEntries2)
db BANK(PokedexEntries3)