mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
18 lines
344 B
ArmAsm
18 lines
344 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/old_chateau.h"
|
|
|
|
|
|
ScriptEntry OldChateau_OnTransition
|
|
ScriptEntry OldChateau_Statue
|
|
ScriptEntryEnd
|
|
|
|
OldChateau_OnTransition:
|
|
SetFlag FLAG_FIRST_ARRIVAL_OLD_CHATEAU
|
|
End
|
|
|
|
OldChateau_Statue:
|
|
EventMessage OldChateau_Text_ItAppearsAsIfItIsGlaring
|
|
End
|
|
|
|
.balign 4, 0
|