Update MemoryMap.Korea.cs

Fix Xyzolog
This commit is contained in:
alyosha-tas 2017-05-06 18:10:10 -04:00 committed by GitHub
parent 2407220273
commit 3769967fb0
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
MapMemory = MapMemoryKR;
RomBank0 = 0;
RomBank1 = 1;
RomBank2 = 0;
RomBank2 = 2;
}
// ======================================================================
@ -117,4 +117,4 @@
MapMemory = MapMemoryNemesis;
}
}
}
}