Merge pull request #15 from 21aslade:master

Two functions in townMinish.c OK
This commit is contained in:
notyouraveragehooman
2020-06-15 15:49:57 -07:00
committed by GitHub
9 changed files with 103 additions and 67 deletions
+13
View File
@@ -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