diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-01-13 21:15:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 21:15:16 -0700 |
| commit | 04d56d6ba0705776149358608a27db8ab23e9449 (patch) | |
| tree | ee699599021dde72fb4a2b8eb34792be53ec5ecd /src/code_8006E9C0.c | |
| parent | 389f0f495131928cd620afee41095aff6683c8e9 (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/code_8006E9C0.c')
| -rw-r--r-- | src/code_8006E9C0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code_8006E9C0.c b/src/code_8006E9C0.c index 28d97ed54..d7bfd374b 100644 --- a/src/code_8006E9C0.c +++ b/src/code_8006E9C0.c @@ -770,8 +770,6 @@ void func_80070714(void) { D_80165748 = 0xA; } -// const char* sBoardwalkTexList[] = { gTextureBat1, gTextureBat2, gTextureBat3, gTextureBat4 }; - void init_course_object(void) { s32 objectId; s32 i; |
