pokeplatinum/res/field/scripts/scripts_eterna_city_mart.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

54 lines
900 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/eterna_city_mart.h"
ScriptEntry _0012
ScriptEntry _0028
ScriptEntry _003E
ScriptEntry _005B
ScriptEntryEnd
_0012:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartCommon
ReleaseAll
End
_0028:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartSpecialties MART_SPECIALTIES_ID_ETERNA_MART
ReleaseAll
End
_003E:
BufferItemName 0, 26
BufferItemName 1, 0x14A
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_005B:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0