You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More std enums.
This commit is contained in:
68
text/phone/todd_overworld.asm
Normal file
68
text/phone/todd_overworld.asm
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user