diff options
Diffstat (limited to 'text/maps/MrPsychicsHouse.asm')
-rw-r--r-- | text/maps/MrPsychicsHouse.asm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/text/maps/MrPsychicsHouse.asm b/text/maps/MrPsychicsHouse.asm new file mode 100644 index 00000000..7be2e11e --- /dev/null +++ b/text/maps/MrPsychicsHouse.asm @@ -0,0 +1,25 @@ +_TM29PreReceiveText:: + text "...Wait! Don't" + line "say a word!" + + para "You wanted this!" + prompt + +_ReceivedTM29Text:: + text "<PLAYER> received" + line "@" + TX_RAM wcf4b + text "!@@" + +_TM29ExplanationText:: + text "TM29 is PSYCHIC!" + + para "It can lower the" + line "target's SPECIAL" + cont "abilities." + done + +_TM29NoRoomText:: + text "Where do you plan" + line "to put this?" + done |