mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-09 14:28:14 -05:00
53 lines
1.4 KiB
PHP
53 lines
1.4 KiB
PHP
.set LOCALID_NURSE, 1
|
|
|
|
BattleFrontier_PokemonCenter_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
BattleFrontier_PokemonCenter_1F_OnTransition:
|
|
setrespawn HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Nurse::
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_SchoolKid::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Man::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Picnicker::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Skitty::
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_Skitty, MSGBOX_DEFAULT
|
|
waitmoncry
|
|
release
|
|
end
|
|
|
|
.ifdef ENGLISH
|
|
.include "data/maps/BattleFrontier_PokemonCenter_1F/text.inc"
|
|
.else
|
|
.ifdef FRENCH
|
|
.include "data/maps/BattleFrontier_PokemonCenter_1F/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/BattleFrontier_PokemonCenter_1F/text_it.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|