pokeplatinum/res/field/scripts/scripts_pokemon_league_south_pokecenter_1f.s
innocenthedgehog e2fcab79a9
Some checks failed
build / build (push) Has been cancelled
Document map scripts for Sandgem Mart (#776)
2025-09-20 17:40:01 -07:00

62 lines
998 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/pokemon_league_south_pokecenter_1f.h"
ScriptEntry _0020
ScriptEntry _002C
ScriptEntry _0042
ScriptEntry _001A
ScriptEntry _0058
ScriptEntry _006B
ScriptEntryEnd
_001A:
SetFlag FLAG_UNK_0x09C0
End
_0020:
CallPokecenterNurse 0
End
_002C:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartCommon
ReleaseAll
End
_0042:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
GenericVendorGreeting
CloseMessageWithoutErasing
PokeMartSpecialties MART_SPECIALTIES_ID_POKEMON_LEAGUE
ReleaseAll
End
_0058:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
_006B:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message 1
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0