diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-04-17 00:11:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 23:11:40 -0700 |
| commit | e4e5f91be58aa5a08eb3b05ca1ea7803c8d91afa (patch) | |
| tree | eb9017e043bff83a3f3e1b1398db5cba5b5f657c /include/common_structs.h | |
| parent | 13a11f0ffa97db0efee0e3ba5ab187d9f537aa92 (diff) | |
audio load.c decomp (#176)
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index f86aff166..0006f1a71 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -387,7 +387,7 @@ typedef struct { /* 0x023A */ s16 unk_23A; /* 0x023C */ f32 unk_23C; /* 0x0240 */ s32 unk_240; - /* 0x0244 */ u16 unk_244[4]; + /* 0x0244 */ u16 unk_244[4]; // [0] Active texture group /* 0x0244 */ u16 unk_24C[4]; /* 0x0254 */ u16 characterId; /* 0x0256 */ s16 unk_256; |
