pokeplatinum/res/field/scripts/scripts_hearthome_city_mart.s
Viperio 3c0d1255a4
Some checks are pending
build / build (push) Waiting to run
Introduce macros for common message script structures (#975)
2026-03-03 21:20:51 -05:00

26 lines
659 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/hearthome_city_mart.h"
ScriptEntry HearthomeCityMart_CommonVendor
ScriptEntry HearthomeCityMart_SpecialtyVendor
ScriptEntry HearthomeCityMart_Hiker
ScriptEntry HearthomeCityMart_Beauty
ScriptEntryEnd
HearthomeCityMart_CommonVendor:
PokeMartCommonWithGreeting
End
HearthomeCityMart_SpecialtyVendor:
PokeMartSpecialtiesWithGreeting MART_SPECIALTIES_ID_HEARTHOME
End
HearthomeCityMart_Hiker:
NPCMessage HearthomeCityMart_Text_CantBuyRevivesWithTwoBadges
End
HearthomeCityMart_Beauty:
NPCMessage HearthomeCityMart_Text_FindAccessoriesInAmitySquare
End