(Adding) FE8 Monster weapon type icons

In this hack I am working on, there are playable characters that use the monster weapon type.
In the use item menu, this weapon type displays some garbage data in the lower left where the weapon type icon would be.

I have found the image with the weapon rank icons but those only go up to the 8 usual weapon types.
I would like to know if there is a way to change what icon it uses for weapon type 0B.

  • Hacking method: FEBuilder
  • Base Game: FE8
    This hack uses the skills patch, along with a bunch of other smaller patches.
2 Likes

Monster weapon is not a proper weapon type
They are consider just items that can be equiped to certain units that use them as items
There’s no exp bar for monster weapon so you will not find it In the vanilla version.
So do not touch that image with the four types of weapons since the palette work in that specific one is a bit confusing if this is your first project

For monster weapons just set the weapon as item and add the classification of monster weapon

For the icon just allocate new data and add a new sprite of it. It’s not that hard
You can ask for more accurated help in the FEU Discord server.

Good luck with your project ;3