From 2aeababbfb81b00d34673406453e8e8e2deaa27b 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 10552d9..f658c14 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