Skip to content

Commit b29e101

Browse files
inspectredclouist103
authored andcommitted
Fix JP GC CE dma table offset (HarbourMasters#30)
1 parent 687d5c4 commit b29e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZAPD/ZRom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace fs = std::filesystem;
3838
#define OOT_OFF_PAL_GC_DBG2 0x12F70
3939
#define OOT_OFF_PAL_GC 0x7170
4040
#define OOT_OFF_PAL_MQ 0x7170
41-
#define OOT_OFF_JP_GC_CE 007170
41+
#define OOT_OFF_JP_GC_CE 0x7170
4242
#define OOT_OFF_CN_IQUE 0xB7A0
4343
#define OOT_OFF_TW_IQUE 0xB240
4444

0 commit comments

Comments
 (0)