Use constants for asm collision data

This commit is contained in:
Remy Oukaour
2017-12-12 16:27:09 -05:00
parent b006415371
commit e4a61cf1ae
77 changed files with 2725 additions and 33 deletions

View File

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