From 2c680efa9169eaaddae97330fa3ea9586a273b57 Mon Sep 17 00:00:00 2001 From: mzxrules Date: Thu, 20 Jun 2024 21:21:37 -0400 Subject: z_map decompiled (#1032) * First batch of functions * more ok * z_map_data OK * More OKs, MinimapList ZAPD breaking change * func_80103A58 improvements, more OK * func_80106D5C and func_801091F0 decomped * func_801031D0 decomped and some fixes * house cleaning, more OKs more decomp * Even more OKs * func_80105C40 almost OK, more OKs * func_80108AF8 OK and more * All functions attempted * func_8010534C OK * Start documentation, rename DoorCtx * More OKs, split map_data.data, more doc * incremental clean-up, more function names * more function names * func_801068FC OK * old uncommitted changes * minor tweaks * implement easy fixes * more fixes * z_map_disp OK, implement more suggestions * delete utility program * migrate data * TransiActor ->TransitionActor * Major documentation pass * first pass of changes * warning fix attempt, revert ZFile.cpp * Fix FAKE match * Easy fixes * implement gDPLoadTextureBlock_Runtime * z_demo bss patch * Extract white square texture * Implement more suggestions * rework MapIndex/DungeonIndex * revert dungeonSceneIndex -> mapIndex in some spots, implement suggestions * more suggestions * minor nits * fix #include --- assets/xml/code/z_map_disp.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 assets/xml/code/z_map_disp.xml (limited to 'assets/xml/code') diff --git a/assets/xml/code/z_map_disp.xml b/assets/xml/code/z_map_disp.xml new file mode 100644 index 000000000..e165feb4e --- /dev/null +++ b/assets/xml/code/z_map_disp.xml @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3