Prev: C266 Up: Map Next: C27A
C26A: Fade out to blue
Used by the routine at the_end.
Sets attribute value to $08 (blue) in var_fade_attr, calls fade_out.
fade_out_blue C26A NOP
C26B NOP
C26C NOP
C26D LD A,$08
C26F CALL fade_out
C272 RET
Prev: C266 Up: Map Next: C27A