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 | | }}} |
| 1 | EDIT: [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.] |