Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jul 14, 2018
1 parent 06cf0e7 commit 5cc9d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execute.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ execute_vat_check:
bit setting_special_directories,(iy + settings_flag)
jp z,execute_program
compare_hl_zero
jp nz,main_find ; check if on directory
jp nz,execute_program ; check if on directory
ld a,screen_apps
ld (current_screen),a
jp main_find
Expand Down

0 comments on commit 5cc9d2f

Please sign in to comment.