mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
more cleanup around Room_DrawBackground2D
This commit is contained in:
parent
685c06e913
commit
6e39368186
5 changed files with 16 additions and 17 deletions
|
@ -103,7 +103,7 @@ typedef struct {
|
|||
/* 0x16 */ u16 height;
|
||||
/* 0x18 */ u8 fmt;
|
||||
/* 0x19 */ u8 siz;
|
||||
/* 0x1A */ u16 mode0;
|
||||
/* 0x1A */ u16 tlutMode;
|
||||
/* 0x1C */ u16 tlutCount;
|
||||
} MeshHeader1Single; // size = 0x20
|
||||
|
||||
|
@ -117,7 +117,7 @@ typedef struct {
|
|||
/* 0x12 */ u16 height;
|
||||
/* 0x14 */ u8 fmt;
|
||||
/* 0x15 */ u8 siz;
|
||||
/* 0x16 */ u16 mode0;
|
||||
/* 0x16 */ u16 tlutMode;
|
||||
/* 0x18 */ u16 tlutCount;
|
||||
} BgImage; // size = 0x1C
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue