summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2020-07-30 15:50:18 -0400
committerGitHub <noreply@github.com>2020-07-30 21:50:18 +0200
commit449b2247fdbe3cd3c424637ec7d6973caa697f0f (patch)
tree79950f8f3806cfe9589eb03832be6ab612cf8510 /src/code/z_debug.c
parentc3421dda0c841d3d905ac23601dc84e2cb71034d (diff)
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
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c2
1 files changed, 1 insertions, 1 deletions
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);