pokeplatinum/res/field/scripts/scripts_jubilife_city_south_house_2f.s
2026-02-21 08:21:02 -07:00

41 lines
1009 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/jubilife_city_south_house_2f.h"
ScriptEntry JubilifeCitySouthHouse2F_Youngster
ScriptEntry JubilifeCitySouthHouse2F_PokefanF
ScriptEntry JubilifeCitySouthHouse2F_PokemonBreederF
ScriptEntryEnd
JubilifeCitySouthHouse2F_Youngster:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message JubilifeCitySouthHouse2F_SomeKindsOfPokemonEvolveWhenTheyGetStrongerFromBattling
WaitABXPadPress
CloseMessage
ReleaseAll
End
JubilifeCitySouthHouse2F_PokefanF:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message JubilifeCitySouthHouse2F_EvolutionMakesPokemonJustThatMuchMoreFascinating
WaitABXPadPress
CloseMessage
ReleaseAll
End
JubilifeCitySouthHouse2F_PokemonBreederF:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message JubilifeCitySouthHouse2F_DidntProfRowanConductResearchWithProfOak
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0