pokeplatinum/res/field/scripts/scripts_team_galactic_eterna_building_3f.s
scbroede f52b285eeb
Some checks failed
build / build (push) Has been cancelled
replace remaining script bytes with macros (#659)
2025-08-02 07:26:40 +08:00

29 lines
437 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/team_galactic_eterna_building_3f.h"
ScriptEntry _000A
ScriptEntry _001D
ScriptEntryEnd
_000A:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_001D:
PlayFanfare SEQ_SE_CONFIRM
LockAll
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0