mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
44 lines
632 B
ArmAsm
44 lines
632 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/eterna_city_east_house.h"
|
|
|
|
|
|
ScriptEntry _000E
|
|
ScriptEntry _0021
|
|
ScriptEntry _0034
|
|
ScriptEntryEnd
|
|
|
|
_000E:
|
|
NPCMessage 0
|
|
End
|
|
|
|
_0021:
|
|
NPCMessage 1
|
|
End
|
|
|
|
_0034:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 2
|
|
ShowYesNoMenu VAR_RESULT
|
|
GoToIfEq VAR_RESULT, MENU_NO, _006F
|
|
Message 3
|
|
ShowYesNoMenu VAR_RESULT
|
|
GoToIfEq VAR_RESULT, MENU_NO, _006F
|
|
Message 4
|
|
GoTo _007A
|
|
End
|
|
|
|
_006F:
|
|
Message 5
|
|
GoTo _007A
|
|
End
|
|
|
|
_007A:
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|