summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-18 15:37:40 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-18 15:37:40 -0400
commitbb97b63af1fbeca208cb30a41f8195b4408821dc (patch)
tree106b0bab693daa5335445b01c43a8cd4c851d231 /macros.asm
parent35874024438c0a716ad3de8896207f02db56e7d1 (diff)
Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
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 effe098c..64ac7e08 100644
--- a/macros.asm
+++ b/macros.asm
@@ -303,6 +303,10 @@ add_tx_pre: MACRO
\1_id:: dw \1
ENDM
+db_tx_pre: MACRO
+ db \1_id
+ENDM
+
tx_pre_id: MACRO
ld a, \1_id ; - TextPredefs) / 2 + 1
ENDM