diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 02:09:10 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:34:51 -0400 |
| commit | 1d63499fa73f028a5409ff358caedc8972a57552 (patch) | |
| tree | 72747d1cb0d7626d0b110e349f7cf1b355399473 /text/maps/daycare.asm | |
| parent | Build only Yellow (diff) | |
| download | pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.gz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.xz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.zip | |
Remove (incorrect) address comments
Conflicts:
text.asm
Diffstat (limited to 'text/maps/daycare.asm')
| -rw-r--r-- | text/maps/daycare.asm | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/text/maps/daycare.asm b/text/maps/daycare.asm index 93154595..929c9104 100644 --- a/text/maps/daycare.asm +++ b/text/maps/daycare.asm @@ -1,16 +1,16 @@ -_DayCareMText_5640f:: ; 8ab95 (22:6b95) +_DayCareMText_5640f:: text "I run a DAYCARE." line "Would you like me" cont "to raise one of" cont "your #MON?" done -_DayCareMText_56414:: ; 8abd4 (22:6bd4) +_DayCareMText_56414:: text "Which #MON" line "should I raise?" prompt -_DayCareMText_56419:: ; 8abf0 (22:6bf0) +_DayCareMText_56419:: text "Fine, I'll look" line "after @" TX_RAM wcd6d @@ -18,12 +18,12 @@ _DayCareMText_56419:: ; 8abf0 (22:6bf0) cont "for a while." prompt -_DayCareMText_5641e:: ; 8ac19 (22:6c19) +_DayCareMText_5641e:: text "Come see me in" line "a while." done -_DayCareMText_56423:: ; 8ac32 (22:6c32) +_DayCareMText_56423:: text "Your @" TX_RAM wcd6d db $0 @@ -32,14 +32,14 @@ _DayCareMText_56423:: ; 8ac32 (22:6c32) para "By level, it's" line "grown by @" -DayCareMText_8ac67:: ; 8ac67 (22:6c67) +DayCareMText_8ac67:: TX_NUM wTrainerEngageDistance,$1,$3 text "!" para "Aren't I great?" prompt -_DayCareMText_56428:: ; 8ac7d (22:6c7d) +_DayCareMText_56428:: text "You owe me ¥@" TX_BCD wcd3f, $c2 db $0 @@ -47,14 +47,14 @@ _DayCareMText_56428:: ; 8ac7d (22:6c7d) cont "of this #MON." done -_DayCareMText_5642d:: ; 8acae (22:6cae) +_DayCareMText_5642d:: text $52, " got" line "@" TX_RAM W_DAYCAREMONNAME text " back!" done -_DayCareMText_56432:: ; 8acc1 (22:6cc1) +_DayCareMText_56432:: text "Back already?" line "Your @" TX_RAM wcd6d @@ -63,36 +63,36 @@ _DayCareMText_56432:: ; 8acc1 (22:6cc1) cont "time with me." prompt -_DayCareMText_56437:: ; 8c000 (23:4000) +_DayCareMText_56437:: text "All right then," line "@@" -_DayCareMText_5643b:: ; 8c013 (23:4013) +_DayCareMText_5643b:: text "Come again." done -_DayCareMText_56440:: ; 8c020 (23:4020) +_DayCareMText_56440:: text "You have no room" line "for this #MON!" done -_DayCareMText_56445:: ; 8c041 (23:4041) +_DayCareMText_56445:: text "You only have one" line "#MON with you." done -_DayCareMText_5644a:: ; 8c063 (23:4063) +_DayCareMText_5644a:: text "I can't accept a" line "#MON that" cont "knows an HM move." done -_DayCareMText_5644f:: ; 8c090 (23:4090) +_DayCareMText_5644f:: text "Thank you! Here's" line "your #MON!" prompt -_DayCareMText_56454:: ; 8c0ad (23:40ad) +_DayCareMText_56454:: text "Hey, you don't" line "have enough ¥!" done |
