From cf06b27b15dc85f4a743c105a7539f8679ae59fd Mon Sep 17 00:00:00 2001 From: krimtonz <33664508+krimtonz@users.noreply.github.com> Date: Fri, 12 Feb 2021 19:52:39 -0600 Subject: Decompile en_sw (#679) * decompile ovl_en_sw * remove unused asm * some cleanup, run format * review * review Co-authored-by: Fig02 --- src/code/code_80097A00.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code') diff --git a/src/code/code_80097A00.c b/src/code/code_80097A00.c index 3c8d87082..94e8fa0a1 100644 --- a/src/code/code_80097A00.c +++ b/src/code/code_80097A00.c @@ -30,8 +30,8 @@ u16 gUpgradeCapacities[][4] = { { 0, 20, 30, 40 }, // Deku Nut Upgrades }; -u32 D_8012723C[] = { 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000 }; -u32 D_8012724C[] = { 0, 8, 16, 24 }; +u32 gGoldSkullFlgMask[] = { 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000 }; +u32 gGoldSkullFlgShift[] = { 0, 8, 16, 24 }; // TODO: use symbols for these icon textures once textures are properly in C u32 gItemIcons[] = { -- cgit v1.2.3