From b29e101c0d2d78f723f769ad3559a58b58e0cad6 Mon Sep 17 00:00:00 2001 From: inspectredc <78732756+inspectredc@users.noreply.github.com> Date: Sun, 30 Mar 2025 18:19:41 +0100 Subject: Fix JP GC CE dma table offset (#30) --- ZAPD/ZRom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZAPD/ZRom.cpp b/ZAPD/ZRom.cpp index db2be0f..ae5343b 100644 --- a/ZAPD/ZRom.cpp +++ b/ZAPD/ZRom.cpp @@ -38,7 +38,7 @@ namespace fs = std::filesystem; #define OOT_OFF_PAL_GC_DBG2 0x12F70 #define OOT_OFF_PAL_GC 0x7170 #define OOT_OFF_PAL_MQ 0x7170 -#define OOT_OFF_JP_GC_CE 007170 +#define OOT_OFF_JP_GC_CE 0x7170 #define OOT_OFF_CN_IQUE 0xB7A0 #define OOT_OFF_TW_IQUE 0xB240 -- cgit v1.2.3