This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Several FE7 minor bug fixes

David Greeson requested to merge bug-fix into master

Created by: HighSaltLevels

Several Minor Bug Fixes

  • Female mercenaries in FE7 don't have animations. So I blacklisted the class.
  • Serra had max resistance. This was due to the fact that she has negative base resistance and it underflowed the int.
  • Item locks were not properly removed. Now they are.
  • Start Matthew with a door key and chest key to be able to get all loot in chapter 6.
  • Ursula in chapter 7x is now randomized when she previously wasn't due to a pointer error.
  • Master Seal descriptions and uses were not correct due to a pointer issue with using big endian operations on little endian data. Those are fixed now.
  • Lundgren had incorrect items for his class due to a pointer error that override his items.

Merge request reports