NovaSquirrel / NovaTheSquirrel

an open source NES platformer game
GNU General Public License v3.0
202 stars 8 forks source link

Out-of-bounds enemy ID bug #127

Open NovaSquirrel opened 5 years ago

NovaSquirrel commented 5 years ago

Through some unknown means, an enemy can have its ID corrupted. This caused a crash for one playthrough of the game, and while there's a safeguard to despawn any out-of-range enemies, I would like to fix this.

NovaSquirrel commented 5 years ago

I think it might be specific to the King? Since that's what looks like caused it originally. I'll have to look.