mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-16 06:09:46 -05:00
23 lines
324 B
ArmAsm
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
|