Final Fantasy 6 Advance (US,EU/GBA) Leveled Out Glitch Fix patch CONTENTS: FF6A-LeveledOut-U.ips: The fix patch for a US GBA ROM file. Apply to fix the Leveled Out Glitch. FF6A-LeveledOut-UR.ips: The reverse patch for a US GBA ROM file. Apply to revert all changes made by the previous patch. FF6A-LeveledOut-E.ips: The fix patch for a European GBA ROM file. Apply to fix the Leveled Out Glitch. FF6A-LeveledOut-ER.ips: The reverse patch for a European GBA ROM file. Apply to revert all changes made by the previous patch. readme.txt: This file. Leveled Out.rtf: A text format index of code changes. AFFECTED AREAS: GBA US: 0814D1D8-0814D1E5 GBA EU: 0814EF38-0814EF45 URGENCY: EXTREME!!! PURPOSE: The Quicksave function allows the player to save their game in a special slot and then resume it later using the Continue option in the title screen. However, if you start a New Game instead, the Quicksave data will be erased. The only problem is, if the game was saved in one of the three main save slots before the Quicksave, if you then start a New Game, meet a playable character and then get annihilated, the game will reload the saved game with that playable character having the same Level that they had before annihilation, plus a moderate amount of HP and 999 MP. The reason is because when New Game is selected, the game warns you that starting a new game erases the Quicksave data; when this happens, the variable of which save slot the game was saved in is loaded, but is not cleared afterwards. This patch ensures that it is cleared. This bug only exists in the US and European releases; the Japanese version has another menu afterwards, which clears the variable. VERSION HISTORY: v1.0 (February 27, 2018): Initial release.