mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
67467fd831
And split up subtasks and world events.
12 lines
159 B
C
12 lines
159 B
C
#ifndef ENEMYUTILS_H
|
|
#define ENEMYUTILS_H
|
|
|
|
#include "global.h"
|
|
|
|
typedef struct {
|
|
u8 unk_0;
|
|
u8 unk_1;
|
|
} PACKED struct_080D3D94;
|
|
|
|
#endif // ENEMYUTILS_H
|