Address some comments from padz

This commit is contained in:
PikalaxALT
2015-12-05 08:08:01 -05:00
parent 81ea723b04
commit e83a5bae87
4 changed files with 56 additions and 18 deletions

View File

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