mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
19 lines
415 B
ArmAsm
19 lines
415 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/jubilife_city_south_house_3f.h"
|
|
|
|
|
|
ScriptEntry JubilifeCitySouthHouse3F_PokefanM
|
|
ScriptEntryEnd
|
|
|
|
JubilifeCitySouthHouse3F_PokefanM:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message JubilifeCitySouthHouse3F_WhenIGiveMyPokemonNicknamesItsLikeTheyreMyVeryOwn
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|