;============================================================== ; Load tiles (font) ;============================================================== ; 1. Set VRAM write address to tile index 0 ; by outputting $4000 ORed with $0000 ld a,$00 out ($bf),a ld a,$40 out ($bf),a