Xeeynamo / sotn-decomp

Decompilation of Castlevania: Symphony of the Night (PSX+Saturn)
https://sotn.xee.dev/
GNU Affero General Public License v3.0
508 stars 55 forks source link

Name DRA EntitySmallRisingHeart; improve animations #1811

Closed bismurphy closed 3 weeks ago

bismurphy commented 3 weeks ago

I found func_80119D3C and then went through the process of identifying it as the rising heart that comes when Alucard gains hearts through use of the Blood Cloak or the Alucard Shield or Herald Shield.

In this process, I used display_animation.py to be able to view the sprite for the entity; doing this required me to convert some of the sprite data from placeholder u32 arrays to the proper s16 arrays, so I've also modified that data in d_2F324.c.

Just another PR that makes things more readable without really changing anything in terms of real progress.