From 06f2cd289d3b00b47d15d8f3c596024bd136a952 Mon Sep 17 00:00:00 2001 From: 21aslade Date: Mon, 15 Jun 2020 16:23:10 -0600 Subject: Two functions in townMinish.c OK Also created npc.h and format.sh'd various files. A third function is outlined in townMinish.c, but currently non-matching. --- include/npc.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/npc.h (limited to 'include') diff --git a/include/npc.h b/include/npc.h new file mode 100644 index 00000000..0dbd696c --- /dev/null +++ b/include/npc.h @@ -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 \ No newline at end of file -- cgit v1.2.3