mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
22 lines
314 B
ArmAsm
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
|