From 96c49a28ba4b93d13f74b81879f2e2fbf5d96088 Mon Sep 17 00:00:00 2001 From: Yanis <35189056+Yanis002@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:23:45 +0200 Subject: [PATCH] rom name fixes (#174) --- .vscode/c_cpp_properties.json | 18 ++++++++--------- INSTALLATION.md | 2 +- baseroms/gc-eu-mq-dbg/checksum-compressed.md5 | 2 +- baseroms/gc-eu-mq-dbg/checksum.md5 | 2 +- baseroms/gc-eu-mq/checksum-compressed.md5 | 2 +- baseroms/gc-eu-mq/checksum.md5 | 2 +- baseroms/gc-eu/checksum-compressed.md5 | 2 +- baseroms/gc-eu/checksum.md5 | 2 +- baseroms/gc-jp-ce/checksum-compressed.md5 | 2 +- baseroms/gc-jp-ce/checksum.md5 | 2 +- baseroms/gc-jp-mq/checksum-compressed.md5 | 2 +- baseroms/gc-jp-mq/checksum.md5 | 2 +- baseroms/gc-jp/checksum-compressed.md5 | 2 +- baseroms/gc-jp/checksum.md5 | 2 +- baseroms/gc-us-mq/checksum-compressed.md5 | 2 +- baseroms/gc-us-mq/checksum.md5 | 2 +- baseroms/gc-us/checksum-compressed.md5 | 2 +- baseroms/gc-us/checksum.md5 | 2 +- baseroms/ique-cn/checksum-compressed.md5 | 2 +- baseroms/ique-cn/checksum.md5 | 2 +- baseroms/ntsc-1.0/checksum-JP-compressed.md5 | 2 +- baseroms/ntsc-1.0/checksum-JP.md5 | 2 +- baseroms/ntsc-1.0/checksum-US-compressed.md5 | 2 +- baseroms/ntsc-1.0/checksum-US.md5 | 2 +- baseroms/ntsc-1.1/checksum-JP-compressed.md5 | 2 +- baseroms/ntsc-1.1/checksum-JP.md5 | 2 +- baseroms/ntsc-1.1/checksum-US-compressed.md5 | 2 +- baseroms/ntsc-1.1/checksum-US.md5 | 2 +- baseroms/ntsc-1.2/checksum-JP-compressed.md5 | 2 +- baseroms/ntsc-1.2/checksum-JP.md5 | 2 +- baseroms/ntsc-1.2/checksum-US-compressed.md5 | 2 +- baseroms/ntsc-1.2/checksum-US.md5 | 2 +- baseroms/pal-1.0/checksum-compressed.md5 | 2 +- baseroms/pal-1.0/checksum.md5 | 2 +- baseroms/pal-1.1/checksum-compressed.md5 | 2 +- baseroms/pal-1.1/checksum.md5 | 2 +- docs/c_cpp_properties.json | 20 +++++++++---------- docs/retail_versions.md | 2 +- docs/vscode.md | 4 ++-- sym_info.py | 4 ++-- tools/check_disasm_metadata_unksyms.py | 2 +- tools/fix_bss.py | 4 ++-- tools/gc_utility.py | 4 ++-- 43 files changed, 64 insertions(+), 64 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ad75085f9..e824e9cf1 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,7 +1,7 @@ { "configurations": [ { - "name": "oot-ntsc-1.2", + "name": "hackeroot-ntsc-1.2", "compilerArgs": [ "-m32" ], @@ -26,7 +26,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp", + "name": "hackeroot-gc-jp", "compilerArgs": [ "-m32" ], @@ -53,7 +53,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp-mq", + "name": "hackeroot-gc-jp-mq", "compilerArgs": [ "-m32" ], @@ -80,7 +80,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-us", + "name": "hackeroot-gc-us", "compilerArgs": [ "-m32" ], @@ -107,7 +107,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-us-mq", + "name": "hackeroot-gc-us-mq", "compilerArgs": [ "-m32" ], @@ -134,7 +134,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu-mq-dbg", + "name": "hackeroot-gc-eu-mq-dbg", "compilerArgs": [ "-m32" ], @@ -161,7 +161,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu", + "name": "hackeroot-gc-eu", "compilerArgs": [ "-m32" ], @@ -188,7 +188,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu-mq", + "name": "hackeroot-gc-eu-mq", "compilerArgs": [ "-m32" ], @@ -215,7 +215,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp-ce", + "name": "hackeroot-gc-jp-ce", "compilerArgs": [ "-m32" ], diff --git a/INSTALLATION.md b/INSTALLATION.md index 840ef1c2d..be6618616 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -97,7 +97,7 @@ Make sure your path to the project is not too long, otherwise this process may e make ``` -If all goes well, a new ROM should be built at `build/ntsc-1.2/oot-ntsc-1.2.z64`. +If all goes well, a new ROM should be built at `build/ntsc-1.2/hackeroot-ntsc-1.2.z64`. **NOTE:** to speed up the build, you can either: diff --git a/baseroms/gc-eu-mq-dbg/checksum-compressed.md5 b/baseroms/gc-eu-mq-dbg/checksum-compressed.md5 index d902d5fa9..b2fe3dd97 100644 --- a/baseroms/gc-eu-mq-dbg/checksum-compressed.md5 +++ b/baseroms/gc-eu-mq-dbg/checksum-compressed.md5 @@ -1 +1 @@ -9704bc98c20c20319cc1633fe02b6fc7 build/gc-eu-mq-dbg/oot-gc-eu-mq-dbg-compressed.z64 +9704bc98c20c20319cc1633fe02b6fc7 build/gc-eu-mq-dbg/hackeroot-gc-eu-mq-dbg-compressed.z64 diff --git a/baseroms/gc-eu-mq-dbg/checksum.md5 b/baseroms/gc-eu-mq-dbg/checksum.md5 index 69e361d6a..587f28e87 100644 --- a/baseroms/gc-eu-mq-dbg/checksum.md5 +++ b/baseroms/gc-eu-mq-dbg/checksum.md5 @@ -1 +1 @@ -75e344f41c26ec2ec5ad92caa9e25629 build/gc-eu-mq-dbg/oot-gc-eu-mq-dbg.z64 +75e344f41c26ec2ec5ad92caa9e25629 build/gc-eu-mq-dbg/hackeroot-gc-eu-mq-dbg.z64 diff --git a/baseroms/gc-eu-mq/checksum-compressed.md5 b/baseroms/gc-eu-mq/checksum-compressed.md5 index baf83abd5..fa82e7a86 100644 --- a/baseroms/gc-eu-mq/checksum-compressed.md5 +++ b/baseroms/gc-eu-mq/checksum-compressed.md5 @@ -1 +1 @@ -1618403427e4344a57833043db5ce3c3 build/gc-eu-mq/oot-gc-eu-mq-compressed.z64 +1618403427e4344a57833043db5ce3c3 build/gc-eu-mq/hackeroot-gc-eu-mq-compressed.z64 diff --git a/baseroms/gc-eu-mq/checksum.md5 b/baseroms/gc-eu-mq/checksum.md5 index 7d78aaf06..76bb6571c 100644 --- a/baseroms/gc-eu-mq/checksum.md5 +++ b/baseroms/gc-eu-mq/checksum.md5 @@ -1 +1 @@ -4920520254b9aab86de57b42ab477dbb build/gc-eu-mq/oot-gc-eu-mq.z64 +4920520254b9aab86de57b42ab477dbb build/gc-eu-mq/hackeroot-gc-eu-mq.z64 diff --git a/baseroms/gc-eu/checksum-compressed.md5 b/baseroms/gc-eu/checksum-compressed.md5 index 5525ac5dc..746d7272d 100644 --- a/baseroms/gc-eu/checksum-compressed.md5 +++ b/baseroms/gc-eu/checksum-compressed.md5 @@ -1 +1 @@ -2c27b4e000e85fd78dbca551f1b1c965 build/gc-eu/oot-gc-eu-compressed.z64 +2c27b4e000e85fd78dbca551f1b1c965 build/gc-eu/hackeroot-gc-eu-compressed.z64 diff --git a/baseroms/gc-eu/checksum.md5 b/baseroms/gc-eu/checksum.md5 index 960213bea..c982db842 100644 --- a/baseroms/gc-eu/checksum.md5 +++ b/baseroms/gc-eu/checksum.md5 @@ -1 +1 @@ -05d6c0a3528d6de7472e5a98520d9f46 build/gc-eu/oot-gc-eu.z64 +05d6c0a3528d6de7472e5a98520d9f46 build/gc-eu/hackeroot-gc-eu.z64 diff --git a/baseroms/gc-jp-ce/checksum-compressed.md5 b/baseroms/gc-jp-ce/checksum-compressed.md5 index 64f7a5219..39690fae9 100644 --- a/baseroms/gc-jp-ce/checksum-compressed.md5 +++ b/baseroms/gc-jp-ce/checksum-compressed.md5 @@ -1 +1 @@ -0c13e0449a28ea5b925cdb8af8d29768 build/gc-jp-ce/oot-gc-jp-ce-compressed.z64 +0c13e0449a28ea5b925cdb8af8d29768 build/gc-jp-ce/hackeroot-gc-jp-ce-compressed.z64 diff --git a/baseroms/gc-jp-ce/checksum.md5 b/baseroms/gc-jp-ce/checksum.md5 index 2959de97b..c0cf4188b 100644 --- a/baseroms/gc-jp-ce/checksum.md5 +++ b/baseroms/gc-jp-ce/checksum.md5 @@ -1 +1 @@ -fe2f22c16e03762513b5af5449d453aa build/gc-jp-ce/oot-gc-jp-ce.z64 +fe2f22c16e03762513b5af5449d453aa build/gc-jp-ce/hackeroot-gc-jp-ce.z64 diff --git a/baseroms/gc-jp-mq/checksum-compressed.md5 b/baseroms/gc-jp-mq/checksum-compressed.md5 index 8a583aa52..9eb1d7259 100644 --- a/baseroms/gc-jp-mq/checksum-compressed.md5 +++ b/baseroms/gc-jp-mq/checksum-compressed.md5 @@ -1 +1 @@ -69895c5c78442260f6eafb2506dc482a build/gc-jp-mq/oot-gc-jp-mq-compressed.z64 +69895c5c78442260f6eafb2506dc482a build/gc-jp-mq/hackeroot-gc-jp-mq-compressed.z64 diff --git a/baseroms/gc-jp-mq/checksum.md5 b/baseroms/gc-jp-mq/checksum.md5 index 69819ce2c..6c955a926 100644 --- a/baseroms/gc-jp-mq/checksum.md5 +++ b/baseroms/gc-jp-mq/checksum.md5 @@ -1 +1 @@ -f70cf137eb8f783cb5d79756190728ce build/gc-jp-mq/oot-gc-jp-mq.z64 +f70cf137eb8f783cb5d79756190728ce build/gc-jp-mq/hackeroot-gc-jp-mq.z64 diff --git a/baseroms/gc-jp/checksum-compressed.md5 b/baseroms/gc-jp/checksum-compressed.md5 index 8234b5cc8..e389e096e 100644 --- a/baseroms/gc-jp/checksum-compressed.md5 +++ b/baseroms/gc-jp/checksum-compressed.md5 @@ -1 +1 @@ -33fb7852c180b18ea0b9620b630f413f build/gc-jp/oot-gc-jp-compressed.z64 +33fb7852c180b18ea0b9620b630f413f build/gc-jp/hackeroot-gc-jp-compressed.z64 diff --git a/baseroms/gc-jp/checksum.md5 b/baseroms/gc-jp/checksum.md5 index e94a93036..8017439b8 100644 --- a/baseroms/gc-jp/checksum.md5 +++ b/baseroms/gc-jp/checksum.md5 @@ -1 +1 @@ -c72746a38cee7b25e6bbecde8db7e2d1 build/gc-jp/oot-gc-jp.z64 +c72746a38cee7b25e6bbecde8db7e2d1 build/gc-jp/hackeroot-gc-jp.z64 diff --git a/baseroms/gc-us-mq/checksum-compressed.md5 b/baseroms/gc-us-mq/checksum-compressed.md5 index 9288d1211..73fc4d2d3 100644 --- a/baseroms/gc-us-mq/checksum-compressed.md5 +++ b/baseroms/gc-us-mq/checksum-compressed.md5 @@ -1 +1 @@ -da35577fe54579f6a266931cc75f512d build/gc-us-mq/oot-gc-us-mq-compressed.z64 +da35577fe54579f6a266931cc75f512d build/gc-us-mq/hackeroot-gc-us-mq-compressed.z64 diff --git a/baseroms/gc-us-mq/checksum.md5 b/baseroms/gc-us-mq/checksum.md5 index 5d07400cc..f393991c7 100644 --- a/baseroms/gc-us-mq/checksum.md5 +++ b/baseroms/gc-us-mq/checksum.md5 @@ -1 +1 @@ -3f0d68ac5b8a9dc3898655025db474dd build/gc-us-mq/oot-gc-us-mq.z64 +3f0d68ac5b8a9dc3898655025db474dd build/gc-us-mq/hackeroot-gc-us-mq.z64 diff --git a/baseroms/gc-us/checksum-compressed.md5 b/baseroms/gc-us/checksum-compressed.md5 index 1871ba60c..5631fd39d 100644 --- a/baseroms/gc-us/checksum-compressed.md5 +++ b/baseroms/gc-us/checksum-compressed.md5 @@ -1 +1 @@ -cd09029edcfb7c097ac01986a0f83d3f build/gc-us/oot-gc-us-compressed.z64 +cd09029edcfb7c097ac01986a0f83d3f build/gc-us/hackeroot-gc-us-compressed.z64 diff --git a/baseroms/gc-us/checksum.md5 b/baseroms/gc-us/checksum.md5 index 160c935c7..a771b15f1 100644 --- a/baseroms/gc-us/checksum.md5 +++ b/baseroms/gc-us/checksum.md5 @@ -1 +1 @@ -282e6281bc7f030cddccf2422237e9a7 build/gc-us/oot-gc-us.z64 +282e6281bc7f030cddccf2422237e9a7 build/gc-us/hackeroot-gc-us.z64 diff --git a/baseroms/ique-cn/checksum-compressed.md5 b/baseroms/ique-cn/checksum-compressed.md5 index ba4e5e57b..6ae15c5d7 100644 --- a/baseroms/ique-cn/checksum-compressed.md5 +++ b/baseroms/ique-cn/checksum-compressed.md5 @@ -1 +1 @@ -0ab48b2d44a74b3bb2d384f6170c2742 build/ique-cn/oot-ique-cn-compressed.z64 +0ab48b2d44a74b3bb2d384f6170c2742 build/ique-cn/hackeroot-ique-cn-compressed.z64 diff --git a/baseroms/ique-cn/checksum.md5 b/baseroms/ique-cn/checksum.md5 index 6390fc95b..4da7f6666 100644 --- a/baseroms/ique-cn/checksum.md5 +++ b/baseroms/ique-cn/checksum.md5 @@ -1 +1 @@ -0238288a8e7c53b558b818865daf6ef3 build/ique-cn/oot-ique-cn.z64 +0238288a8e7c53b558b818865daf6ef3 build/ique-cn/hackeroot-ique-cn.z64 diff --git a/baseroms/ntsc-1.0/checksum-JP-compressed.md5 b/baseroms/ntsc-1.0/checksum-JP-compressed.md5 index b371d6ee6..38473b157 100644 --- a/baseroms/ntsc-1.0/checksum-JP-compressed.md5 +++ b/baseroms/ntsc-1.0/checksum-JP-compressed.md5 @@ -1 +1 @@ -9f04c8e68534b870f707c247fa4b50fc build/ntsc-1.0/oot-ntsc-1.0-compressed.z64 +9f04c8e68534b870f707c247fa4b50fc build/ntsc-1.0/hackeroot-ntsc-1.0-compressed.z64 diff --git a/baseroms/ntsc-1.0/checksum-JP.md5 b/baseroms/ntsc-1.0/checksum-JP.md5 index 0bdeb74cb..35a6b0949 100644 --- a/baseroms/ntsc-1.0/checksum-JP.md5 +++ b/baseroms/ntsc-1.0/checksum-JP.md5 @@ -1 +1 @@ -963d8ee3bd921f4d3c833b82004a76d2 build/ntsc-1.0/oot-ntsc-1.0.z64 +963d8ee3bd921f4d3c833b82004a76d2 build/ntsc-1.0/hackeroot-ntsc-1.0.z64 diff --git a/baseroms/ntsc-1.0/checksum-US-compressed.md5 b/baseroms/ntsc-1.0/checksum-US-compressed.md5 index 7aa912648..44330b35b 100644 --- a/baseroms/ntsc-1.0/checksum-US-compressed.md5 +++ b/baseroms/ntsc-1.0/checksum-US-compressed.md5 @@ -1 +1 @@ -5bd1fe107bf8106b2ab6650abecd54d6 build/ntsc-1.0/oot-ntsc-1.0-compressed.z64 +5bd1fe107bf8106b2ab6650abecd54d6 build/ntsc-1.0/hackeroot-ntsc-1.0-compressed.z64 diff --git a/baseroms/ntsc-1.0/checksum-US.md5 b/baseroms/ntsc-1.0/checksum-US.md5 index fda12ac58..e222c2a6d 100644 --- a/baseroms/ntsc-1.0/checksum-US.md5 +++ b/baseroms/ntsc-1.0/checksum-US.md5 @@ -1 +1 @@ -6829a16db1a34e8ce989847cd8da8d9a build/ntsc-1.0/oot-ntsc-1.0.z64 +6829a16db1a34e8ce989847cd8da8d9a build/ntsc-1.0/hackeroot-ntsc-1.0.z64 diff --git a/baseroms/ntsc-1.1/checksum-JP-compressed.md5 b/baseroms/ntsc-1.1/checksum-JP-compressed.md5 index f02c9c055..810b90bf1 100644 --- a/baseroms/ntsc-1.1/checksum-JP-compressed.md5 +++ b/baseroms/ntsc-1.1/checksum-JP-compressed.md5 @@ -1 +1 @@ -1bf5f42b98c3e97948f01155f12e2d88 build/ntsc-1.1/oot-ntsc-1.1-compressed.z64 +1bf5f42b98c3e97948f01155f12e2d88 build/ntsc-1.1/hackeroot-ntsc-1.1-compressed.z64 diff --git a/baseroms/ntsc-1.1/checksum-JP.md5 b/baseroms/ntsc-1.1/checksum-JP.md5 index 771035379..39ff20aaf 100644 --- a/baseroms/ntsc-1.1/checksum-JP.md5 +++ b/baseroms/ntsc-1.1/checksum-JP.md5 @@ -1 +1 @@ -8b07c719217cb89334edf481a52ef392 build/ntsc-1.1/oot-ntsc-1.1.z64 +8b07c719217cb89334edf481a52ef392 build/ntsc-1.1/hackeroot-ntsc-1.1.z64 diff --git a/baseroms/ntsc-1.1/checksum-US-compressed.md5 b/baseroms/ntsc-1.1/checksum-US-compressed.md5 index 4d13bee15..b79323415 100644 --- a/baseroms/ntsc-1.1/checksum-US-compressed.md5 +++ b/baseroms/ntsc-1.1/checksum-US-compressed.md5 @@ -1 +1 @@ -721fdcc6f5f34be55c43a807f2a16af4 build/ntsc-1.1/oot-ntsc-1.1-compressed.z64 +721fdcc6f5f34be55c43a807f2a16af4 build/ntsc-1.1/hackeroot-ntsc-1.1-compressed.z64 diff --git a/baseroms/ntsc-1.1/checksum-US.md5 b/baseroms/ntsc-1.1/checksum-US.md5 index df5611fe0..9095345aa 100644 --- a/baseroms/ntsc-1.1/checksum-US.md5 +++ b/baseroms/ntsc-1.1/checksum-US.md5 @@ -1 +1 @@ -a11496a4abcd9f173f2f2a342a6370d2 build/ntsc-1.1/oot-ntsc-1.1.z64 +a11496a4abcd9f173f2f2a342a6370d2 build/ntsc-1.1/hackeroot-ntsc-1.1.z64 diff --git a/baseroms/ntsc-1.2/checksum-JP-compressed.md5 b/baseroms/ntsc-1.2/checksum-JP-compressed.md5 index 66fb4932a..371d7369d 100644 --- a/baseroms/ntsc-1.2/checksum-JP-compressed.md5 +++ b/baseroms/ntsc-1.2/checksum-JP-compressed.md5 @@ -1 +1 @@ -2258052847bdd056c8406a9ef6427f13 build/ntsc-1.2/oot-ntsc-1.2-compressed.z64 +2258052847bdd056c8406a9ef6427f13 build/ntsc-1.2/hackeroot-ntsc-1.2-compressed.z64 diff --git a/baseroms/ntsc-1.2/checksum-JP.md5 b/baseroms/ntsc-1.2/checksum-JP.md5 index 8dec1a19a..f642960f0 100644 --- a/baseroms/ntsc-1.2/checksum-JP.md5 +++ b/baseroms/ntsc-1.2/checksum-JP.md5 @@ -1 +1 @@ -48b3e547359f21bb7e123fb362c1dd4e build/ntsc-1.2/oot-ntsc-1.2.z64 +48b3e547359f21bb7e123fb362c1dd4e build/ntsc-1.2/hackeroot-ntsc-1.2.z64 diff --git a/baseroms/ntsc-1.2/checksum-US-compressed.md5 b/baseroms/ntsc-1.2/checksum-US-compressed.md5 index 001d6babd..553c7e38a 100644 --- a/baseroms/ntsc-1.2/checksum-US-compressed.md5 +++ b/baseroms/ntsc-1.2/checksum-US-compressed.md5 @@ -1 +1 @@ -57a9719ad547c516342e1a15d5c28c3d build/ntsc-1.2/oot-ntsc-1.2-compressed.z64 +57a9719ad547c516342e1a15d5c28c3d build/ntsc-1.2/hackeroot-ntsc-1.2-compressed.z64 diff --git a/baseroms/ntsc-1.2/checksum-US.md5 b/baseroms/ntsc-1.2/checksum-US.md5 index 75c1434d1..c7d4ea69b 100644 --- a/baseroms/ntsc-1.2/checksum-US.md5 +++ b/baseroms/ntsc-1.2/checksum-US.md5 @@ -1 +1 @@ -12fcafeba93992facaf65c2ba00f3089 build/ntsc-1.2/oot-ntsc-1.2.z64 +12fcafeba93992facaf65c2ba00f3089 build/ntsc-1.2/hackeroot-ntsc-1.2.z64 diff --git a/baseroms/pal-1.0/checksum-compressed.md5 b/baseroms/pal-1.0/checksum-compressed.md5 index 0689459f0..124010a57 100644 --- a/baseroms/pal-1.0/checksum-compressed.md5 +++ b/baseroms/pal-1.0/checksum-compressed.md5 @@ -1 +1 @@ -e040de91a74b61e3201db0e2323f768a build/pal-1.0/oot-pal-1.0-compressed.z64 +e040de91a74b61e3201db0e2323f768a build/pal-1.0/hackeroot-pal-1.0-compressed.z64 diff --git a/baseroms/pal-1.0/checksum.md5 b/baseroms/pal-1.0/checksum.md5 index 352e0126b..deab511bf 100644 --- a/baseroms/pal-1.0/checksum.md5 +++ b/baseroms/pal-1.0/checksum.md5 @@ -1 +1 @@ -f7e8dec14a2fbae90aafa838c801310f build/pal-1.0/oot-pal-1.0.z64 +f7e8dec14a2fbae90aafa838c801310f build/pal-1.0/hackeroot-pal-1.0.z64 diff --git a/baseroms/pal-1.1/checksum-compressed.md5 b/baseroms/pal-1.1/checksum-compressed.md5 index ef351b211..c66a9830f 100644 --- a/baseroms/pal-1.1/checksum-compressed.md5 +++ b/baseroms/pal-1.1/checksum-compressed.md5 @@ -1 +1 @@ -d714580dd74c2c033f5e1b6dc0aeac77 build/pal-1.1/oot-pal-1.1-compressed.z64 +d714580dd74c2c033f5e1b6dc0aeac77 build/pal-1.1/hackeroot-pal-1.1-compressed.z64 diff --git a/baseroms/pal-1.1/checksum.md5 b/baseroms/pal-1.1/checksum.md5 index 60671db15..f062ec8b3 100644 --- a/baseroms/pal-1.1/checksum.md5 +++ b/baseroms/pal-1.1/checksum.md5 @@ -1 +1 @@ -fee6fe6e4cc6228aae02e15c40168aa1 build/pal-1.1/oot-pal-1.1.z64 +fee6fe6e4cc6228aae02e15c40168aa1 build/pal-1.1/hackeroot-pal-1.1.z64 diff --git a/docs/c_cpp_properties.json b/docs/c_cpp_properties.json index 276e67bd1..1d7bff04b 100644 --- a/docs/c_cpp_properties.json +++ b/docs/c_cpp_properties.json @@ -1,7 +1,7 @@ { "configurations": [ { - "name": "oot-ntsc-1.2", + "name": "hackeroot-ntsc-1.2", "compilerArgs": [ "-m32" ], @@ -27,7 +27,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp", + "name": "hackeroot-gc-jp", "compilerArgs": [ "-m32" ], @@ -55,7 +55,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp-mq", + "name": "hackeroot-gc-jp-mq", "compilerArgs": [ "-m32" ], @@ -83,7 +83,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-us", + "name": "hackeroot-gc-us", "compilerArgs": [ "-m32" ], @@ -111,7 +111,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-us-mq", + "name": "hackeroot-gc-us-mq", "compilerArgs": [ "-m32" ], @@ -139,7 +139,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu-mq-dbg", + "name": "hackeroot-gc-eu-mq-dbg", "compilerArgs": [ "-m32" ], @@ -167,7 +167,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu", + "name": "hackeroot-gc-eu", "compilerArgs": [ "-m32" ], @@ -195,7 +195,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-eu-mq", + "name": "hackeroot-gc-eu-mq", "compilerArgs": [ "-m32" ], @@ -223,7 +223,7 @@ "cStandard": "gnu89" }, { - "name": "oot-gc-jp-ce", + "name": "hackeroot-gc-jp-ce", "compilerArgs": [ "-m32" ], @@ -251,7 +251,7 @@ "cStandard": "gnu89" }, { - "name": "oot-ique-cn", + "name": "hackeroot-ique-cn", "compilerArgs": [ "-m32" ], diff --git a/docs/retail_versions.md b/docs/retail_versions.md index b2f790b26..1761de133 100644 --- a/docs/retail_versions.md +++ b/docs/retail_versions.md @@ -41,7 +41,7 @@ code. In order to keep the code readable, we should try to minimize the amount o ``` where `N` is the number of cores on your machine. This will build into - `build/ntsc-1.2` and produce `build/ntsc-1.2/oot-ntsc-1.2.z64`. + `build/ntsc-1.2` and produce `build/ntsc-1.2/hackeroot-ntsc-1.2.z64`. If you later want to delete all output files, run diff --git a/docs/vscode.md b/docs/vscode.md index b2d6fc7aa..533bdc5a0 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -37,7 +37,7 @@ Many of VS Code's other shortcuts can be found on [its getting started page](htt You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configurations (JSON)` in the command box to customise how IntelliSense reads the repository (stuff like where to look for includes, flags, compiler defines, etc.) to make VSCode's IntelliSense plugin better able to understand the structure of the repository. -Below is a good default one to use for this project's repository, for the oot-gc-eu-mq-dbg version specifically. +Below is a good default one to use for this project's repository, for the gc-eu-mq-dbg version specifically. A more complete `c_cpp_properties.json` with configurations for all supported versions [can be found here](c_cpp_properties.json). @@ -107,7 +107,7 @@ Add the following to (or create) the `.vscode/settings.json` file for VSCode to "name": "Ares GDB (Linux)", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/build/ntsc-1.2/oot-ntsc-1.2.elf", + "program": "${workspaceFolder}/build/ntsc-1.2/hackeroot-ntsc-1.2.elf", "cwd": "${workspaceFolder}", "stopAtEntry": false, "externalConsole": false, diff --git a/sym_info.py b/sym_info.py index 44e0ab157..569cbc7bf 100755 --- a/sym_info.py +++ b/sym_info.py @@ -340,13 +340,13 @@ def sym_info_main(): Path("expected") / "build" / args.oot_version - / f"oot-{args.oot_version}.map" + / f"hackeroot-{args.oot_version}.map" ) elf_path = ( Path("expected") / "build" / args.oot_version - / f"oot-{args.oot_version}.elf" + / f"hackeroot-{args.oot_version}.elf" ) if not map_path.exists(): diff --git a/tools/check_disasm_metadata_unksyms.py b/tools/check_disasm_metadata_unksyms.py index a1ddfb6d3..3b85eac5b 100755 --- a/tools/check_disasm_metadata_unksyms.py +++ b/tools/check_disasm_metadata_unksyms.py @@ -47,7 +47,7 @@ def main(): ) mapfile = mapfile_parser.mapfile.MapFile() - mapfile_path = Path(f"build/{version}/oot-{version}.map") + mapfile_path = Path(f"build/{version}/hackeroot-{version}.map") mapfile.readMapFile(mapfile_path) map_symbols = set() diff --git a/tools/fix_bss.py b/tools/fix_bss.py index 743085cd1..399f53505 100755 --- a/tools/fix_bss.py +++ b/tools/fix_bss.py @@ -205,9 +205,9 @@ def get_file_pointers_worker(file: mapfile_parser.mapfile.File) -> list[Pointer] # Compare pointers between the baserom and the current build, returning a dictionary from # C files to a list of pointers into their BSS sections def compare_pointers(version: str) -> dict[Path, BssSection]: - mapfile_path = Path(f"build/{version}/oot-{version}.map") + mapfile_path = Path(f"build/{version}/hackeroot-{version}.map") base_path = Path(f"baseroms/{version}/baserom-decompressed.z64") - build_path = Path(f"build/{version}/oot-{version}.z64") + build_path = Path(f"build/{version}/hackeroot-{version}.z64") if not mapfile_path.exists(): raise FixBssException(f"Could not open {mapfile_path}") if not base_path.exists(): diff --git a/tools/gc_utility.py b/tools/gc_utility.py index e20726749..31f341c5e 100755 --- a/tools/gc_utility.py +++ b/tools/gc_utility.py @@ -38,7 +38,7 @@ if __name__ == "__main__": VERSION = args.version DMATABLE_PATH = f"build/{VERSION}/dmadata_table_spec.h" - ROM_PATH = f"build/{VERSION}/oot-{VERSION}-compressed-{args.codec}.z64" + ROM_PATH = f"build/{VERSION}/hackeroot-{VERSION}-compressed-{args.codec}.z64" sceneFiles: list[DmaInfo] = [] otherFiles: list[DmaInfo] = [] allFiles: list[DmaInfo] = [] @@ -58,7 +58,7 @@ if __name__ == "__main__": entryName = dmaTable[i + 1].removeprefix("DEFINE_DMA_ENTRY(").removesuffix(")").split(", ")[0] sceneFiles.append(DmaInfo(entryName, i + 1)) - mapFile = f"oot-{VERSION}.map" + mapFile = f"hackeroot-{VERSION}.map" BUILTMAP = Path("build") / VERSION / mapFile mapPath = BUILTMAP with Capturing() as stdout: