Merge pull request #1855 from TiKevin83/master
fix Pokemon Crystal (JP)
This commit is contained in:
commit
aa2f111ed2
|
@ -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.
Loading…
Reference in New Issue