diff options
Diffstat (limited to 'text/maps/mr_psychics_house.asm')
-rw-r--r-- | text/maps/mr_psychics_house.asm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/text/maps/mr_psychics_house.asm b/text/maps/mr_psychics_house.asm new file mode 100644 index 00000000..c35779e9 --- /dev/null +++ b/text/maps/mr_psychics_house.asm @@ -0,0 +1,26 @@ +_TM29PreReceiveText:: ; a24fe (28:64fe) + text "...Wait! Don't" + line "say a word!" + + para "You wanted this!" + prompt + +_ReceivedTM29Text:: ; a252a (28:652a) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM29ExplanationText:: ; a253e (28:653e) + text "TM29 is PSYCHIC!" + + para "It can lower the" + line "target's SPECIAL" + cont "abilities." + done + +_TM29NoRoomText:: ; a257c (28:657c) + text "Where do you plan" + line "to put this?" + done + |