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

Working code-sharing for a file of PSP DRA and main DRA #1895

Closed bismurphy closed 3 days ago

bismurphy commented 3 days ago

Had to tweak some file splits, but ultimately I managed to decompile all of the functions in a PSP file, and then line up the two DRA codebases so that PSP could pull from the existing one. Of course, some of the functions also needed tweaking to end up matching on PSP.

Glad to be able to prove this is possible in DRA!