mirror of
https://github.com/n64decomp/mk64
synced 2026-06-28 01:33:12 -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:
+4
-4
@@ -85,11 +85,11 @@ u16 D_8015F702;
|
||||
f32 D_8015F704;
|
||||
Vec3f D_8015F708;
|
||||
UNUSED u32 D_8015F718[3]; // Likely held ptrs to segmented data.
|
||||
u32 gFreeMemorySize;
|
||||
u32 gNextFreeMemoryAddress;
|
||||
u32 gHeapEndPtr;
|
||||
size_t gFreeMemorySize;
|
||||
uintptr_t gNextFreeMemoryAddress;
|
||||
uintptr_t gHeapEndPtr;
|
||||
u32 D_8015F730;
|
||||
u32 gFreeMemoryResetAnchor;
|
||||
uintptr_t gFreeMemoryResetAnchor;
|
||||
Vec3f D_8015F738;
|
||||
Vec3f D_8015F748;
|
||||
Vec3f D_8015F758;
|
||||
|
||||
Reference in New Issue
Block a user