[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: And the trace begins... Pick-A-Dilly Pair
Oy.
I managed to circumvent the code that tweaked the vectors, and instead of
exiting to the menu I got:
B7B8- A=B7 X=07 Y=E8 P=B5 S=F2
*
Tracking up the stack I get:
00F0- FF FF 00 00 FF FF 00 00
00F8- FF 01 98 00 18 00 9E 00
...which doesn't seem to make any logical sense. So I take it that
somewhere after I answer "want sound?", when it goes to bload stuff, it
then goes off into hyperspace. (B7xx is not used in my crack; the highest
any code goes is B5FF.)
I guess I could try tracing starting at the exit of the function "ovl2".
-uso.