Files
tmc/include/manager/flameManager.h
T
octorock aced0bef69 Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2024-01-06 15:01:44 +01:00

14 lines
226 B
C

#ifndef FLAMEMANAGER_H
#define FLAMEMANAGER_H
#include "manager.h"
typedef struct {
struct Manager base;
u8 field_0x20[0x18];
s16 tilePos; // x
s16 field_0x3a; // y
} FlameManager;
#endif // FLAMEMANAGER_H