fox32rom: Fix incorrect jump in draw_font_tile_to_overlay
This was a typo due to copy-paste, oops :p
This commit is contained in:
parent
d0847849e1
commit
62281cf98c
|
@ -153,7 +153,7 @@ draw_font_tile_to_overlay_x_loop:
|
||||||
draw_font_tile_to_overlay_x_loop_background:
|
draw_font_tile_to_overlay_x_loop_background:
|
||||||
; drawing background pixel
|
; drawing background pixel
|
||||||
cmp r4, 0x00000000 ; is the background color supposed to be transparent?
|
cmp r4, 0x00000000 ; is the background color supposed to be transparent?
|
||||||
ifz jmp draw_font_tile_to_background_x_loop_end
|
ifz jmp draw_font_tile_to_overlay_x_loop_end
|
||||||
mov [r1], r4 ; draw background color
|
mov [r1], r4 ; draw background color
|
||||||
draw_font_tile_to_overlay_x_loop_end:
|
draw_font_tile_to_overlay_x_loop_end:
|
||||||
add r0, 4 ; increment tile pointer
|
add r0, 4 ; increment tile pointer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user