mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
435 B
ArmAsm
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
|