From 449b2247fdbe3cd3c424637ec7d6973caa697f0f Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:50:18 -0400 Subject: Math Sizes (#297) * Math Sizes Added sizes to most variable types * Removed sizes and fixed pads Removed sizes from base types and cleaned up pads * PR fixes --- src/code/z_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_debug.c') diff --git a/src/code/z_debug.c b/src/code/z_debug.c index 658f64144..48caa825d 100644 --- a/src/code/z_debug.c +++ b/src/code/z_debug.c @@ -220,7 +220,7 @@ void func_80063D7C(GraphicsContext* gfxCtx) { Gfx* sp78; GfxPrint gfxPrint; Gfx* tempRet; - u32 pad; + s32 pad; Gfx* dispRefs[4]; // stores state of GfxCtx next ptrs Graph_OpenDisps(dispRefs, gfxCtx, "../z_debug.c", 628); -- cgit v1.2.3