Prev: 72E6 Up: Map Next: 72F8
72EF: Set OR/OR blending mode
Patches sprite renderer to use OR for both mask and sprite operations. Restores default blending after XOR rendering.
blending_mode_or_or 72EF LD A,$B0 Load OPCODE_OR_B.
72F1 LD ($8C1B),A Patch OR B into sprite_erase_op.
72F4 LD ($8C3C),A Patch OR B into sprite_draw_op.
72F7 RET
Prev: 72E6 Up: Map Next: 72F8