mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 04:59:06 -05:00
28 lines
627 B
ArmAsm
28 lines
627 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/poketch_co_2f.h"
|
|
|
|
|
|
ScriptEntry PoketchCo2F_PokefanM
|
|
ScriptEntry PoketchCo2F_OldMan
|
|
ScriptEntry PoketchCo2F_Clefairy
|
|
ScriptEntry PoketchCo2F_Pachirisu
|
|
ScriptEntryEnd
|
|
|
|
PoketchCo2F_PokefanM:
|
|
NPCMessage PoketchCo2F_Text_WellThinkLikeATrainer
|
|
End
|
|
|
|
PoketchCo2F_OldMan:
|
|
NPCMessage PoketchCo2F_Text_PoketchForShort
|
|
End
|
|
|
|
PoketchCo2F_Clefairy:
|
|
PokemonCryAndMessage SPECIES_CLEFAIRY, PoketchCo2F_Text_ClefairyCry
|
|
End
|
|
|
|
PoketchCo2F_Pachirisu:
|
|
PokemonCryAndMessage SPECIES_PACHIRISU, PoketchCo2F_Text_PachirisuCry
|
|
End
|
|
|
|
.balign 4, 0
|