diff options
Diffstat (limited to 'data/phone/text/todd_overworld.asm')
-rw-r--r-- | data/phone/text/todd_overworld.asm | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/data/phone/text/todd_overworld.asm b/data/phone/text/todd_overworld.asm new file mode 100644 index 000000000..6b4e9dd4c --- /dev/null +++ b/data/phone/text/todd_overworld.asm @@ -0,0 +1,68 @@ +ToddAskNumber1Text: + text "From here, I can" + line "see GOLDENROD's" + + para "DEPT.STORE. They" + line "have bargain sales" + + para "up on the rooftop" + line "every so often." + + para "Could I get your" + line "phone number?" + + para "I'll call you when" + line "they have a sale." + done + +ToddAskNumber2Text: + text "If you give me" + line "your number, I'll" + + para "call you when they" + line "have a sale." + done + +ToddNumberAcceptedText: + text "I check GOLDENROD" + line "DEPT.STORE every" + + para "day, so I know" + line "when there's a" + cont "sale." + done + +ToddNumberDeclinedText: + text "Anyway…" + + para "If you're short on" + line "money, take down" + cont "my number." + + para "I'll call you when" + line "there's a sale." + done + +ToddPhoneFullText: + text "Your phone doesn't" + line "have enough memory" + cont "for more numbers." + done + +ToddRematchText: + text "I waited for you!" + line "I even cut back my" + + para "shopping to raise" + line "my #MON better!" + done + +UnusedText_0xa43ca: +; This is unused; Todd says this during the department store sale, +; but this is a duplicate of the actual string in the Route 34 scripts. + text "Shopping under the" + line "sky!" + + para "It feels so nice" + line "up on a rooftop." + done |