From 9e9374109d08321c3b8e709018be1dc1b70bf5d6 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Mon, 8 Feb 2021 20:07:01 +0000 Subject: [PATCH] rename coconutEntity --- src/battle/item/coconut/coconut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/battle/item/coconut/coconut.c b/src/battle/item/coconut/coconut.c index 4dc560d4d6..0415676d54 100644 --- a/src/battle/item/coconut/coconut.c +++ b/src/battle/item/coconut/coconut.c @@ -31,7 +31,7 @@ Gfx N(coconutDL)[] = { gsSPEndDisplayList(), }; -s32 N(coconutEntity)[] = { +s32 N(coconutItemModelCommandList)[] = { 0x00000004, 0x0000000D, 0x00000001, sizeof(N(coconutDL)) / sizeof(s32), &N(coconutDL), 0x00000002, 0x00000000, }; @@ -47,7 +47,7 @@ Script N(main) = SCRIPT({ PlaySound(SoundId_THROW); sleep 3; - func_802D3474(SI_VAR(10), N(coconutEntity)); + func_802D3474(SI_VAR(10), N(coconutItemModelCommandList)); $x = 1.0; MultiplyByActorScale($x);