1 2
7 8
Editor, Expert player (2313)
Joined: 5/15/2007
Posts: 3855
Location: Germany
ROM interacts with $A2CE (The address that controls whether the game is in "input recording" or "input playback" mode) at these locations: $2089 $3135 $38B9 $38C0 In fact, if you run ace bug with this code: C4 BA 38 then the game adds one byte of input at $A300-$A3FF, depending on the address $A2CF (1 byte) which tells the offset where input is added. C4 BA 38 does not update $A2CF, but C4 B7 38 does. Unfortunately have not had the bug do changes to $A2CE yet. It keeps 0x00 so with the above ace bug, you cannot keep writing to $A300-$A3FF.
1 2
7 8