diff options
Diffstat (limited to 'arm9/src/nutdata.c')
-rw-r--r-- | arm9/src/nutdata.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arm9/src/nutdata.c b/arm9/src/nutdata.c index a8f916e2..27c600fa 100644 --- a/arm9/src/nutdata.c +++ b/arm9/src/nutdata.c @@ -1,7 +1,8 @@ #include "global.h" #include "filesystem.h" -#include "itemtool.h" +#include "nutdata.h" #include "msgdata.h" +#include "constants/items.h" #pragma thumb on |