-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getting-started to part 2 #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks already very nice! Thanks @eievui5 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for doing this!
Co-authored-by: Eldred Habert <[email protected]>
src/part2/getting-started.md
Outdated
``` | ||
|
||
This loop might look familiar if you've read part 1. | ||
It copies `Tiles` to `$9000`, which is the part of VRAM where tiles are stored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion meant to try to clarify what $9000 was (a choice in a range?)
src/part2/getting-started.md
Outdated
|
||
(A note about OPT g could be added here?) | ||
|
||
We already have tiles made for this project, so you can copy [this premade file](https://github.com/ISSOtm/gb-asm-tutorial-part2/raw/main/tileset.asm), and paste it at the end of your code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think #17 should be blocking, as it involves a large amount of work to set everything up. Please just start with the example code "imported"..
Co-authored-by: Antonio Vivace <[email protected]>
I've just added the code to this lesson, using the same method as part 1. It should be ready to release now. |
Place it outside of `src` so that it doesn't get served
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost done! Also, line 109 still refers to gb-asm-tutorial-part2.
Co-authored-by: Eldred Habert <[email protected]>
No description provided.