mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
234 B
C
11 lines
234 B
C
#ifndef PMDSKY_MAIN_0200EDC0_H
|
|
#define PMDSKY_MAIN_0200EDC0_H
|
|
|
|
#include "util.h"
|
|
|
|
s32 GetCurrentBagCapacity();
|
|
// Implements SPECIAL_PROC_IS_BAG_FULL (see ScriptSpecialProcessCall).
|
|
bool8 IsBagFull();
|
|
|
|
#endif //PMDSKY_MAIN_0200EDC0_H
|