diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
| commit | fbda25d3d8a8191b9397c29d7ff475f2264c978e (patch) | |
| tree | eaed4a978a69b33ad22f7c52eda0b8b85ccc447c /text/maps/route_16_house.asm | |
| parent | Split out route text (diff) | |
| download | pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.gz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.xz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.zip | |
Split out the rest of map text
Diffstat (limited to 'text/maps/route_16_house.asm')
| -rw-r--r-- | text/maps/route_16_house.asm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/text/maps/route_16_house.asm b/text/maps/route_16_house.asm new file mode 100644 index 00000000..d59b5fc0 --- /dev/null +++ b/text/maps/route_16_house.asm @@ -0,0 +1,32 @@ +_Route16HouseText3: ; 8ce02 (23:4e02) + text "Oh, you found my" + line "secret retreat!" + + para "Please don't tell" + line "anyone I'm here." + cont "I'll make it up" + cont "to you with this!" + prompt + +_ReceivedHM02Text: ; 8ce66 (23:4e66) + text $52, " received" + line "HM02!@@" + +_HM02ExplanationText: ; 8ce79 (23:4e79) + text "HM02 is FLY." + line "It will take you" + cont "back to any town." + + para "Put it to good" + line "use!" + done + +_HM02NoRoomText: ; 8cebe (23:4ebe) + text "You don't have any" + line "room for this." + done + +_UnnamedText_1e652: ; 8cee0 (23:4ee0) + text "FEAROW: Kyueen!" + done + |
