UsernameFodder / pmdsky-debug

Debug info for reverse engineering PMD: Explorers of Sky
GNU General Public License v3.0
38 stars 20 forks source link

Fix enemy_density type #234

Closed Frostbyte0x70 closed 8 months ago

Frostbyte0x70 commented 8 months ago

The enemy density is signed, as explained in the comment.

Frostbyte0x70 commented 8 months ago

Nevermind, it is an unsigned byte in-game, so the behavior explained in the comment never takes place, even though the check is there. I'll make a PR to update the comment instead.