mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
64 lines
985 B
ArmAsm
64 lines
985 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/jubilife_city_mart.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _0016
|
|
ScriptEntry _002C
|
|
ScriptEntry _0042
|
|
ScriptEntry _0055
|
|
ScriptEntry _0068
|
|
ScriptEntryEnd
|
|
|
|
_0016:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
PokeMartCommon 1
|
|
ReleaseAll
|
|
End
|
|
|
|
_002C:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
PokeMartSpecialties MART_SPECIALTIES_ID_JUBILIFE
|
|
ReleaseAll
|
|
End
|
|
|
|
_0042:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0055:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0068:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 2
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|