Changes between Version 2 and Version 3 of Ticket #10814, comment 33


Ignore:
Timestamp:
11/24/18 14:42:01 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 33

    v2 v3  
    1 Drat. The patch I'd suggested [https://bugs.scummvm.org/ticket/10814#comment:21 earlier] made the same mistake (thinking push1 involved acc).
    2 
    3 No biggie. I can still patch it easily by clobbering the OR and the push that fed it, with ldi 1. If patching is the way to go.
    4 
    5 {{{
    6 43 0a 02 00    callk SetNowSeen[a],  0002
    7 35 01          ldi   01
    8 35 01          ldi   01
    9 }}}
     1EDIT: [Mistakenly doubted my push1 patch [https://bugs.scummvm.org/ticket/10814?cnum_edit=33#comment:21 earlier]. Considered erasing the wrapper entirely, with ldi 01.]