From c95d9b7f2bbb42525266f60ebdb710ea08aabb79 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 10 Oct 2023 05:40:51 -0300 Subject: [PATCH] fix warning --- src/main/B99D0.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/B99D0.c b/src/main/B99D0.c index 891ab890..c22d9149 100644 --- a/src/main/B99D0.c +++ b/src/main/B99D0.c @@ -11,8 +11,9 @@ void func_800B8F18(void) { s32* temp_v1 = (s32*)D_80137E64; D_80137E64++; - temp_v1[0] = 0x06000000; - temp_v1[1] = D_800D31B0; + // clang-format off + temp_v1[0] = 0x06000000; temp_v1[1] = (s32)D_800D31B0; + // clang-format on } #pragma GLOBAL_ASM("asm/us/nonmatchings/main/B99D0/func_800B8F48.s")