mirror of
https://github.com/n64decomp/mk64
synced 2026-08-17 12:59:29 -04:00
Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444)
* Doc setup_game_memory and label syms * match func_800132F4 * match func label defines * fix some fake ptrs * match more code * Matches * Add osSyncPrintf support and matches * Add func equiv to draw_square and add comment to is_debug
This commit is contained in:
+2
-2
@@ -1354,9 +1354,9 @@ u8 *load_course(s32 courseId) {
|
||||
unknown1 = gCourseTable[courseId].unknown1;
|
||||
|
||||
if ((gGamestate == ENDING_SEQUENCE) || (gGamestate == CREDITS_SEQUENCE)) {
|
||||
gHeapEndPtr = SEG_ENDING_SEQUENCES;
|
||||
gHeapEndPtr = (uintptr_t) SEG_ENDING_SEQUENCES;
|
||||
} else {
|
||||
gHeapEndPtr = SEG_RACING;
|
||||
gHeapEndPtr = (uintptr_t) SEG_RACING;
|
||||
}
|
||||
set_segment_base_addr(9, load_data((uintptr_t)offsetRomStart, (uintptr_t) offsetRomEnd));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user