Skip to content

Commit

Permalink
Fix broken interrupts resource link (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
walshyb authored Aug 12, 2024
1 parent ee80247 commit e05102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Other tutorials

- [evie's interrupts tutorial](https://evie.gbdev.io/resources/interrupts) should help you understand how to use interrupts, and what they are useful for.
- [evie's interrupts tutorial](https://evie.gbdev.io/blog/interrupts.html) should help you understand how to use interrupts, and what they are useful for.
- [tbsp's "Simple GB ASM examples"](https://github.com/tbsp/simple-gb-asm-examples) is a collection of ROMs, each built from a single, fairly short source file.
If you found this tutorial too abstract and/or want to get your feet wet, this is a good place to go to!
- [GB assembly by example](https://github.com/daid/gameboy-assembly-by-example), Daid's collection of code snippets.
Expand Down

0 comments on commit e05102e

Please sign in to comment.