diff options
Diffstat (limited to 'ZAPD/ZRom.cpp')
| -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 e9b583b..10552d9 100644 --- a/ZAPD/ZRom.cpp +++ b/ZAPD/ZRom.cpp @@ -115,7 +115,7 @@ ZRom::ZRom(std::string romPath) break; case OOT_NTSC_12: version.version = "N64 NTSC 1.2"; - version.listPath = "ntsc_oot.txt"; + version.listPath = "ntsc_12_oot.txt"; version.offset = OOT_OFF_NTSC_12; break; case OOT_PAL_10: |
