mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
16 lines
264 B
C
16 lines
264 B
C
#ifndef WEATHERCHANGEMANAGER_H
|
|
#define WEATHERCHANGEMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 unk_20;
|
|
u8 unk_21;
|
|
u8 unk_22;
|
|
u8 unk_23;
|
|
u8 filler_0x24[0x1C];
|
|
} WeatherChangeManager;
|
|
|
|
#endif // WEATHERCHANGEMANAGER_H
|