mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 23:22:03 -04:00
goronMerchant.c
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user