/ags_aging

AGS Aging Cartridge 7.0 Decompilation

Primary LanguageC

AGS Aging Cartridge

This is a disassembly of AGS Aging Cartridge 7.0

It builds the following ROM:

  • aging.gba sha1: C67E0A5E26EA5EBA2BC11C99D003027A96E44060

Setting up the repository

  • You must have a copy of the AGS Aging Cartridge 7.0 ROM named baserom.gba in the repository directory.

  • Install devkitARM.

  • Then get the build tools from https://github.com/pret/pokeruby-tools. Copy the tools/ folder into the repository directory.

  • You can then build aging using make in the MSYS environment provided with devkitARM.