gbdk-n icon indicating copy to clipboard operation
gbdk-n copied to clipboard

.set_xy_tt:: causes `accessing inaccessible VRAM`

Open basxto opened this issue 5 years ago • 0 comments

3$:
    LDH    A,(.STAT)
    AND    #0x02
    JR    NZ,3$

    LD    A,(BC)        ; Copy W tiles
    LD    (HL+),A;<<<<<
    INC    BC
    DEC    D
    JR    NZ,3$

in libc/set_xy_t.s

basxto avatar May 18 '20 03:05 basxto