mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-05 00:56:06 -05:00
39 lines
497 B
ArmAsm
39 lines
497 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _0006
|
|
.short 0xFD13
|
|
|
|
_0006:
|
|
SetVar 0x800C, 0
|
|
ScrCmd_20A 0x800C
|
|
SetVar 0x8008, 0x800C
|
|
GoToIfEq 0x8008, 0, _0043
|
|
GoToIfEq 0x8008, 1, _0047
|
|
GoToIfEq 0x8008, 2, _0050
|
|
GoTo _0059
|
|
|
|
_0043:
|
|
ReleaseAll
|
|
End
|
|
|
|
_0047:
|
|
Message 0
|
|
GoTo _0068
|
|
|
|
_0050:
|
|
Message 1
|
|
GoTo _0068
|
|
|
|
_0059:
|
|
WaitTime 30, 0x800C
|
|
Message 2
|
|
GoTo _0068
|
|
|
|
_0068:
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|