mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-06 09:35:30 -05:00
31 lines
425 B
ArmAsm
31 lines
425 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0020
|
|
.short 0xFD13
|
|
|
|
_000A:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
ScrCmd_147 1
|
|
ReleaseAll
|
|
End
|
|
|
|
_0020:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
CallCommonScript 0x7E3
|
|
ScrCmd_035
|
|
ScrCmd_148 14
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|
|
.byte 0
|