Users browsing this thread: 1 Guest(s)
Window sizing

#3
Posts: 763
Threads: 83
Thanks Received: 55
Thanks Given: 7
Joined: Apr 2015
Reputation: 22
Status
Obliviscence
Thanks. I guess I have some debugging to do. If I find it I will post it here.

Didn't have much time to look today, but I did find one handy thing that might point us in the right direction.

Code:
C1/8269:    ADFD7A      LDA $7AFD
C1/826C:    0A          ASL A
C1/826D:    AA          TAX
C1/826E:    BF9182C1    LDA $C18291,X
C1/8272:    8DAA7B      STA $7BAA
C1/8275:    BF9282C1    LDA $C18292,X
C1/8279:    8DAB7B      STA $7BAB
C1/827C:    EEA97B      INC $7BA9
C1/827F:    60          RTS

This code runs every time a menu is forced to scroll. Since the window never actually changes size... there has got to be something that keeps this code from running when you've reached the end of the menu. One thing that is odd is that it runs through the same 10 bytes (2 at a time) of data at C1/8291 while it is scrolling through...

Hoping to find more tomorrow.
  Find
Quote  



Messages In This Thread
Window sizing - by B-Run - 09-04-2012, 03:03 PM
RE: Window sizing - by Angelo26 - 09-04-2012, 06:51 PM
RE: Window sizing - by B-Run - 09-05-2012, 09:49 AM
RE: Window sizing - by B-Run - 09-06-2012, 01:25 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite