mirror of
https://github.com/zeldaret/tmc
synced 2026-05-31 17:32:43 -04:00
Merge pull request #15 from 21aslade:master
Two functions in townMinish.c OK
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
#ifndef NPC_H
|
||||
#define NPC_H
|
||||
|
||||
typedef struct {
|
||||
u16 palette;
|
||||
u8 animIndex;
|
||||
u8 unk;
|
||||
} SpriteLoadThing;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user