diff options
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm index 486c6e519..b6c209a38 100644 --- a/macros.asm +++ b/macros.asm @@ -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 |
