Fixed the "incorrect battery size" error warning in Kirby Tilt n' Tumble (GB). Patch by chrono.

This commit is contained in:
skidau 2015-04-10 00:07:41 +00:00
parent b99b1135c8
commit c75c53d898
1 changed files with 1 additions and 0 deletions

View File

@ -3614,6 +3614,7 @@ bool gbWriteBatteryFile(const char *file, bool extendedSave)
case 0x13:
case 0xfc:
gbWriteSaveMBC3(file, false);
break;
case 0x1b:
case 0x1e:
gbWriteSaveMBC5(file);