From 2f435f5b2b8dea5e930c696929ebe22d886fdfda Mon Sep 17 00:00:00 2001 From: MegaMech Date: Thu, 13 Aug 2026 20:18:40 -0600 Subject: [PATCH] Update code_80281C40.h --- src/ending/code_80281C40.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ending/code_80281C40.h b/src/ending/code_80281C40.h index 33ebb4cf1..2cf86b72a 100644 --- a/src/ending/code_80281C40.h +++ b/src/ending/code_80281C40.h @@ -4,7 +4,7 @@ /* Function Prototypes */ void podium_debug_draw_prints(void); -void podium_debug_print(s32, s32, s32, s32); +void podium_debug_print(s32 x, s32 y, const char* str, s32 value); void render_podium_ceremony(void); extern s32 gGotoMenu;