pokeplatinum/res/field/scripts/scripts_floaroma_town_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
652 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/floaroma_town_mart.h"
ScriptEntry FloaromaTownMart_CommonVendor
ScriptEntry FloaromaTownMart_SpecialtyVendor
ScriptEntry FloaromaTownMart_Beauty
ScriptEntry FloaromaTownMart_SchoolGirl
ScriptEntryEnd
FloaromaTownMart_CommonVendor:
PokeMartCommonWithGreeting
End
FloaromaTownMart_SpecialtyVendor:
PokeMartSpecialtiesWithGreeting MART_SPECIALTIES_ID_FLOAROMA
End
FloaromaTownMart_Beauty:
NPCMessage FloaromaTownMart_Text_DressUpPokemonWithAccessories
End
FloaromaTownMart_SchoolGirl:
NPCMessage FloaromaTownMart_Text_CantBuyBerriesAtMarts
End