Fixed the "incorrect battery size" error warning in Kirby Tilt n' Tumble (GB). Patch by chrono.
This commit is contained in:
parent
b99b1135c8
commit
c75c53d898
|
@ -3614,6 +3614,7 @@ bool gbWriteBatteryFile(const char *file, bool extendedSave)
|
||||||
case 0x13:
|
case 0x13:
|
||||||
case 0xfc:
|
case 0xfc:
|
||||||
gbWriteSaveMBC3(file, false);
|
gbWriteSaveMBC3(file, false);
|
||||||
|
break;
|
||||||
case 0x1b:
|
case 0x1b:
|
||||||
case 0x1e:
|
case 0x1e:
|
||||||
gbWriteSaveMBC5(file);
|
gbWriteSaveMBC5(file);
|
||||||
|
|
Loading…
Reference in New Issue