mirror of
https://github.com/n64decomp/mk64
synced 2026-08-06 17:42:26 -04:00
Matches in 80281fa0, render_courses, and create defines for sound cues. (#276)
* Matches, add permute, and add notice to quick runners * 80281fa0 matches, render_courses, and create defines for audio * Renamed 80281fa0.h, func naming, and deleted data_121DA0 * Added clang format * Matched load_surface_map * Match func in memory.c
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ void func_80280268(s32 arg0) {
|
||||
gIsInQuitToMenuTransition = 1;
|
||||
gQuitToMenuTransitionCounter = 5;
|
||||
D_802874A0 = 1;
|
||||
if ((arg0 < 0) || ((arg0 >= 0x14))) {
|
||||
if ((arg0 < 0) || ((arg0 >= 20))) {
|
||||
arg0 = 0;
|
||||
}
|
||||
gCreditsCourseId = arg0;
|
||||
|
||||
Reference in New Issue
Block a user