Prev: 7296 Up: Map Next: 72EF
72E6: Set XOR/XOR blending mode
Patches sprite renderer to use XOR for both mask and sprite operations. Used for tanks and fighters.
blending_mode_xor_xor 72E6 LD A,$A8 Load OPCODE_XOR_B.
72E8 LD ($8C1B),A Patch XOR B into sprite_erase_op.
72EB LD ($8C3C),A Patch XOR B into sprite_draw_op.
72EE RET
Prev: 7296 Up: Map Next: 72EF