diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2025-03-30 18:19:41 +0100 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2025-04-09 19:57:44 -0400 |
| commit | b29e101c0d2d78f723f769ad3559a58b58e0cad6 (patch) | |
| tree | e31492701cd0833974ae0f8ea398d4a359666d30 | |
| parent | 687d5c44076525db0502763f13bd893c9648500b (diff) | |
Fix JP GC CE dma table offset (#30)
| -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 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 |
