summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:05:32 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:05:32 -0500
commitc7985e1f3cfe12c487229c34bbdf449a464c2711 (patch)
tree4f1aa761c103d1c8dda47fe8ccab3442f51aadf5 /macros.asm
parent01792e00d2d1b0fc1e5550f13a8851c21917aa60 (diff)
Battle Tower scripts and text labels
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index fcf3eb15f..3123fdebf 100644
--- a/macros.asm
+++ b/macros.asm
@@ -234,3 +234,7 @@ hlbgcoord EQUS "bgcoord hl,"
debgcoord EQUS "bgcoord de,"
bcbgcoord EQUS "bgcoord bc,"
bgrows EQUS "* $20"
+
+palred EQUS "$0400 *"
+palgreen EQUS "$0020 *"
+palblue EQUS "$0001 *"