Closed JoshSchreuder closed 15 hours ago
Seems to have picked up issues after updating to master
mipsel-linux-gnu-ld: build/us/src/st/no0/e_init.c.o: in function `NO0_EntityUpdates':
src/st/no0/e_init.c:(.data+0xb4): undefined reference to `func_us_801D191C'
mipsel-linux-gnu-ld: src/st/no0/e_init.c:(.data+0xb8): undefined reference to `func_us_801D20A4'
mipsel-linux-gnu-ld: src/st/no0/e_init.c:(.data+0xbc): undefined reference to `func_us_801D2318'
mipsel-linux-gnu-ld: build/us/src/st/no0/e_skelerang.c.o: in function `LM19':
src/st/no0/e_skelerang.c:(.text+0xec): undefined reference to `g_EInitSkelerang'
mipsel-linux-gnu-ld: src/st/no0/e_skelerang.c:(.text+0xf0): undefined reference to `g_EInitSkelerang'
mipsel-linux-gnu-ld: build/us/src/st/no0/e_skelerang.c.o: in function `LM172':
src/st/no0/e_skelerang.c:(.text+0x7c8): undefined reference to `g_EInitSkelerangBoomerang'
mipsel-linux-gnu-ld: src/st/no0/e_skelerang.c:(.text+0x7cc): undefined reference to `g_EInitSkelerangBoomerang'
mipsel-linux-gnu-ld -nostdlib --no-check-sections -o build/us/stsel.elf -Map build/us/stsel.map -T build/us/stsel.ld -T config/
Needed to update e_init data since #1898, have done now so should be good
Planning on giving this a tidy up when I import data and do some analysis in debugger so I'll fix up some of the naming then unless there's something glaring that sticks out here.func_us_801D191C
/EntitySkelerangUnknown
was previous decompiled but slightly updated here for PSP match: https://decomp.me/scratch/8lEH0func_us_801D20A4
/EntitySkelerangBoomerang
matching both PSX: https://decomp.me/scratch/SMgwb PSP: https://decomp.me/scratch/WFD0wfunc_us_801D191C
/EntitySkelerang
matching both PSX: https://decomp.me/scratch/BUkq2 PSP: https://decomp.me/scratch/OYg4DThanks to Discord gang for helping with some PSP stuff here ^