Skip to content
ghoulslash edited this page Jan 9, 2022 · 3 revisions

FAQs

Common questions on how to apply these features

Q. How do I apply these?

A.

  • Add my fork as a remote repository: git remote add ghoul https://github.com/ghoulslash/pokeemerald/
  • Pull a specific branch: `git pull ghoul <branch_name>

Q. After applying the overworld expansion branch, all of the objects become Brendan!

A. You need to make clean after applying the overworld expansion due to the shifted offset of the graphics I'd

Q. I'm having weird behavior with follow me / dexnav / etc!

A. A lot of my branches add fields right after struct BattleFrontier frontier; in saveblock 2. My (unconfirmed) theory is that there is some undefined behavior in the vanilla games that overwrites data after the frontier struct. Moving your new fields to saveblock 1 or adding filler space between frontier and your new fields may fix your issues.