Skip to content

Commit e8988bf

Browse files
authored
nav: add evie's Interrupts tutorial to 'guides'
1 parent d5acb94 commit e8988bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ module.exports = {
113113
link: "/guides/lyc_timing",
114114
text: "The Timing of LYC STAT Handlers",
115115
},
116+
{
117+
link: "https://evie.gbdev.io/resources/interrupts.html",
118+
text: "Interrupts tutorial"
119+
},
116120
{ link: "/guides/deadcscroll", text: "Dead C Scroll" },
117121
{
118122
link: "https://eldred.fr/blog/2022/05/22/prehistorik",

0 commit comments

Comments
 (0)