diff options
author | yenatch <yenatch@gmail.com> | 2014-02-04 21:29:13 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-04 21:30:27 -0500 |
commit | 30218eb3d6c0b523a302ac38601b4630c564aeb1 (patch) | |
tree | 3f67f455cd500e7a3c1956ee15ed6ffedfaa2edb /main.asm | |
parent | 7c02c2bb31317c31446a5907fe68f26dabb4858f (diff) |
Use globals to implicitly define labels before passing them into BANK().
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |