From 19c517bca455c10e7cba6699084b8cbeb8cc8137 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 3 Aug 2015 22:10:30 -0400 Subject: Attempt to make yellow buildable, part 7. Builds but not to baserom.gbc. --- macros.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'macros.asm') diff --git a/macros.asm b/macros.asm index 86181551..d1130eb9 100644 --- a/macros.asm +++ b/macros.asm @@ -253,7 +253,7 @@ add_predef: MACRO ENDM predef_id: MACRO - ld a, (\1Predef - PredefPointers) / 3 + ld a, (\1Predef) ; - PredefPointers) / 3 ENDM predef: MACRO @@ -266,7 +266,10 @@ predef_jump: MACRO jp Predef ENDM - +predef_const: MACRO + const \1Predef + ENDM + add_tx_pre: MACRO \1_id:: dw \1 ENDM -- cgit v1.3.1-sl0p