summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 15:05:19 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 15:22:04 -0500
commit10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (patch)
tree849a489313f516c3e4f51b18969824543debf7a2 /macros.asm
parentb1dc88b7281e0486cb952c8f8c62dab705eb4b9d (diff)
Battle Tower
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 10cb99264..67e3be236 100644
--- a/macros.asm
+++ b/macros.asm
@@ -177,3 +177,35 @@ ENDM
tiles EQUS "* $10"
tile EQUS "+ $10 *"
+
+partymon: MACRO
+ db \1
+ db \2
+ db \3, \4, \5, \6
+ dw \7
+ dt \8
+rept 8
+ shift
+endr
+rept 5
+ bigdw \1
+ shift
+endr
+ db \1, \2
+ db \3, \4, \5, \6
+rept 6
+ shift
+endr
+ db \1
+ db \2, \3, \4
+ db \5
+ db \6, \7
+rept 7
+ shift
+endr
+rept 7
+ bigdw \1
+ shift
+endr
+ db \1
+ENDM