mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05:00
33 lines
774 B
PHP
33 lines
774 B
PHP
SSAnne_1F_Room3_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_1F_Room3_EventScript_LittleGirl::
|
|
msgbox SSAnne_1F_Room3_Text_AlwaysTravelWithWigglytuff, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_1F_Room3_EventScript_BaldingMan::
|
|
msgbox SSAnne_1F_Room3_Text_CruiseIsElegantAndCozy, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_1F_Room3_EventScript_Wigglytuff::
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_WIGGLYTUFF, CRY_MODE_NORMAL
|
|
msgbox SSAnne_1F_Room3_Text_Wigglytuff
|
|
waitmoncry
|
|
release
|
|
end
|
|
|
|
SSAnne_1F_Room3_Text_CruiseIsElegantAndCozy::
|
|
.string "A world cruise is so elegant yet\n"
|
|
.string "cozy!$"
|
|
|
|
SSAnne_1F_Room3_Text_AlwaysTravelWithWigglytuff::
|
|
.string "I always travel with WIGGLYTUFF.\n"
|
|
.string "I never leave home without it.$"
|
|
|
|
SSAnne_1F_Room3_Text_Wigglytuff::
|
|
.string "WIGGLYTUFF: Puup pupuu!$"
|
|
|