sozud

Results 27 comments of sozud

Rebased but needs this fixed ``` mipsel-linux-gnu-ld: build/us/asm/us/st/dre/data/118D0.rodata.s.o: in function `jtbl_801918D0': (.rodata+0x0): undefined reference to `.L801962CC' mipsel-linux-gnu-ld: (.rodata+0x4): undefined reference to `.L80196324' mipsel-linux-gnu-ld: (.rodata+0x8): undefined reference to `.L801963D8' mipsel-linux-gnu-ld: (.rodata+0xc):...

Not sure if I'm doing it wrong but it seems like 0x80097400 is not in a struct? See C line 119 https://decomp.me/scratch/nEdAS

Thanks, does anyone see what I'm doing wrong with my file split? https://github.com/Xeeynamo/sotn-decomp/compare/master...sozud:sotn-decomp:Ent21 ``` mipsel-linux-gnu-ld: build/us/asm/us/st/dre/data/0.data.s.o: in function `PfnEntityUpdates': (.data+0x448): undefined reference to `EntityUnkId21' mipsel-linux-gnu-ld: (.data+0x450): undefined reference to `EntityUnkId23'...

@bismurphy I still can't figure out the file splits, since you're working on DRE anyway would you mind reviving this?

Fixed by https://github.com/Xeeynamo/sotn-decomp/pull/1307

I changed sound_rev into a library so that it can have independent compile flags and fixed all the issues on mac and windows.

Closing in favor of https://github.com/Xeeynamo/sotn-decomp/pull/1362

It's rejecting sectors that don't meet the `offset+bufSafe > secSize` requirement here. Maybe the missing files are there. Could you explain what the fix to this code would be? ```...

This works for me locally, I think the issue is the submodule isn't getting checked out and github yaml changes have to be on master to take effect or something.

Alright, it doesn't have to be done right now.