Skip to content

Commit 7f9183b

Browse files
committed
Add Dead C Scroll tutorial
1 parent 14b0073 commit 7f9183b

File tree

9 files changed

+369
-1
lines changed

9 files changed

+369
-1
lines changed

list/.vuepress/config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// .vuepress/config.js
2+
3+
const { path } = require("@vuepress/utils");
4+
25
module.exports = {
36
plugins: [
47
['@vuepress/plugin-shiki', { 'langs': ['asm'] }],
@@ -22,7 +25,7 @@ module.exports = {
2225
{ link: '/contribute', text: 'Contribute' },
2326
]
2427
},
25-
{ link: '/list', text: 'Resources'},
28+
{ link: '/list', text: 'Resources' },
2629
{
2730
text: 'Guides',
2831
collapsable: false,
@@ -31,6 +34,7 @@ module.exports = {
3134
{ link: '/guides/tools', text: 'Choosing development tools' },
3235
{ link: '/guides/asmstyle', text: 'ASM Style recomendations' },
3336
{ link: '/guides/lyc_timing', text: 'The Timing of LYC STAT Handlers' },
37+
{ link: '/guides/deadcscroll', text: 'Dead C Scroll'},
3438
{ link: '/guides/dma_hijacking', text: 'DMA Hijacking' },
3539
{ link: 'https://eldred.fr/gb-asm-tutorial', text: 'GB ASM Programming Guide' }
3640
]
93.9 KB
Loading
92.7 KB
Loading
148 KB
Loading
146 KB
Loading
2.15 MB
Loading
2.13 MB
Loading
1.52 MB
Loading

list/guides/deadcscroll.md

Lines changed: 364 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)