This repository contains hacks created for the Archipelago FFTA world. The "progressive random" hack is made to be inserted with Event Assembler (with ColorzCore), and Lyn. It changes how item rewards for missions are stored, so it is not usable without Archipelago or modifying the mission rewards in some other way
The "FFTA rewards notes" folder contains assembly code and notes for my two previous hacks. They are not made for Event Assembler, they were inserted manually. The "progressive random" hack is based on the "6 reward" version. The "6 rewards version" also changes how item rewards for missions are stored.
- Download Event Assembler
- Download ColorzCore.exe
- Replace the core.exe from Event Assembler with ColorzCore.exe
- Download Lyn, and place it in Event Assembler's Tools folder
- (Optional, if you want to change the code) Download DevkitArm
- (Optional, if the code was changed) Assemble the ".s" files into ".elf" files with "Assemble elf.bat"
- Run the following command from Event Assembler's folder:
Core A FE8 -input:"path/to/progressive_random.event" -output:"path/to/FFTA_hack.gba"(This overwrites the .gba file)