diff options
| author | notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> | 2020-06-15 15:49:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 15:49:57 -0700 |
| commit | e5f36eecffca170afd059b86327bb116238807f2 (patch) | |
| tree | f427c70aeb9db14c0f96af82f182a0856fa3c1ca /include | |
| parent | 8c45cd3f5d33a3f31e01c23777674b2420701c80 (diff) | |
| parent | 06f2cd289d3b00b47d15d8f3c596024bd136a952 (diff) | |
Merge pull request #15 from 21aslade:master
Two functions in townMinish.c OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/npc.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
