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:
MegaMech
2023-10-06 00:19:09 -06:00
committed by GitHub
parent 274fc21ffa
commit 2b74bbbcef
50 changed files with 971 additions and 3667 deletions
+10 -11
View File
@@ -130,17 +130,16 @@ void load_ceremony_cutscene(void) {
D_800DC5C8 = (u16)0;
gSurfaceMap = (mk64_surface_map_ram *) gNextFreeMemoryAddress;
// @bug these segmented addresses need to be symbols for mobility
// This syntax is required to match
set_vertex_data_with_default_section_id(0x70067E8, -1);
set_vertex_data_with_default_section_id(0x700AEF8, -1);
set_vertex_data_with_default_section_id(0x700A970, 8);
set_vertex_data_with_default_section_id(0x700AC30, 8);
set_vertex_data_with_default_section_id(0x7000CE0, 0x10);
set_vertex_data_with_default_section_id(0x7000E88, 0x10);
set_vertex_data_with_default_section_id(0x700A618, -1);
set_vertex_data_with_default_section_id(0x700A618, -1);
set_vertex_data_with_default_section_id(0x70023F8, 1);
set_vertex_data_with_default_section_id(0x7002478, 1);
set_vertex_data_with_default_section_id(0x070067E8, -1);
set_vertex_data_with_default_section_id(0x0700AEF8, -1);
set_vertex_data_with_default_section_id(0x0700A970, 8);
set_vertex_data_with_default_section_id(0x0700AC30, 8);
set_vertex_data_with_default_section_id(0x07000CE0, 0x10);
set_vertex_data_with_default_section_id(0x07000E88, 0x10);
set_vertex_data_with_default_section_id(0x0700A618, -1);
set_vertex_data_with_default_section_id(0x0700A618, -1);
set_vertex_data_with_default_section_id(0x070023F8, 1);
set_vertex_data_with_default_section_id(0x07002478, 1);
func_80295C6C();
debug_switch_character_ceremony_cutscene();
func_802818BC();