2022-05-19 19:14:13 +02:00
|
|
|
RustboroCity_House3_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
RustboroCity_House3_EventScript_OldMan::
|
|
|
|
msgbox RustboroCity_House3_Text_IGivePerfectlySuitedNicknames, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
RustboroCity_House3_EventScript_OldWoman::
|
|
|
|
msgbox RustboroCity_House3_Text_NamingPikachuPekachu, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
@ Misspelling on purpose, see nickname
|
|
|
|
RustboroCity_House3_EventScript_Pekachu::
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
|
|
|
playmoncry SPECIES_PIKACHU, CRY_MODE_NORMAL
|
|
|
|
msgbox RustboroCity_House3_Text_Pekachu, MSGBOX_DEFAULT
|
|
|
|
waitmoncry
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
RustboroCity_House3_Text_IGivePerfectlySuitedNicknames:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "For my own Pokémon, I give them\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "perfectly suited nicknames!\p"
|
|
|
|
.string "It's my expression of, uh…\n"
|
|
|
|
.string "originality, yes, that's it!$"
|
|
|
|
|
|
|
|
RustboroCity_House3_Text_NamingPikachuPekachu:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "But giving the name Pekachu to\n"
|
|
|
|
.string "a Pikachu? It seems pointless.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I suppose it is good to use a name\n"
|
|
|
|
.string "that's easy to understand, but…$"
|
|
|
|
|
|
|
|
RustboroCity_House3_Text_Pekachu:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Pekachu: Peka!$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|