mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
26 lines
659 B
ArmAsm
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
|