mirror of https://github.com/zeldaret/tmc.git
19 lines
332 B
C
19 lines
332 B
C
#ifndef FALLINGITEMMANAGER_H
|
|
#define FALLINGITEMMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 field_0x20[0x15];
|
|
u8 field_0x35;
|
|
u8 field_0x36;
|
|
u8 field_0x37;
|
|
s16 field_0x38;
|
|
s16 field_0x3a;
|
|
u16 field_0x3c;
|
|
u16 field_0x3e;
|
|
} FallingItemManager;
|
|
|
|
#endif // FALLINGITEMMANAGER_H
|