forestMinish.c 1 nonmatching

This commit is contained in:
theo3
2020-07-13 01:31:58 -07:00
parent 6aba97697b
commit 73b72d6696
10 changed files with 590 additions and 729 deletions
+2
View File
@@ -74,6 +74,8 @@ typedef struct {
u8 filler3[12];
} Stats;
extern u8 gBombBagSizes[];
extern LinkState gLinkState;
extern Stats gStats;
extern Entity gLinkEntity;
+9 -2
View File
@@ -1,5 +1,6 @@
#include "global.h"
#include "entity.h"
#include "link.h"
#ifndef NPC_H
#define NPC_H
@@ -174,8 +175,14 @@ extern u32 UpdateFuseInteraction(Entity*);
extern void ShowNPCDialogue(Entity*, u32*);
typedef struct {
u8 filler[8];
u8 unk;
/*0x000*/ u8 filler[8];
/*0x008*/ u8 unk;
/*0x009*/ u8 filler2[0x47];
/*0x050*/ u32 unk2;
/*0x051*/ u8 filler3[0x54];
/*0x0a8*/ Stats stats;
/*0x0d0*/ u8 filler4[0x3c0];
/*0x490*/ u32 unk3;
} struct_02002A40;
extern struct_02002A40 gUnk_02002A40;