mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
13 lines
389 B
C
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
|