You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/help-feedback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ If you are interested in contributing to or translating the tutorial, thank you!
8
8
Follow the link above, I'd be happy to work with you.
9
9
10
10
Noticed a problem with the tutorial?
11
-
Please [check out our issue tracker](https://github.com/ISSOtm/gb-asm-tutorial/issues); if there is no open issue about your problem, please create a new one, or reach out to us via the link above.
11
+
Please [check out our issue tracker](https://github.com/gbdev/gb-asm-tutorial/issues); if there is no open issue about your problem, please create a new one, or reach out to us via the link above.
12
12
13
13
If you prefer email, my address is `tutorial@<domain>`, where you replace `<domain>` with this website's domain name (it ends with `.fr`).
Copy file name to clipboardExpand all lines: src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,4 @@ With that said, you can get started by simply navigating to the following page :
38
38
39
39
- All the code contained within the tutorial itself is licensed under <arel="license"href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>. *To the extent possible under law, all copyright and related or neighboring rights to code presented within GB ASM Tutorial have been waived. This work is published from France.*
40
40
- The contents (prose, images, etc.) of this tutorial are licensed under a <arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
41
-
- Code used to display and format the site is licensed under the [MIT License](https://github.com/ISSOtm/gb-asm-tutorial/blob/master/LICENSE) unless otherwise specified.
41
+
- Code used to display and format the site is licensed under the [MIT License](https://github.com/gbdev/gb-asm-tutorial/blob/master/LICENSE) unless otherwise specified.
Copy file name to clipboardExpand all lines: src/part2/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,9 +111,9 @@ For example:
111
111
```
112
112
113
113
You may have noticed that we are using `dw` instead of `db`; the difference between these two will be explained later.
114
-
We already have tiles made for this project, so you can copy [this premade file](https://github.com/ISSOtm/gb-asm-tutorial/raw/master/unbricked/getting-started/tileset.asm), and paste it at the end of your code.
114
+
We already have tiles made for this project, so you can copy [this premade file](https://github.com/gbdev/gb-asm-tutorial/raw/master/unbricked/getting-started/tileset.asm), and paste it at the end of your code.
115
115
116
-
Then copy the tilemap from [this file](https://github.com/ISSOtm/gb-asm-tutorial/raw/master/unbricked/getting-started/tilemap.asm), and paste it after the `TilesEnd` label.
116
+
Then copy the tilemap from [this file](https://github.com/gbdev/gb-asm-tutorial/raw/master/unbricked/getting-started/tilemap.asm), and paste it after the `TilesEnd` label.
117
117
118
118
You can build the ROM now, by running the following commands in your terminal:
119
119
@@ -141,18 +141,18 @@ You can use one of the following pre-made logos, or try coming up with your own!
Add your chosen logo's data (click one of the "Source" links above) after the comment, build the game again, and you should see your logo of choice in the bottom-right!
0 commit comments