Carl sagans christmas wishlist (#278)

* match func_800A4154

* match func_800A497C

* nonmatching func_800A8474

* match func_800A3884

* Update game_ui.h

* quick fixes

* match func_800A4F50 and func_800A45F0

* Update game_ui.h
This commit is contained in:
Fazana
2022-11-03 17:40:16 +00:00
committed by GitHub
parent 22ccad38b1
commit bf8d3e22cf
13 changed files with 1069 additions and 1745 deletions
+9 -1
View File
@@ -500,7 +500,9 @@ typedef struct LevelModel {
/* 0x1C */ s16 unk1C;
/* 0x1E */ s16 unk1E;
/* 0x20 */ s32 unk20; //spriteIndex?
u8 pad24[0x14];
/* 0x24 */ u16 unk24;
/* 0x26 */ u16 unk26;
u8 pad28[0x10];
/* 0x38 */ u32 minimapColor;
/* 0x3C */ s16 unk3C;
/* 0x3E */ s16 unk3E;
@@ -1514,4 +1516,10 @@ typedef struct unk80042178 {
u8 pad0[0x20];
} unk80042178;
typedef struct ByteColour {
u8 red;
u8 green;
u8 blue;
} ByteColour;
#endif