mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-26 00:26:19 -05:00
16 lines
332 B
C
16 lines
332 B
C
#ifndef PMDSKY_MAIN_0205B7C8_H
|
|
#define PMDSKY_MAIN_0205B7C8_H
|
|
|
|
// Should match the struct in main_0205B690, but haven't gotten it to match yet.
|
|
// https://decomp.me/scratch/WXX6d
|
|
struct unkStruct_020B0A54 {
|
|
u8 f0;
|
|
u8 pad[161];
|
|
u16 fA2;
|
|
u8 pad2[12];
|
|
};
|
|
|
|
void sub_0205B7C8(s32 index);
|
|
|
|
#endif //PMDSKY_MAIN_0205B7C8_H
|