Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
GetItemEmptyCount.inc.c
Go to the documentation of this file.
1#include "common.h"
2
3API_CALLABLE(N(GetItemEmptyCount)) {
4 script->varTable[1] = get_item_empty_count();
5
6 return ApiStatus_DONE2;
7}
#define ApiStatus_DONE2
Definition evt.h:118