diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-20 19:16:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-20 19:16:25 -0500 |
commit | d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (patch) | |
tree | 5034333ad04ef2d9d5e81e8a588e2b0228d0facc /macros.asm | |
parent | be8d1c80f476c2a48eafb0408afd412c8ab95195 (diff) |
BG pal constants, convert tileset pal maps to asm
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 812873584..6656ca038 100644 --- a/macros.asm +++ b/macros.asm @@ -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) |