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

Terrain fix

David Greeson requested to merge terrain-fix into master

Created by: HighSaltLevels

Major Bug Fixes

  • The game no longer freezes at the end of chapter 10 (Eirika) because Valter could not cross the mountains. I left Valter as his OG class

Minor Bug Fixes

  • Dozla is now randomized as a promoted class
  • The Demon King is now randomized as a promoted class
  • I've attempted to fix a few various other characters who missed randomizations in non-combat scenarios, but I haven't verified yet. The tools I have are a bit limited 😅

Other

  • I created a tool for finding a string of bytes in a rom and print out all locations where that string is located
  • I added the ability to auto-detect FE6, FE7, or FE8
    • It will attempt to find the game specific configuration file and fail if it can't
    • That means I still haven't implemented FE6 or FE7 yet but I now have the capability of incorporating them
  • GUI selection box appears when unknown ROM is presented and allows the user to attempt with FE6, FE7, or FE8 configs

Merge request reports