Skip to content

Yoshifanatic1/Yoshi-s-Island-Disassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

This is a disassembly of Super Mario World 2: Yoshi's Island for the SNES with support for the following ROM versions:

  • USA V1.0 (This disassembly is based off this version)
  • USA V1.1

It uses V1.1.0 of my SNES ROM framework (https://github.com/Yoshifanatic1/SNES-ROM-Framework), the files of which are included in the download for convenience.

If you want to make use of this, you'll need a headerless clean copy of a supported ROM version in order to extract its assets using the provided batch script in the AsarScripts folder. For reference, here are the MD5 hashes of each version to help verify that you have the correct ROM(s):

  • USA V1.0 = "bb9c2f667ced16a2e605b385c041c744"
  • USA V1.1 = "ce1e3e33b6e39d37b43d7de599f9e785"

For more information on the framework, its functions, and other guidelines, consult "Framework Readme.txt" included with the download and/or in the SNES ROM framework repository.