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

Errors in Enemy Sprite section of tutorial #39

Closed
mhughson opened this issue Dec 15, 2021 · 1 comment
Closed

Errors in Enemy Sprite section of tutorial #39

mhughson opened this issue Dec 15, 2021 · 1 comment

Comments

@mhughson
Copy link

Save the file into the res/ folder as enemy.gbr (the b3 before the gbr extension indicates that we want to save this sprite on bank 3, notice how all the resources in the template are also stored in bank3 by default)
https://github.com/Zal0/ZGB/wiki/Enemies

This section has 2 errors:

  1. The parts about banks (b3) are no longer relevant.
  2. The file must be saved into res/Sprites/ (not just res). Otherwise, the game will crash.
@Zal0
Copy link
Owner

Zal0 commented Dec 18, 2021

fixed

@Zal0 Zal0 closed this as completed Dec 18, 2021
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

No branches or pull requests

2 participants