fix Pokemon Crystal (JP)

This commit is contained in:
TiKevin83 2020-02-18 17:34:49 -05:00
parent 0b388d669d
commit dc143c3d96
2 changed files with 3 additions and 0 deletions

View File

@ -599,6 +599,9 @@ static unsigned numRambanksFromH14x(unsigned char h147, unsigned char h149) {
case 0x00: return isMbc2(h147) ? 1 : 0;
case 0x01:
case 0x02: return 1;
case 0x03: return 4;
case 0x04: return 16;
case 0x05: return 8;
}
return 4;

Binary file not shown.