diff options
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..05b24865 --- /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 + |