Prev: 7038 Up: Map Next: 703E
703B: Load fighter screen attributes
Returns SPRITE_FIGHTER_ATTRIBUTES = PAPER BLACK, INK BLACK (invisible/XOR mode).
Output
E Attributes value (SPRITE_FIGHTER_ATTRIBUTES).
ld_attributes_fighter 703B LD E,$00 Load E with $00 (fighter attributes).
703D RET
Prev: 7038 Up: Map Next: 703E