mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 17:45:57 -05:00
ground weather
This commit is contained in:
@@ -18,5 +18,6 @@ void GroundMap_ExecuteStation(s32 _map, s32 _group, s32 _sector, bool32 _setScri
|
||||
bool8 GroundMapNotifyAll(s16);
|
||||
bool8 sub_80A4D48(s16 index);
|
||||
void GroundMap_Action(void);
|
||||
void sub_80A5E70(void);
|
||||
|
||||
#endif // GUARD_GROUND_MAP_H
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
#ifndef GUARD_GROUND_MAP_1_H
|
||||
#define GUARD_GROUND_MAP_1_H
|
||||
|
||||
// size: 0x24
|
||||
#include "structs/str_position.h"
|
||||
|
||||
typedef struct unkStruct_3001B74
|
||||
{
|
||||
s16 unk0;
|
||||
u8 unk2;
|
||||
s32 unk4;
|
||||
s32 unk8;
|
||||
PixelPos unkC;
|
||||
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_1_H
|
||||
14
include/ground_weather.h
Normal file
14
include/ground_weather.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GUARD_GROUND_WEATHER_H
|
||||
#define GUARD_GROUND_WEATHER_H
|
||||
|
||||
void sub_80A5E8C(bool8 param_1);
|
||||
void sub_80A5EBC(void);
|
||||
void sub_80A5EDC(bool8 param_1);
|
||||
void nullsub_121(void);
|
||||
void nullsub_122(void);
|
||||
void GroundWeather_Select(s16 param_1);
|
||||
void nullsub_123(void);
|
||||
void sub_80A60D8(void);
|
||||
void sub_80A62D0(void);
|
||||
|
||||
#endif /* GUARD_GROUND_WEATHER_H */
|
||||
Reference in New Issue
Block a user