Skip to content

Commit

Permalink
Change update order to get tile updates as soon after vblank as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ntPanic committed Nov 12, 2015
1 parent 95d1dfe commit adf04cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.asm
Expand Up @@ -255,8 +255,8 @@ nowarp:
vblank:
jsr wait_for_vblank
jsr update_player_surroundings
jsr update_player_sprite
jsr update_status_bar
jsr update_player_sprite
jsr prepare_for_rendering

jsr update_enemy_sprites
Expand Down

0 comments on commit adf04cf

Please sign in to comment.