BG pal constants, convert tileset pal maps to asm

This commit is contained in:
PikalaxALT
2016-01-20 19:16:25 -05:00
parent be8d1c80f4
commit d02c9e39dd
77 changed files with 1114 additions and 31 deletions

View File

@@ -15,6 +15,7 @@ INCLUDE "macros/rst.asm"
INCLUDE "macros/mobile.asm"
INCLUDE "macros/trainer.asm"
INCLUDE "macros/trade_anim.asm"
INCLUDE "macros/pals.asm"
RGB: MACRO
dw ((\3) << 10) + ((\2) << 5) + (\1)