mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 06:27:22 -05:00
29 lines
476 B
ArmAsm
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
|