pokeplatinum/include/scrcmd_shop.h
2025-03-02 15:12:03 +07:00

13 lines
389 B
C

#ifndef POKEPLATINUM_SCRCMD_SHOP_H
#define POKEPLATINUM_SCRCMD_SHOP_H
#include "field_script_context.h"
BOOL ScrCmd_PokeMartCommon(ScriptContext *ctx);
BOOL ScrCmd_PokeMartSpecialties(ScriptContext *ctx);
BOOL ScrCmd_PokeMartDecor(ScriptContext *ctx);
BOOL ScrCmd_PokeMartSeal(ScriptContext *ctx);
BOOL ScrCmd_ShowAccessoryShop(ScriptContext *ctx);
#endif // POKEPLATINUM_SCRCMD_SHOP_H