pokeplatinum/include/scrcmd_amity_square.h
2026-01-16 15:13:37 -08:00

17 lines
651 B
C

#ifndef POKEPLATINUM_SCRCMD_AMITY_SQUARE_H
#define POKEPLATINUM_SCRCMD_AMITY_SQUARE_H
#include "field_script_context.h"
#define NUM_FINDABLE_ACCESSORY_POOLS 6
#define NUM_ACCESSORIES_FINDABLE_BY_MON 10
BOOL ScrCmd_ClearAmitySquareStepCount(ScriptContext *ctx);
BOOL ScrCmd_GetAmitySquareStepCount(ScriptContext *ctx);
BOOL ScrCmd_CalcAmitySquareFoundAccessory(ScriptContext *ctx);
BOOL ScrCmd_CalcAmitySquareBerryAndAccessoryManOptionID(ScriptContext *ctx);
BOOL ScrCmd_CheckAmitySquareManGiftIsAccessory(ScriptContext *ctx);
BOOL ScrCmd_GetAmitySquareBerryOrAccessoryIDFromMan(ScriptContext *ctx);
#endif // POKEPLATINUM_SCRCMD_AMITY_SQUARE_H