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

Finishing refactor for tt_000 ET_Bat and updating game api call #1793

Closed Onenutmcgee closed 1 month ago

Onenutmcgee commented 1 month ago

updating global api function func_8011A3AC with a better name. It fetches the current familiar stats from the global game variables and will also fetch an attack descriptor if ID is provided.

Refactoring names for ET_Bat that I forgot to update in my last PR. Remaining unkXX vars appear to be unused.

Adding enum for g_SpellDefs table. Some familiar attacks appear to be in that table as well as Alucard's spells. Some do not such as the bat's fireball.