mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-28 05:14:40 -05:00
29 lines
876 B
PHP
Vendored
29 lines
876 B
PHP
Vendored
RustboroCity_PokemonCenter_1F_MapScripts:: @ 8157B79
|
|
map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_PokemonCenter_1F_OnTransition
|
|
.byte 0
|
|
|
|
RustboroCity_PokemonCenter_1F_OnTransition:: @ 8157B7F
|
|
setrespawn HEAL_LOCATION_RUSTBORO_CITY
|
|
call Common_EventScript_UpdateBrineyLocation
|
|
end
|
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Nurse:: @ 8157B88
|
|
setvar VAR_0x800B, 1
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Man:: @ 8157B96
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_PokemonHavePersonalities, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Boy:: @ 8157B9F
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_MaleAndFemalePokemon, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Girl:: @ 8157BA8
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_HMCutNextDoor, MSGBOX_NPC
|
|
end
|