03-06-2019, 03:36 PM
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]](http://drakkhen.jalchavware.com/drakkhen/7.png)
![[Image: 8.png]](http://drakkhen.jalchavware.com/drakkhen/8.png)
The mismatched bits of code can be found here:
![[Image: 7.png]](http://drakkhen.jalchavware.com/drakkhen/7.png)
![[Image: 8.png]](http://drakkhen.jalchavware.com/drakkhen/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