Merge pull request #1855 from TiKevin83/master

fix Pokemon Crystal (JP)
This commit is contained in:
alyosha-tas 2020-02-18 21:10:25 -05:00 committed by GitHub
commit aa2f111ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.