mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
.set LOCALID_NURSE, 1
|
|
|
|
PacifidlogTown_PokemonCenter_1F_MapScripts:: @ 82034A7
|
|
map_script MAP_SCRIPT_ON_TRANSITION, PacifidlogTown_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
PacifidlogTown_PokemonCenter_1F_OnTransition: @ 82034B2
|
|
setrespawn HEAL_LOCATION_PACIFIDLOG_TOWN
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Nurse:: @ 82034B6
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Girl:: @ 82034C4
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard, MSGBOX_NPC
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Woman:: @ 82034CD
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola, MSGBOX_NPC
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_OldMan:: @ 82034D6
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats, MSGBOX_NPC
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard: @ 82034DF
|
|
.string "What color is your TRAINER CARD?\n"
|
|
.string "Mine's copper!$"
|
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola: @ 820350F
|
|
.string "PACIFIDLOG TOWN floats on top of\n"
|
|
.string "a colony of CORSOLA.\p"
|
|
.string "If I told you that, would you believe\n"
|
|
.string "me?$"
|
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats: @ 820356F
|
|
.string "The ancestors of the people in\n"
|
|
.string "PACIFIDLOG were said to have been\l"
|
|
.string "born on boats and then lived and died \l"
|
|
.string "aboard them.\p"
|
|
.string "I understand that they lived that way\n"
|
|
.string "because they were searching for\l"
|
|
.string "something.$"
|
|
|