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

47 lines
644 B
ArmAsm

#include "macros/scrcmd.inc"
.data
ScriptEntry _0012
ScriptEntry _001E
ScriptEntry _0031
ScriptEntry _0044
.short 0xFD13
_0012:
SetVar 0x8007, 0
CallCommonScript 0x7D2
End
_001E:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_0031:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End
_0044:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 3
WaitABXPadPress
CloseMessage
ReleaseAll
End
.byte 0