gbdev / gb-asm-tutorial

Learn to create games for the Game Boy using Assembly
http://gbdev.io/gb-asm-tutorial/
MIT License
116 stars 41 forks source link

Part 2 Memcopy or Memcpy #85

Open quinnyo opened 9 months ago

quinnyo commented 9 months ago

An inconsistency in part 2:

The tutorial text introduces

Memcpy, like the similar C function

but in the code the routine is labelled Memcopy (note the o).

It should be trivial to change the code to match the text (a bit less so the other way around).