mirror of https://github.com/zeldaret/tmc.git
adjusted member type
This commit is contained in:
parent
46314411e9
commit
b29ef1b5d8
|
|
@ -1,12 +1,11 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
typedef struct struct_08DE7D40 {
|
typedef struct struct_08DE7D40 {
|
||||||
u16 unk_00;
|
u32 unk_00;
|
||||||
u16 unk_02;
|
|
||||||
u16 unk_04;
|
u16 unk_04;
|
||||||
u16 unk_06;
|
u16 unk_06;
|
||||||
u8 unk_08;
|
u8 unk_08;
|
||||||
u8 filler[3];
|
//u8 filler[3];
|
||||||
} struct_08DE7D40;
|
} struct_08DE7D40;
|
||||||
|
|
||||||
extern struct_08DE7D40* gUnk_02036A50;
|
extern struct_08DE7D40* gUnk_02036A50;
|
||||||
|
|
@ -226,7 +225,7 @@ u32 sub_080B1864(u16 unk_1, u16* unk_2, u32 unk_3) {
|
||||||
u32 sub_080B18A4(u16 unk_1, u16* unk_2) {
|
u32 sub_080B18A4(u16 unk_1, u16* unk_2) {
|
||||||
u16 ret;
|
u16 ret;
|
||||||
|
|
||||||
if (*(u32*)&gUnk_02036A50->unk_00 != 0x200) {
|
if (gUnk_02036A50->unk_00 != 0x200) {
|
||||||
ret = sub_080B16AC(unk_1, unk_2, 0);
|
ret = sub_080B16AC(unk_1, unk_2, 0);
|
||||||
} else {
|
} else {
|
||||||
ret = 0x8080;
|
ret = 0x8080;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue