mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-11 14:35:05 -05:00
28 lines
863 B
PHP
28 lines
863 B
PHP
FuchsiaCity_PokemonCenter_1F_MapScripts:: @ 816D6F1
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FuchsiaCity_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
FuchsiaCity_PokemonCenter_1F_OnTransition:: @ 816D6FC
|
|
setrespawn SPAWN_FUCHSIA_CITY
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Nurse:: @ 816D700
|
|
lock
|
|
faceplayer
|
|
call EventScript_PkmnCenterNurse
|
|
release
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Man:: @ 816D709
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_CantBecomeGoodTrainerWithOneMon, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_CooltrainerF:: @ 816D712
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_PokemonLeagueWestOfViridian, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Youngster:: @ 816D71B
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_VisitSafariZoneForPokedex, MSGBOX_NPC
|
|
end
|