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

Decompile for ServantDesc data for tt_001 #1679

Closed Onenutmcgee closed 1 month ago

Onenutmcgee commented 1 month ago

There are 2 symbols that are pointed at functions in the ServantDesc struct. I wasn't sure how to get those symbols to point into fields of that struct, but breaking it apart works. Maybe there is a better way to do it.

Onenutmcgee commented 1 month ago

I'm going to abandon this for now. We'll just have to wait until the calling function is decompiled and then we can call it through the function pointer like normal.