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 num_invaders_alive byte size #6

Closed cyblue9 closed 6 years ago

cyblue9 commented 6 years ago

The num_invaders_alive variable byte size wrong, so I fixed it.

Please confirm!

flxbe commented 6 years ago

Awesome, nice catches! Thanks!