mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-27 09:07:17 -05:00
44 lines
1.1 KiB
ArmAsm
44 lines
1.1 KiB
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/jubilife_city_southwest_house_1f.h"
|
|
|
|
|
|
ScriptEntry JubilifeCitySouthwestHouse1F_Youngster
|
|
ScriptEntry JubilifeCitySouthwestHouse1F_Pikachu
|
|
ScriptEntry JubilifeCitySouthwestHouse1F_MiddleAgedMan
|
|
ScriptEntryEnd
|
|
|
|
JubilifeCitySouthwestHouse1F_Youngster:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message JubilifeCitySouthwestHouse1F_Text_IGotMyPikachuThroughATradeFromSomeone
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
JubilifeCitySouthwestHouse1F_Pikachu:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
WaitFanfare SEQ_SE_CONFIRM
|
|
PlayCry SPECIES_PIKACHU
|
|
Message JubilifeCitySouthwestHouse1F_Text_PikachuPikapikapikaaah
|
|
WaitCry
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
JubilifeCitySouthwestHouse1F_MiddleAgedMan:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message JubilifeCitySouthwestHouse1F_Text_IfEveryoneAroundTheWorldHadPokemon
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|