mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
54 lines
800 B
ArmAsm
54 lines
800 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/floaroma_town_pokecenter_1f.h"
|
|
|
|
|
|
ScriptEntry _0012
|
|
ScriptEntry _001E
|
|
ScriptEntry _0031
|
|
ScriptEntry _0044
|
|
ScriptEntryEnd
|
|
|
|
_0012:
|
|
Common_CallPokecenterNurse 2
|
|
End
|
|
|
|
_001E:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0031:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0044:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
GoToIfGe VAR_UNK_0x40CF, 2, _0064
|
|
Message 2
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0064:
|
|
Message 3
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|