pokeemerald/data/maps/RustboroCity_House3/scripts.inc

38 lines
1.0 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
RustboroCity_House3_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
RustboroCity_House3_EventScript_OldMan::
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_House3_Text_IGivePerfectlySuitedNicknames, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
RustboroCity_House3_EventScript_OldWoman::
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_House3_Text_NamingPikachuPekachu, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-05 20:05:29 +01:00
@ Misspelling on purpose, see nickname
2021-07-20 21:18:31 +02:00
RustboroCity_House3_EventScript_Pekachu::
2017-11-10 02:21:31 +01:00
lock
faceplayer
waitse
2021-11-07 18:58:11 +01:00
playmoncry SPECIES_PIKACHU, CRY_MODE_NORMAL
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_House3_Text_Pekachu, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
2021-07-20 21:18:31 +02:00
RustboroCity_House3_Text_IGivePerfectlySuitedNicknames:
2017-11-10 02:21:31 +01:00
.string "For my own POKéMON, I give them\n"
.string "perfectly suited nicknames!\p"
2018-12-07 16:41:08 +01:00
.string "It's my expression of, uh…\n"
.string "originality, yes, that's it!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
RustboroCity_House3_Text_NamingPikachuPekachu:
2017-11-10 02:21:31 +01: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 16:41:08 +01:00
.string "that's easy to understand, but…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
RustboroCity_House3_Text_Pekachu:
2017-11-10 02:21:31 +01:00
.string "PEKACHU: Peka!$"