flxbe / asm-space-invaders

A small, bootable game written in x86 Assembly inspired by Space Invaders
MIT License
215 stars 13 forks source link

Fix typo #4

Closed cyblue9 closed 6 years ago

cyblue9 commented 6 years ago

The variable name(INVADERS_MOVE_CYCLES) was wrong, so I fixed it.

Please confirm!