goronMerchant.c

This commit is contained in:
theo3
2020-07-24 14:18:58 -07:00
parent 45298f8a96
commit 0d39bb7f11
8 changed files with 189 additions and 316 deletions
+2
View File
@@ -198,4 +198,6 @@ extern u32 sub_0807953C(void);
extern void sub_08077B2C(void);
extern void sub_080A29BC(Entity*);
extern void sub_080AE068(Entity*);
extern Entity* sub_0805E8D4(void);
extern void sub_0805EA2C(Entity*, u32);
#endif
+3 -1
View File
@@ -36,7 +36,9 @@ typedef struct {
typedef struct {
u8 filler[6];
u8 itemForSaleIndex;
u16 unk;
u8 field_0x7;
u8 field_0x8;
u8 field_0x9;
u8 unk2;
u16 filler2[3];
u32 roomFlags;
+3
View File
@@ -14,6 +14,9 @@ typedef struct {
u8 textWindowPosY;
u16 textIndex;
u16 unk2; // HI?
u16 field_0xc;
u16 field_0xe;
u32 field_0x10;
} TextBox;
extern TextBox gTextBox;