mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
12 lines
416 B
C
12 lines
416 B
C
#ifndef POKEPLATINUM_SCRCMD_CATCHING_SHOW_H
|
|
#define POKEPLATINUM_SCRCMD_CATCHING_SHOW_H
|
|
|
|
#include "field_script_context.h"
|
|
|
|
BOOL ScrCmd_SetClearInCatchingShowFlag(ScriptContext *ctx);
|
|
BOOL ScrCmd_CheckHasEnoughMonForCatchingShow(ScriptContext *ctx);
|
|
BOOL ScrCmd_MoveCatchingShowMonsToPCBoxes(ScriptContext *ctx);
|
|
BOOL ScrCmd_CalcCatchingShowPoints(ScriptContext *ctx);
|
|
|
|
#endif // POKEPLATINUM_SCRCMD_CATCHING_SHOW_H
|