mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 13:54:02 -05:00
31 lines
463 B
ArmAsm
31 lines
463 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0020
|
|
ScriptEntryEnd
|
|
|
|
_000A:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
PokeMartCommon
|
|
ReleaseAll
|
|
End
|
|
|
|
_0020:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
PokeMartSpecialties MART_SPECIALTIES_ID_CELESTIC
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|
|
.byte 0
|