Skip to content

Releases: BrianPugh/game-and-watch-patch

v0.10

18 Mar 23:55
Compare
Choose a tag to compare

Bug Fixes

  • Re-add keystone-engine, it's still kinda needed :(.

Full Changelog: v0.9...v0.10

v0.9

17 Mar 22:30
a1b82a5
Compare
Choose a tag to compare

What's Changed

  • Now uses GnWManager.
  • No longer depends on keystone-engine for non-developers.
  • Integrates stm32h7 driver code; no longer need to explicitly download.

Full Changelog: v0.8...v0.9

v0.8 - LAST RELEASE BEFORE GNWMANAGER

25 Nov 16:35
Compare
Choose a tag to compare

THIS IS THE FINAL RELEASE BEFORE MIGRATING TO GNWMANAGER.

If you are following a guide written prior to March 2024, it will be expecting you to be using version <=0.8 of this repo.

What's Changed

Full Changelog: v0.7...v0.8

v0.7

11 Nov 18:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6...v0.7

v0.6

10 May 16:04
eda4219
Compare
Choose a tag to compare

Features

  • Hide RIGHT+GAME triple-boot option behind --triple-boot. This is so that if triple-boot is not used, RIGHT+GAME won't accidentally softlock the system.

v0.5 - 0x08020000 Entrypoint

01 May 00:33
a18b29b
Compare
Choose a tag to compare

Features

  • RIGHT + GAME now launches firmware stored at 0x08020000. Can be used to have more homebrew on a single console.

Zelda Initial Support

15 Nov 20:51
Compare
Choose a tag to compare

Initial support for the Zelda game and watch. Features are pretty bare-bones right now, but it'll allow you to launch retro-go.

Breaking Changes

Firmware files must now have the following names: internal_flash_backup_${DEVICE}.bin and flash_backup_${DEVICE}.bin, where DEVICE is one of {"mario", "zelda"}. For example, if you are patching the mario game and watch, the files should be named internal_flash_backup_mario.bin and flash_backup_mario.bin in the root directory of this project.

v0.3

25 Oct 16:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix mario song references (if kept in)
  • Fix sleeping image references (if kept in)

v0.2

01 Oct 00:36
Compare
Choose a tag to compare

Features

  • Add ability to override SMB1 ROM.
  • Add ability to dynamically apply graphical IPS patches to clock SMB1 rom.
  • Automatically do a whole rebuild whenever PATCH_PARAMS changes.

Bug Fixes

  • Fix make help for systems that default to Python2.
  • Don't allow mario song to launch if the assets have been removed.

Development

  • Linting
  • Dump tileset and iconset. Experimental tileset editing.
  • Dump itcm_rwdata.bin and dtcm_rwdata.bin
  • Reduce lzma buffer size. Slightly improve compression ratios by removing lzma header.

Initial Release

24 Sep 17:09
242b84f
Compare
Choose a tag to compare
Merge pull request #12 from BrianPugh/more-int

Complete system revamp