summaryrefslogtreecommitdiff
path: root/src/menu_items.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-01-13 21:15:16 -0700
committerGitHub <noreply@github.com>2025-01-13 21:15:16 -0700
commit04d56d6ba0705776149358608a27db8ab23e9449 (patch)
treeee699599021dde72fb4a2b8eb34792be53ec5ecd /src/menu_items.h
parent389f0f495131928cd620afee41095aff6683c8e9 (diff)
Fixes as per Sonic (#154)
* Fix imGUI game reset button * Fix course select cursor sound oob * Fix cloud rendering * Fix centering of tt race data cannot be saved by ghost * Impl chain chomp & bats * Fix retry crash * DebugMode On Skips intro logo menu * rename
Diffstat (limited to 'src/menu_items.h')
-rw-r--r--src/menu_items.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menu_items.h b/src/menu_items.h
index b377190ed..d42346698 100644
--- a/src/menu_items.h
+++ b/src/menu_items.h
@@ -366,8 +366,10 @@ s32 get_string_width(char*);
void set_text_color(s32);
void func_800930E4(s32, s32, char*);
void print_text0(s32, s32, char*, s32, f32, f32, s32);
+void print_text0_wide_right(s32 column, s32 row, char* text, s32 tracking, f32 scaleX, f32 scaleY, s32 mode);
void print_text_mode_1(s32, s32, char*, s32, f32, f32);
void print_text_mode_2(s32, s32, char*, s32, f32, f32);
+void print_text_mode_2_wide_right(s32 column, s32 row, char* text, s32 tracking, f32 scaleX, f32 scaleY);
void print_text1(s32, s32, char*, s32, f32, f32, s32);
void print_text1_left(s32, s32, char*, s32, f32, f32);
void print_text1_center_mode_1(s32, s32, char*, s32, f32, f32);
@@ -452,6 +454,7 @@ Gfx* func_8009B9D0(Gfx*, MenuTexture*);
Gfx* render_menu_textures(Gfx*, MenuTexture*, s32, s32);
Gfx* func_8009BC9C(Gfx*, MenuTexture*, s32, s32, s32, s32);
Gfx* print_letter(Gfx*, MenuTexture*, f32, f32, s32, f32, f32);
+Gfx* print_letter_wide_right(Gfx* arg0, MenuTexture* glyphTexture, f32 arg2, f32 arg3, s32 mode, f32 scaleX, f32 scaleY);
Gfx* func_8009C204(Gfx*, MenuTexture*, s32, s32, s32);
Gfx* func_8009C434(Gfx*, struct_8018DEE0_entry*, s32, s32, s32);
Gfx* func_8009C708(Gfx*, struct_8018DEE0_entry*, s32, s32, s32, s32);