multi-patcher for Final Fantasy V Advance
 
 
Go to file
Síle Ekaterin Liszka 2f8583bd46 Fix a cosmetic bug in ability menu.
There was a bug where switching characters via the L/R buttons would
cause magic abilities to stop rendering.
2021-06-09 19:31:39 -05:00
patches Fix a cosmetic bug in ability menu. 2021-06-09 19:31:39 -05:00
src Ensure innates are available for Waddle Rebalance. 2021-06-08 15:49:15 -05:00
.gitignore Ignore QtCreator crap 2021-05-24 06:28:15 -05:00
.mailmap Add mailmap and update copyright information 2021-05-19 18:33:19 -05:00
LICENSE.md Add mailmap and update copyright information 2021-05-19 18:33:19 -05:00
README.md Add readme link for Waddle Rebalance patch 2021-05-25 13:33:20 -05:00
exdeath.pro Explicitly identify build config. 2021-06-05 13:43:15 -05:00
patches.qrc Add two classic final bosses. 2021-05-30 12:44:15 -05:00
readme.html Update Waddle Rebalance to 3.3.1, add readme for it. 2021-06-08 19:22:57 -05:00
readme.waddle.html Update Waddle Rebalance to 3.3.1, add readme for it. 2021-06-08 19:22:57 -05:00

README.md

Exdeath

Exdeath is a simple, Qt-based utility for applying one or several IPS patches to a Final Fantasy V Advance game image. You must supply your own game image, and we cannot help you find one.

Building

To build Exdeath, you will need Qt 5 and a C++ compiler.

$ qmake exdeath.pro
$ make all

Exdeath is licensed under BSD-3-Clause; see LICENSE.md for the license terms. The patches incorporated are not original work but are freely distributable.