mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
43 lines
1.3 KiB
ArmAsm
43 lines
1.3 KiB
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/floaroma_town_pokecenter_1f.h"
|
|
#include "res/field/events/events_floaroma_town_pokecenter_1f.h"
|
|
|
|
|
|
ScriptEntry FloaromaTownPokecenter1F_Nurse
|
|
ScriptEntry FloaromaTownPokecenter1F_PokefanM
|
|
ScriptEntry FloaromaTownPokecenter1F_BattleGirl
|
|
ScriptEntry FloaromaTownPokecenter1F_AceTrainerF
|
|
ScriptEntryEnd
|
|
|
|
FloaromaTownPokecenter1F_Nurse:
|
|
Common_CallPokecenterNurse LOCALID_POKECENTER_NURSE
|
|
End
|
|
|
|
FloaromaTownPokecenter1F_PokefanM:
|
|
NPCMessage FloaromaTownPokecenter1F_Text_IfYouveGotPokemonWithYouItsSafeToGoOffTravelingAlone
|
|
End
|
|
|
|
FloaromaTownPokecenter1F_BattleGirl:
|
|
NPCMessage FloaromaTownPokecenter1F_Text_IHadABattleTheOtherDayAndMyPokemonsHPGotLow
|
|
End
|
|
|
|
FloaromaTownPokecenter1F_AceTrainerF:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
GoToIfGe VAR_VALLEY_WINDWORKS_TEAM_GALACTIC_STATE, 2, FloaromaTownPokecenter1F_ItsALongWayFromHereToEternaCity
|
|
Message FloaromaTownPokecenter1F_Text_ThereveBeenProblemsWithTheElectricPowerLately
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
FloaromaTownPokecenter1F_ItsALongWayFromHereToEternaCity:
|
|
Message FloaromaTownPokecenter1F_Text_ItsALongWayFromHereToEternaCity
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|