diff options
author | yenatch <yenatch@gmail.com> | 2014-05-27 11:09:08 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-27 11:16:05 -0700 |
commit | ea05c44163f753b9f507535d8ee549a4d43a4410 (patch) | |
tree | e7fd69b85e293071021489dd5bd049573d889e83 /text | |
parent | f16f07c5ca38fa269972dfecab7dbae50e0a73ff (diff) |
Add macro TX_BCD for printing BCD numbers.
This fixes some more static wram addresses.
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/daycare_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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." |