From ea05c44163f753b9f507535d8ee549a4d43a4410 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 27 May 2014 11:09:08 -0700 Subject: Add macro TX_BCD for printing BCD numbers. This fixes some more static wram addresses. --- text/maps/daycare_1.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text') diff --git a/text/maps/daycare_1.asm b/text/maps/daycare_1.asm index 2c2314b2..a4182351 100644 --- a/text/maps/daycare_1.asm +++ b/text/maps/daycare_1.asm @@ -41,7 +41,7 @@ DayCareMText_8ac67:: ; 8ac67 (22:6c67) _DayCareMText_56428:: ; 8ac7d (22:6c7d) text "You owe me ¥@" - db $2, $3f, $cd, $c2 + TX_BCD wcd3f, $c2 db $0 line "for the return" cont "of this #MON." -- cgit v1.3.1-sl0p