mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
40 lines
599 B
ArmAsm
40 lines
599 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/team_galactic_eterna_building_2f.h"
|
|
|
|
|
|
ScriptEntry _000E
|
|
ScriptEntry _0021
|
|
ScriptEntry _0034
|
|
ScriptEntryEnd
|
|
|
|
_000E:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0021:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0034:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
Message 2
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|