FF6 Hacking
Esper Menu Cursor Position Bug - 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: Esper Menu Cursor Position Bug (/thread-3817.html)



Esper Menu Cursor Position Bug - Drakkhen - 03-06-2019

The Esper menu cursor has a different initial/topmost position depending on whether you've just entered it vs. if you've returned to it from an Esper's sub-menu

[Image: 7.png]
[Image: 8.png]

The mismatched bits of code can be found here:
Code:
C3/20C1: A9 68 00       LDA #$0068    (Set scroll cursor initial position)
C3/20C4: 9F CA 34 7E    STA $7E34CA,x

C3/592A: A9 60 00       LDA #$0060    (Set scroll cursor initial position)
C3/592D: 9F CA 34 7E    STA $7E34CA,x



RE: Esper Menu Cursor Position Bug - Gi Nattak - 03-06-2019

I remember one of Novalia Spirit's patches called Misplaced Cursor did this fix, but it is long gone I think, not among the collection of his that exist, so good of you to note this bug and fix here. Smile


RE: Esper Menu Cursor Position Bug - Drakkhen - 03-06-2019

I was not aware of that.
And apparently it is not lost. Looking in the archive linked here, the patch you describe is found in the sub-archive ff6_scroll.zip
At least this means I don't have to worry about making a patch for it.