diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 17:55:02 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 17:55:02 -0400 |
| commit | d2ed7674f499b1fd6c4059da40b8b42c6bf96995 (patch) | |
| tree | f581489b522fc647477d7b36dee072d553c44fd1 /text/maps/daycare.asm | |
| parent | Make pokeyellow build to baserom. (diff) | |
| parent | Merge pull request #114 from YamaArashi/master (diff) | |
| download | pokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.tar.gz pokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.tar.xz pokeyellow-d2ed7674f499b1fd6c4059da40b8b42c6bf96995.zip | |
Merge branch 'master' of https://github.com/iimarckus/pokered
Doesn't build.
Diffstat (limited to 'text/maps/daycare.asm')
| -rw-r--r-- | text/maps/daycare.asm | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/text/maps/daycare.asm b/text/maps/daycare.asm index 929c9104..4f4b1950 100644 --- a/text/maps/daycare.asm +++ b/text/maps/daycare.asm @@ -1,60 +1,54 @@ -_DayCareMText_5640f:: +_DayCareIntroText:: text "I run a DAYCARE." line "Would you like me" cont "to raise one of" cont "your #MON?" done -_DayCareMText_56414:: +_DayCareWhichMonText:: text "Which #MON" line "should I raise?" prompt -_DayCareMText_56419:: +_DayCareWillLookAfterMonText:: text "Fine, I'll look" line "after @" TX_RAM wcd6d db $0 cont "for a while." prompt - -_DayCareMText_5641e:: +_DayCareComeSeeMeInAWhileText:: text "Come see me in" line "a while." done - -_DayCareMText_56423:: +_DayCareMonHasGrownText:: text "Your @" TX_RAM wcd6d db $0 line "has grown a lot!" - para "By level, it's" line "grown by @" - -DayCareMText_8ac67:: - TX_NUM wTrainerEngageDistance,$1,$3 + TX_NUM wDayCareNumLevelsGrown,$1,$3 text "!" para "Aren't I great?" prompt - -_DayCareMText_56428:: +_DayCareOweMoneyText:: text "You owe me ¥@" - TX_BCD wcd3f, $c2 + TX_BCD wDayCareTotalCost, $c2 db $0 line "for the return" cont "of this #MON." done -_DayCareMText_5642d:: +_DayCareGotMonBackText:: text $52, " got" line "@" TX_RAM W_DAYCAREMONNAME text " back!" done -_DayCareMText_56432:: +_DayCareMonNeedsMoreTimeText:: text "Back already?" line "Your @" TX_RAM wcd6d @@ -63,37 +57,36 @@ _DayCareMText_56432:: cont "time with me." prompt -_DayCareMText_56437:: +_DayCareAllRightThenText:: text "All right then," line "@@" -_DayCareMText_5643b:: +_DayCareComeAgainText:: text "Come again." done -_DayCareMText_56440:: +_DayCareNoRoomForMonText:: text "You have no room" line "for this #MON!" done -_DayCareMText_56445:: +_DayCareOnlyHaveOneMonText:: text "You only have one" line "#MON with you." done -_DayCareMText_5644a:: +_DayCareCantAcceptMonWithHMText:: text "I can't accept a" line "#MON that" cont "knows an HM move." done -_DayCareMText_5644f:: +_DayCareHeresYourMonText:: text "Thank you! Here's" line "your #MON!" prompt -_DayCareMText_56454:: +_DayCareNotEnoughMoneyText:: text "Hey, you don't" line "have enough ¥!" - done - + done
\ No newline at end of file |
