Welcome to my C3 thread! My initial plan was to show off a Yoshi's Island hack I've been working on for a couple of months, but unfortunately that's not currently far along enough to showcase. So instead, here's a bunch of small, miscellanious patches I've created for Yoshi's Island!
Yoshi's Island Custom Autoscroll
Patches Page | Download
Yoshi's Island features some very cool and complex autoscrolling sections! Unfortunately, the hard-coded nature of these sequences means that ROM hackers have been stuck using the game's existing set of autoscrollers. Despite these preset autoscroll sequences being relatively simple to edit, the process was fairly tedious and time-consuming, hence very few existing YI hacks feature customized autoscrollers.
This is a comprehensive hex editing patch which allows users to easily create custom autoscrollers that fit their levels, instead of the other way around. I've also included a patch to re-enable an unused autoscroll sequence, and a readme file full of useful information on how YI's autoscrollers are set up.
Yoshi's Island Life Saver
Patches Page | Download
Did you know that the SNES version of Yoshi's Island has a (mostly) fully implemented feature which saves and loads your life count between play sessions? However, due to what appears to be a developer oversight, this feature goes totally unused in the final game; instead, the life counter is overwritten to always be 3 whenever the player loads a save.
This patch re-enables this feature and fixes a bug with its implementation. No more save stating in between levels to preserve your life total! You can also change the amount of lives Yoshi will start with upon loading a new save file, or continuing after a game over. And best of all: this patch does not require free space!
Version 1.1 Font Port
Download
This is a port of the updated font from version 1.1 of Yoshi's Island to version 1.0. The download contains 2 .bin files.
rev1font.bin replaces the standard font. To install it, simply apply the following ASM code to your ROM:
rev1font_expanded.bin is meant to be used with the SMW2 Font Expansion patch by Mattrizzle.
Fast Transformation Animation
Download
This patch speeds up the transformation animation so it doesn't take as long. Originally made for Golden Yoshi's Island by somebody else, but I think other people will find it useful, so I've decided to release it.
The edits to shorten the transformation sound effect don't quite work properly, so if you're knowledgeable about ASM and happen to know how to fix it, let me know.
Map Path Editor
Download
This is another hex editing patch which lets you edit the location of the Yoshis on the map screen, as well the paths they take after a level has been completed. This one is incomplete and pretty janky, but feel free to mess around with it!
Currently there is no good tilemap editor for the map screens in Yoshi's Island, so the usefulness of this patch is pretty limited.
___
Well, that's about all from me. Hope you enjoy!
Patches Page | Download
Yoshi's Island features some very cool and complex autoscrolling sections! Unfortunately, the hard-coded nature of these sequences means that ROM hackers have been stuck using the game's existing set of autoscrollers. Despite these preset autoscroll sequences being relatively simple to edit, the process was fairly tedious and time-consuming, hence very few existing YI hacks feature customized autoscrollers.
This is a comprehensive hex editing patch which allows users to easily create custom autoscrollers that fit their levels, instead of the other way around. I've also included a patch to re-enable an unused autoscroll sequence, and a readme file full of useful information on how YI's autoscrollers are set up.
Patches Page | Download
Did you know that the SNES version of Yoshi's Island has a (mostly) fully implemented feature which saves and loads your life count between play sessions? However, due to what appears to be a developer oversight, this feature goes totally unused in the final game; instead, the life counter is overwritten to always be 3 whenever the player loads a save.
This patch re-enables this feature and fixes a bug with its implementation. No more save stating in between levels to preserve your life total! You can also change the amount of lives Yoshi will start with upon loading a new save file, or continuing after a game over. And best of all: this patch does not require free space!
Download
This is a port of the updated font from version 1.1 of Yoshi's Island to version 1.0. The download contains 2 .bin files.
rev1font.bin replaces the standard font. To install it, simply apply the following ASM code to your ROM:
Code
org $09BD2F incbin rev1font.bin
rev1font_expanded.bin is meant to be used with the SMW2 Font Expansion patch by Mattrizzle.
Download
This patch speeds up the transformation animation so it doesn't take as long. Originally made for Golden Yoshi's Island by somebody else, but I think other people will find it useful, so I've decided to release it.
The edits to shorten the transformation sound effect don't quite work properly, so if you're knowledgeable about ASM and happen to know how to fix it, let me know.
Download
This is another hex editing patch which lets you edit the location of the Yoshis on the map screen, as well the paths they take after a level has been completed. This one is incomplete and pretty janky, but feel free to mess around with it!
Currently there is no good tilemap editor for the map screens in Yoshi's Island, so the usefulness of this patch is pretty limited.
___
Well, that's about all from me. Hope you enjoy!