FF6 Hacking
Priority glitch: which patch? - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Priority glitch: which patch? (/thread-3539.html)



Priority glitch: which patch? - 13375K37CH3R - 09-29-2017

I found a glitch in my ROM wherein my party members pass underneath this NPC when standing on the tile below. I found the cause: in the area of D9/B62E, there are eight bytes that start with the value F7 and are changed to B7. I'm wondering if there's some patch that's responsible for that change, but I haven't been able to find it yet. I would really appreciate some help here, because I'm hesitant to just reverse that change without understanding the intent.

[attachment=264]


RE: Priority glitch: which patch? - assassin - 09-29-2017

1) download all patches you've ever applied
2) unzip them in a single directory
3) run mblock129's award-winning Patch Conflict Finder
4) view the .txt file that has all addresses used, and see whether D9/B62E falls within any of the ranges

re forum usage: after clicking "Preview Post", there's an "Add Image" icon on the middle of the toolbar.  or there's an "Add Attachment" button above "Post Reply".


RE: Priority glitch: which patch? - 13375K37CH3R - 09-29-2017

I've already got C. V. Reynolds's Bugfix comp patch which contains most of the patches I've applied, including all the bugfix patches (of course), and it doesn't list anything in that range. So either it's a non-bugfix patch, or my version of the comp patch is outdated, or it was somehow modified unintentionally.


RE: Priority glitch: which patch? - Warrax - 09-29-2017

Have you applied ASM files with XKAS? those kind of patches are not detected by the Patch Conflict Finder program.


RE: Priority glitch: which patch? - Gi Nattak - 09-29-2017

Could it possibly be an unintentional blunder while working on the Map Mishap patch (exclusive to your ROM), or just gracing over that map in general? Like an accidental stray tile or forgetting to change one back. That'd be my guess, I see the patch effects an offset very close to this.


RE: Priority glitch: which patch? - 13375K37CH3R - 09-29-2017

The change seems too specific to be an editing mistake. There are eight different F7s that are changed to B7s and they are all very close together. It seems more likely that it's a side effect of an editing program or something like that. Unless it was an attempted fix at something else and I never bothered to revert it.

What I'm trying to do is narrow down its effects to try and figure out its intent. If my findings are correct, the maps that are affected are all the external maps of Fanatics' Tower and Zozo. So what I'm wondering is if there was some kind of intent based on either layering priority or NPC interaction or anything similar.