Skip to content

Releases: metroid-maniac/gba-auto-batteryless-patcher

0.3.0

16 Apr 19:38
5faa3ec
Compare
Choose a tag to compare

Now using Lesserkuma's batteryless save code. Cartridge compatibility should increase by a lot.
Sector size increased to 0x40000. This should make 369-in-1 multicart support possible in the future, but it doesn't seem to work yet. 369-in-1 seems to work but only if it's the "small chip" variant.

0.2.2

09 Apr 21:44
Compare
Choose a tag to compare

Fix filename construction. Drag and drop should just werk now.

0.2.1

09 Apr 19:52
Compare
Choose a tag to compare

Add EEPROM_V111 support for auto mode. It might be overeager (triggered when reading as well as writing) but this SRAM patch is a nightmare to reverse engineer. Fixes Tony Hawk Pro Skater 2.
Always reset SRAM bank to 0 in entrypoint.

0.2.0

08 Apr 12:38
Compare
Choose a tag to compare

Patched ROMs are now written to a new file.
Wait for more input before closing. Makes drag n drop operation smoother
Payload size added to end of payload. This may assist save autodetection tools
Fix a bug where in keypad mode the save file size was not set. Not a big deal but saving should be a little quicker now.

0.1.3

08 Apr 06:58
Compare
Choose a tag to compare

Remove write hooks from keypad mode. This means it can be activated from anywhere, but removes some extra patches. It partially fixes Klonoa Heroes.

Add a small stub which authors of manual batteryless patchers can use.

0.1.2

07 Apr 17:59
Compare
Choose a tag to compare

Disable interrupts while writing save (minor bugfix)

0.1.1

03 Apr 14:58
Compare
Choose a tag to compare

Fix status detection in Intel chips. Fixes indefinite freezing in certain games like Pokemon FireRed. Unsure why it didn't happen in all games, but I'm not complaining about the fix.

0.1.0

31 Mar 13:54
Compare
Choose a tag to compare

With the (not-so-)long awaited addition of 128KB save support, I think it's time to stop calling this a preview :)

You will need to use the 1M repro patcher rather than GBATA on these games.

Tested only on Intel, not 22xx. Games tested working: Pokemon Ruby, Pokemon Mystery Dungeon.

Preview build 8

28 Mar 17:09
Compare
Choose a tag to compare
Preview build 8 Pre-release
Pre-release

Adds optional keypad-triggerd flushing. Hold L+R+Start+Select to save. Only works if there is data remaining to be saved.

Preview build 7

26 Mar 04:34
Compare
Choose a tag to compare
Preview build 7 Pre-release
Pre-release

Fixes Rhythm Tengoku by adding a new save signature. Unknown if other games affected.