mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
9 lines
253 B
C
9 lines
253 B
C
#ifndef PMDSKY_MAIN_020517D4_H
|
|
#define PMDSKY_MAIN_020517D4_H
|
|
|
|
// Returns the player's bag capacity for a given point in the game.
|
|
u32 GetBagCapacity(s32 scenario_balance);
|
|
u32 GetBagCapacitySpecialEpisode(s32 se_type);
|
|
|
|
#endif //PMDSKY_MAIN_020517D4_H
|