pokeplatinum/res/field/scripts/scripts_pastoria_city_pokecenter_1f.s
2024-07-16 12:01:40 -07:00

34 lines
469 B
ArmAsm

#include "macros/scrcmd.inc"
.data
ScriptEntry _000E
ScriptEntry _001A
ScriptEntry _002D
.short 0xFD13
_000E:
SetVar 0x8007, 0
CallCommonScript 0x7D2
End
_001A:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_002D:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End