From bb97b63af1fbeca208cb30a41f8195b4408821dc Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 18 Oct 2015 15:37:40 -0400 Subject: Complete documentation of bank3 Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ --- macros.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros.asm') 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 -- cgit v1.3.1-sl0p