mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
17 lines
522 B
C
17 lines
522 B
C
#ifndef POKEPLATINUM_UNK_0204E75C_H
|
|
#define POKEPLATINUM_UNK_0204E75C_H
|
|
|
|
#include "field_script_context.h"
|
|
|
|
BOOL ScrCmd_AddItem(ScriptContext *ctx);
|
|
BOOL ScrCmd_RemoveItem(ScriptContext *ctx);
|
|
BOOL ScrCmd_07D(ScriptContext *param0);
|
|
BOOL ScrCmd_CheckItem(ScriptContext *ctx);
|
|
BOOL ScrCmd_2FE(ScriptContext *param0);
|
|
BOOL ScrCmd_07F(ScriptContext *param0);
|
|
BOOL ScrCmd_GetItemPocket(ScriptContext *ctx);
|
|
BOOL ScrCmd_081(ScriptContext *param0);
|
|
BOOL ScrCmd_082(ScriptContext *param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_0204E75C_H
|