mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-17 15:06:49 -05:00
16 lines
343 B
C
16 lines
343 B
C
#ifndef PMDSKY_MAIN_0200ECFC_H
|
|
#define PMDSKY_MAIN_0200ECFC_H
|
|
|
|
typedef struct {
|
|
u8 fill1[0x388];
|
|
u8 unk388;
|
|
u8 fill2[0x1009];
|
|
u32 maybeMoney[]; // Unknown size, but indexed with an u8
|
|
} bag_items;
|
|
|
|
// Gets the amount of money the player is carrying.
|
|
// return: value
|
|
u32 GetMoneyCarried(void);
|
|
|
|
#endif //PMDSKY_MAIN_0200ECFC_H
|