Files
pokeplatinum/res/field/scripts/scripts_great_marsh_3.s

23 lines
324 B
ArmAsm

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