38 lines
1.0 KiB
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
RustboroCity_House3_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
RustboroCity_House3_EventScript_OldMan::
2019-11-05 14:05:29 -05:00
msgbox RustboroCity_House3_Text_IGivePerfectlySuitedNicknames, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
RustboroCity_House3_EventScript_OldWoman::
2019-11-05 14:05:29 -05:00
msgbox RustboroCity_House3_Text_NamingPikachuPekachu, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2019-11-05 14:05:29 -05:00
@ Misspelling on purpose, see nickname
2021-07-20 15:18:31 -04:00
RustboroCity_House3_EventScript_Pekachu::
2017-11-09 19:21:31 -06:00
lock
faceplayer
waitse
2021-11-07 12:58:11 -05:00
playmoncry SPECIES_PIKACHU, CRY_MODE_NORMAL
2019-11-05 14:05:29 -05:00
msgbox RustboroCity_House3_Text_Pekachu, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
waitmoncry
release
end
2021-07-20 15:18:31 -04:00
RustboroCity_House3_Text_IGivePerfectlySuitedNicknames:
2017-11-09 19:21:31 -06:00
.string "For my own POKéMON, I give them\n"
.string "perfectly suited nicknames!\p"
2018-12-07 10:41:08 -05:00
.string "It's my expression of, uh…\n"
.string "originality, yes, that's it!$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
RustboroCity_House3_Text_NamingPikachuPekachu:
2017-11-09 19:21:31 -06:00
.string "But giving the name PEKACHU to\n"
.string "a PIKACHU? It seems pointless.\p"
.string "I suppose it is good to use a name\n"
2018-12-07 10:41:08 -05:00
.string "that's easy to understand, but…$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
RustboroCity_House3_Text_Pekachu:
2017-11-09 19:21:31 -06:00
.string "PEKACHU: Peka!$"