pokeplatinum/res/field/scripts/scripts_great_marsh_2.s
2025-07-15 10:35:38 -07:00

22 lines
314 B
ArmAsm

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