Label memory allocation with proper size (#388)

* Renamed D_8015F734 to FreeMemoryResetAnchor
This commit is contained in:
MegaMech
2023-08-28 12:14:19 -06:00
committed by GitHub
parent 31d3ac14ec
commit 05d3636835
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void load_credits(void) {
D_800DC5EC->screenStartY = 120;
gScreenModeSelection = SCREEN_MODE_1P;
gActiveScreenMode = SCREEN_MODE_1P;
gNextFreeMemoryAddress = D_8015F734;
gNextFreeMemoryAddress = FreeMemoryResetAnchor;
load_course(gCurrentCourseId);
D_8015F730 = gNextFreeMemoryAddress;
set_segment_base_addr(0xB, (void *) decompress_segments((u8 *)&_data_821D10SegmentRomStart, (u8 *)&_data_825800SegmentRomStart));