mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
a83c83ee8c
Sort data according to the compilation using they belong to. Extract background animations.
16 lines
226 B
C
16 lines
226 B
C
#ifndef MISCMANAGER_H
|
|
#define MISCMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 unk_20[0x18];
|
|
s16 unk_38;
|
|
s16 unk_3a;
|
|
u16 unk_3c;
|
|
u16 flags;
|
|
} MiscManager;
|
|
|
|
#endif // MISCMANAGER_H
|