mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
13 lines
153 B
C
13 lines
153 B
C
#include "global.h"
|
|
#include "entity.h"
|
|
|
|
#ifndef NPC_H
|
|
#define NPC_H
|
|
|
|
typedef struct {
|
|
u16 palette;
|
|
u8 animIndex;
|
|
u8 unk;
|
|
} SpriteLoadData;
|
|
|
|
#endif |