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:
ry755 2022-02-12 19:39:15 -08:00 committed by Ry
parent d0847849e1
commit 62281cf98c

View File

@ -153,7 +153,7 @@ draw_font_tile_to_overlay_x_loop:
draw_font_tile_to_overlay_x_loop_background:
; drawing background pixel
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
draw_font_tile_to_overlay_x_loop_end:
add r0, 4 ; increment tile pointer