Files
pokeplatinum/res/field/scripts/scripts_foreign_building.s
2026-06-16 08:37:02 -07:00

53 lines
1.3 KiB
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/foreign_building.h"
ScriptEntry ForeignBuilding_RuinManiac
ScriptEntry ForeignBuilding_OldMan
ScriptEntry ForeignBuilding_NinjaBoy
ScriptEntry ForeignBuilding_OldWoman
ScriptEntry ForeignBuilding_AceTrainerF
ScriptEntry ForeignBuilding_PokefanF
ScriptEntry ForeignBuilding_ExpertM
ScriptEntry ForeignBuilding_Psychic
ScriptEntry ForeignBuilding_Lady
ScriptEntryEnd
ForeignBuilding_RuinManiac:
NPCMessage ForeignBuilding_Text_ThereDoISeeMyFather
End
ForeignBuilding_OldMan:
NPCMessage ForeignBuilding_Text_CraftingFatiguesOnesSpirit
End
ForeignBuilding_NinjaBoy:
NPCMessage ForeignBuilding_Text_ItMakesEveryoneComeTogether
End
ForeignBuilding_OldWoman:
NPCMessage ForeignBuilding_Text_ThatPeopleAreLonelyIsNatural
End
ForeignBuilding_AceTrainerF:
NPCMessage ForeignBuilding_Text_WordsThatNotEveryoneCanDescribe
End
ForeignBuilding_PokefanF:
NPCMessage ForeignBuilding_Text_OnlyNaturalWeAreDifferent
End
ForeignBuilding_ExpertM:
NPCMessage ForeignBuilding_Text_TheStrongMustShowRestraint
End
ForeignBuilding_Psychic:
NPCMessage ForeignBuilding_Text_WeCannotReadMinds
End
ForeignBuilding_Lady:
NPCMessage ForeignBuilding_Text_BalanceIsWhatsNeeded
End
.balign 4, 0