summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-06-06 08:57:45 +1000
committerGitHub <noreply@github.com>2023-06-06 08:57:45 +1000
commitf92a61db27ed8ee213072df11169777c6794bc1b (patch)
tree3a0caf8d8f8456f74f78b7ceebfb4bb01c9098c2 /src/boot_O2_g3
parent8cabbb1a2bd282e0a757385aa8d23d710aaafb13 (diff)
Misc Cleanup 3 (#1268)
* begin more cleanup * more enums * typo * == * fix go.h * fix RaceDogInfo struct * PR Review * PR Suggestions * missed one * missed even more * fix params * fix number
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/yaz0.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/boot_O2_g3/yaz0.c b/src/boot_O2_g3/yaz0.c
index aa7ecdfe1..76f990659 100644
--- a/src/boot_O2_g3/yaz0.c
+++ b/src/boot_O2_g3/yaz0.c
@@ -58,11 +58,11 @@ void* Yaz0_NextDMA(void* curSrcPos) {
}
typedef struct {
- /* 0x00 */ u32 magic; // Yaz0
- /* 0x04 */ u32 decSize;
- /* 0x08 */ u32 compInfoOffset; // only used in mio0
- /* 0x0C */ u32 uncompDataOffset; // only used in mio0
-} Yaz0Header; // size = 0x10
+ /* 0x0 */ u32 magic; // Yaz0
+ /* 0x4 */ u32 decSize;
+ /* 0x8 */ u32 compInfoOffset; // only used in mio0
+ /* 0xC */ u32 uncompDataOffset; // only used in mio0
+} Yaz0Header; // size = 0x10
#define YAZ0_MAGIC 0x59617A30 // "Yaz0"