Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.75 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.75 KB

Sonic Advance 3

CI status Decompilation Progress Contributors Discord

This is a work in progress matching decompilation of Sonic Advance 3

It so far builds the following ROM:

  • sa3.gba sha1: 685af3a2dc0f1b3f8922e73ec42c1dc92e210e39 (Europe) (En,Ja,Fr,De,Es,It)

Compiler version specifics for SA3

On December 10th 2024 we integrated previously unused LibC math code (dubbed 'newlib') into the codebase. Since that is included through linking with agbcc's LibC binary, you HAVE to update your version of the compiler if you're using a version that is older than:

  • this commit if you use our fork
  • this commit if that is the compiler fork you are using

Provide assets

You must have a copy of the Sonic Advance 3 ROM mentioned above named baserom.gba in the repository's root directory.