mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
54 lines
900 B
ArmAsm
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
|