Split npc files

This commit is contained in:
octorock
2021-05-27 22:14:22 +02:00
parent 54ae9dfa85
commit fce61af0b8
175 changed files with 8281 additions and 14307 deletions
+7
View File
@@ -1,3 +1,8 @@
#ifndef UTILS_H
#define UTILS_H
#include "global.h"
typedef struct {
u16 heldKeys;
u16 newKeys;
@@ -62,3 +67,5 @@ void zFree(void* ptr);
* @param updateHUD bool32 Request refresh of HUD layer (bg 0)
*/
void DispReset(bool32 updateHUD);
#endif