diff options
author | YamaArashi <shadow962@live.com> | 2015-07-23 06:07:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-23 06:07:44 -0700 |
commit | 04a6c306dce136873fd33d27aa3d5b90d9eeba5a (patch) | |
tree | bdd84a7c2c9be620b0c5d46b3cb015822f7b792a /text | |
parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) |
clean up wram aliases
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 a42e3cf2..02e35344 100644 --- a/text/maps/daycare_1.asm +++ b/text/maps/daycare_1.asm @@ -39,7 +39,7 @@ _DayCareMonHasGrownText:: ; 8ac32 (22:6c32) _DayCareOweMoneyText:: ; 8ac7d (22:6c7d) text "You owe me ¥@" - TX_BCD wcd3f, $c2 + TX_BCD wDayCareTotalCost, $c2 db $0 line "for the return" cont "of this #MON." |