diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2025-03-30 18:19:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 13:19:41 -0400 |
| commit | 2aeababbfb81b00d34673406453e8e8e2deaa27b (patch) | |
| tree | 814e36f5065bdde8568fd4ef32e70f1b5bba0f7e | |
| parent | 8a26737d4783a5282fb2c25ce7028556cbe5a394 (diff) | |
Fix JP GC CE dma table offset (#30)soh-macready
| -rw-r--r-- | ZAPD/ZRom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
