summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-05 08:08:01 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-05 08:08:01 -0500
commite83a5bae87d565eae14716470397df211a1fee94 (patch)
treea320bc49f68d2e10fb3a317e7344d6470bdf9ddf /macros.asm
parent81ea723b04986e91492cc4803a8bd6540d32de85 (diff)
Address some comments from padz
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm1
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