-
this array/list exists at 3BAC0
- it organizes the Menu > Item > Sort and can be made to add custom font icons aka weapon and armor and item icons.
- to find it, do a hex search for these bytes:
F5C6FFE7E3E8E9
- or just GoTo 03BAC0

- 👆This is how it looks in the GBA Script Translation v1.16; very close to (or perhaps identical) with the base game
- When I added the Boomerang into position #A2 on the font/icon tilesheet, I had to add $A2 somewhere as a byte in this array, or else the “Sort” would lose all Boomerang weapons when it tried to re-organize the Item collection. This also happens in Clean Editions prior to v1.3 before I learned how this patch works 😹 The KnightSwords were still getting dropped even after I initially fixed it, so one playtester lost Excalibur and had to hack it back into the game. So be careful and triple check the list after you add new weapon types into your mod, to avoid any dropping by the game if they’re not in here.

- So here’s how it looks with the 🔷 ($9E) replaced by the 🪃 ($A2)
Now the Boomerang sorts into place, right after Bell items. It would fall out of the inventory, before this change!


- 👆 Here’s how the list looks in Clean v1.95; code for the icons below 👇
FDFF C2BC C6B1 C8E7 E3B6 B7EA E8E9 BFED
ECEB EFEE F0CA F1F2 B5B4 C1B3 F3C3 F4CC
This is all from the readme file packaged with Tzepish’s Better Item Menu for Final Fantasy V on the Super Nintendo.
Absolute Intro to FFV SNES Romhacking