From d5e8a6dc5a428b060ab7e23414a95f8aee2740f4 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:42:43 -0400 Subject: [PATCH] Add nonmatching to "asm" just in case --- src/text2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/text2.c b/src/text2.c index f531e2fd6..529405e23 100644 --- a/src/text2.c +++ b/src/text2.c @@ -2014,7 +2014,9 @@ void sub_8007AA4(struct UnkTextStruct1 *a0, u32 a1, s32 x, s32 y, s32 a4, u32 co r4 = &a0[a1]; ip = gUnknown_80B853C[color & 0xF] + 0x11111111; + #ifndef NONMATCHING asm("":::"r8"); + #endif // NONMATCHING dataLOL = gUnknown_80B8848; a4++; a4--; r3 = y / 8;