Visual artifact/Sprite above player when crouched. [4.1]

I have my crouching state working correctly, but there is a sprite that shows up above my player and to the left(in the default position for the melee or projectile)

While holding down/ in the crouch state this sprite shows up. Have not been able to track down what is causing it. Its not actually on my player sprite but above and to the left, like it was an unset position for Melee or Projectile, but the sprite is different than either of those.

Anyone else seen this? Able to offer any insight as to where to look into what may be causing it?
 

Mugi

Member
could be a remnant from the handlespriteweapon.asm doing something weird, but i cant really remember how that goes, i only glanced over that pretty quick since i didnt start implementing attack yet.

check predraw, and handlespriteweapon.asm on your project to check out what is it drawing from. iirc predraw has some code that's set on arbitrary values for test use.
kinda same sort of thing how extraControllerinput.asm is hard setting state 05 to crouch.
 
Top Bottom