mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
More typedef + clean ground_map files
This commit is contained in:
30
include/ground_map_2.h
Normal file
30
include/ground_map_2.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#ifndef GUARD_GROUND_MAP_2_H
|
||||
#define GUARD_GROUND_MAP_2_H
|
||||
|
||||
// size: 0x24
|
||||
typedef struct unkStruct_3001B74
|
||||
{
|
||||
s16 unk0;
|
||||
u8 unk2;
|
||||
u32 unk4;
|
||||
u32 unk8;
|
||||
s32 unkC;
|
||||
u32 unk10;
|
||||
u32 unk14;
|
||||
u32 unk18;
|
||||
u32 unk1C;
|
||||
u32 unk20;
|
||||
} unkStruct_3001B74;
|
||||
|
||||
void GroundWeather_Select(s16);
|
||||
void nullsub_121(void);
|
||||
void nullsub_122(void);
|
||||
void nullsub_123(void);
|
||||
|
||||
void sub_80A5E70(void);
|
||||
void sub_80A5E8C(u8);
|
||||
void sub_80A5EBC(void);
|
||||
void sub_80A5EDC(u8);
|
||||
void sub_80A60D8(void);
|
||||
|
||||
#endif // GUARD_GROUND_MAP_2_H
|
||||
Reference in New Issue
Block a user