From f3d1227c6ef25c55b9adad556d8e2a4199dec1e6 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 3 Apr 2024 16:40:47 +0200 Subject: [PATCH] Add evie's " Understanding Structures " guide --- website/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/.vuepress/config.js b/website/.vuepress/config.js index 73f5df5..8ff2ea7 100644 --- a/website/.vuepress/config.js +++ b/website/.vuepress/config.js @@ -117,6 +117,10 @@ module.exports = { link: "https://evie.gbdev.io/blog/interrupts.html", text: "Interrupts tutorial" }, + { + link: "https://evie.gbdev.io/blog/understanding-structures.html", + text: "Understanding Structures" + }, { link: "/guides/deadcscroll", text: "Dead C Scroll" }, { link: "https://eldred.fr/blog/2022/05/22/prehistorik",