mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
14 lines
274 B
C
14 lines
274 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;
|
|
|
|
u32 GetMoneyCarried(void);
|
|
|
|
#endif //PMDSKY_MAIN_0200ECFC_H
|