diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-09-25 13:26:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 10:26:58 -0700 |
| commit | 754e31da04602ec6c3c1d447e9bd15d03229b514 (patch) | |
| tree | ce3520594c9da8b7888960493b56e46915f65914 /src/code_80086E70.c | |
| parent | 5cd2115c2ebbeaafd085851144672a3453a5ad20 (diff) | |
Even more matches for code_800431B0.c (#261)
* More matches for code_800431B0
* Also added a header for the common_textures file since some other
files use the Gfx/Vtx variables defined there
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index 41a3e2ae1..7accf21b3 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -2022,9 +2022,9 @@ void func_8008B888(s32 arg0, u16 arg1, u16 arg2, u16 arg3) { } void func_8008B8BC(s32 arg0, u16 arg1, u16 arg2, u16 arg3) { - D_80165C18[arg0].unk_0B2 = arg1; - D_80165C18[arg0].unk_0B4 = arg2; - D_80165C18[arg0].unk_0B6 = arg3; + D_80165C18[arg0].unk_0B2[0] = arg1; + D_80165C18[arg0].unk_0B2[1] = arg2; + D_80165C18[arg0].unk_0B2[2] = arg3; } void func_8008B8F0(s32 arg0, f32 arg1, f32 arg2, f32 arg3) { |
