mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
06f2cd289d
Also created npc.h and format.sh'd various files. A third function is outlined in townMinish.c, but currently non-matching.
13 lines
154 B
C
13 lines
154 B
C
#include "global.h"
|
|
#include "entity.h"
|
|
|
|
#ifndef NPC_H
|
|
#define NPC_H
|
|
|
|
typedef struct {
|
|
u16 palette;
|
|
u8 animIndex;
|
|
u8 unk;
|
|
} SpriteLoadThing;
|
|
|
|
#endif |