pokeplatinum/res/field/scripts/scripts_unk_1087.s
innocenthedgehog e2fcab79a9
Some checks failed
build / build (push) Has been cancelled
Document map scripts for Sandgem Mart (#776)
2025-09-20 17:40:01 -07:00

29 lines
476 B
ArmAsm

#include "macros/scrcmd.inc"
ScriptEntry _000A
ScriptEntry _0020
ScriptEntryEnd
_000A:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartCommon
ReleaseAll
End
_0020:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartSpecialties MART_SPECIALTIES_ID_CELESTIC
ReleaseAll
End
.balign 4, 0