Skip to content

Commit 7f9183b

Browse files
committedJan 8, 2022
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
 

Diff for: ‎list/.vuepress/config.js

+5-1
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
]

Diff for: ‎list/.vuepress/public/images/gif/rolloff.gif

93.9 KB
Loading

Diff for: ‎list/.vuepress/public/images/gif/rollon.gif

92.7 KB
Loading

Diff for: ‎list/.vuepress/public/images/gif/smearoff.gif

148 KB
Loading

Diff for: ‎list/.vuepress/public/images/gif/smearon.gif

146 KB
Loading

Diff for: ‎list/.vuepress/public/images/gif/xsine.gif

2.15 MB
Loading

Diff for: ‎list/.vuepress/public/images/gif/xysine.gif

2.13 MB
Loading

Diff for: ‎list/.vuepress/public/images/gif/ysine.gif

1.52 MB
Loading

Diff for: ‎list/guides/deadcscroll.md

+364
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.