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 ST0 EntityBackgroundVortex #1838

Closed bismurphy closed 2 weeks ago

bismurphy commented 2 weeks ago

Another one down!

In terms of the sequence of functions, this is the last function in the ROM for ST0. The split between C and BSS was off by one (the NOP after the RA for this function was being pulled in as part of the 00 bytes in BSS), so I had to make some small BSS fixes to get a match. All good now!

I believe this leaves only a single ST0 function remaining.