mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
19 lines
312 B
C
19 lines
312 B
C
#ifndef BOMBABLEWALLMANAGER_H
|
|
#define BOMBABLEWALLMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 field_0x20[0x15];
|
|
u8 field_0x35;
|
|
u8 field_0x36;
|
|
u8 field_0x37;
|
|
s16 x;
|
|
u16 y;
|
|
u16 tile;
|
|
u16 field_0x3e;
|
|
} BombableWallManager;
|
|
|
|
#endif // BOMBABLEWALLMANAGER_H
|