pokeplatinum/res/field/scripts/scripts_snowpoint_city_mart.s
2025-02-26 08:33:37 +07:00

51 lines
785 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/snowpoint_city_mart.h"
.data
ScriptEntry _0012
ScriptEntry _0028
ScriptEntry _003E
ScriptEntry _0051
ScriptEntryEnd
_0012:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
CallCommonScript 0x7E3
ScrCmd_035
PokeMartCommon 1
ReleaseAll
End
_0028:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
CallCommonScript 0x7E3
ScrCmd_035
PokeMartSpecialties 15
ReleaseAll
End
_003E:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_0051:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End