Skip to content

Commit

Permalink
Fade screen once we've scrolled the whole map
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Moore (Arch) committed Oct 20, 2021
1 parent d060a1e commit 1bac438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/batman.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,9 @@ main_draw_tile_map_loop:

B main_draw_tile_map_loop
exit:

BL fade_screen_to_black

TEQP PC,#0
MOV R0,R0
LDMFD SP!, {PC}
Expand Down

0 comments on commit 1bac438

Please sign in to comment.