Found a couple bugs:
- Landing from a whip attack does not prevent you from moving, letting you slide awkwardly.
- If a candle is between Desmond and an enemy, the enemy won't take damage until after the candle is destroyed (observed when dealing with Zombies)
Found the problem. you had Unit Code (SGB Flag) located in address 0146 to 03, which made some emulators that runs off of the ROM Information assume it was running a Super Game Boy ROM... And since the game is only meant for GBC, it assumes that it's running on ye ole gameboy. Changing 0146 from 03 to 00 fixes the problem.