Zal0 / ZGB

Game Boy / Color engine with lots of features
MIT License
708 stars 50 forks source link

Errors in Enemy Sprite section of tutorial #39

Closed mhughson closed 2 years ago

mhughson commented 2 years ago

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 commented 2 years ago

fixed