Skip to content
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

Merged
merged 20 commits into from
Aug 13, 2022
Merged

Add getting-started to part 2 #21

merged 20 commits into from
Aug 13, 2022

Conversation

evie-calico
Copy link
Contributor

No description provided.

Copy link
Member

@avivace avivace left a 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 !

src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
@evie-calico evie-calico requested a review from avivace July 11, 2022 22:20
@avivace avivace requested a review from ISSOtm July 11, 2022 22:37
Copy link
Member

@ISSOtm ISSOtm left a 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!

src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
```

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.
Copy link
Member

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?)


(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.
Copy link
Member

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"..

@evie-calico evie-calico marked this pull request as ready for review August 11, 2022 16:00
@evie-calico
Copy link
Contributor Author

I've just added the code to this lesson, using the same method as part 1. It should be ready to release now.

Copy link
Member

@ISSOtm ISSOtm left a 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.

src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
src/part2/getting-started.md Show resolved Hide resolved
src/part2/getting-started.md Outdated Show resolved Hide resolved
@ISSOtm ISSOtm mentioned this pull request Aug 12, 2022
@ISSOtm ISSOtm merged commit 5ec1331 into gbdev:master Aug 13, 2022
@ISSOtm ISSOtm mentioned this pull request Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants