From 968e200c78f057f46fae5bb9b71fec64bfb48bfe Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sat, 14 May 2022 20:51:30 +0300 Subject: Use enums across more scripts and files --- src/object/object9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/object9.c') diff --git a/src/object/object9.c b/src/object/object9.c index b73f2b8c..b6f7a0a2 100644 --- a/src/object/object9.c +++ b/src/object/object9.c @@ -50,7 +50,7 @@ void Object9(Entity* this) { if ((gMessage.doTextBox & 0x7f) != 0) { default: if (gUnk_03003DF0.unk_4[3] == 50) { - if (CheckKinstoneFused(0x32) == 0) { + if (CheckKinstoneFused(KINSTONE_32) == 0) { uVar2 = 0; break; } -- cgit v1.2.3