pokeplatinum/res/field/scripts/scripts_oreburgh_city_pokecenter_b1f.s
Viperio e975136357
Some checks are pending
build / build (push) Waiting to run
Document oreburgh scripts (#974)
2026-02-27 08:52:49 -07:00

19 lines
435 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/oreburgh_city_pokecenter_b1f.h"
ScriptEntry OreburghCityPokecenterB1F_BattleGirl
ScriptEntryEnd
OreburghCityPokecenterB1F_BattleGirl:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message OreburghCityPokecenterB1F_Text_IWantToBecomeFriendsWithAnExperiencedTrainerIReallyAdmire
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0