Move remaining constants into constants/{misc,pokemon_data}_constants.asm

Now constant groups can be included separately if needed.
This commit is contained in:
yenatch
2014-02-02 17:12:04 -05:00
parent 4f5ae6510c
commit 7c02c2bb31
4 changed files with 169 additions and 165 deletions

View File

@@ -7,6 +7,9 @@ Bankswitch EQU $10
JumpTable EQU $28
NONE EQU 0
dwb: MACRO
dw \1
db \2