diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-02-05 00:16:48 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-02-05 00:16:48 -0800 |
commit | ff6306400b2272a863fb55edbc00c6a22f24230f (patch) | |
tree | 3f67f455cd500e7a3c1956ee15ed6ffedfaa2edb /main.asm | |
parent | 1202e68d2f695d4b91d184bd43139dbe10cb8131 (diff) | |
parent | 30218eb3d6c0b523a302ac38601b4630c564aeb1 (diff) |
Merge pull request #229 from yenatch/nuke-globals
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) |