Animation system updated, some more boot files decompiled (+6%), z_fcurve_data_skelanime decompiled (1 non-matching), some asm files split, etc (#89)

* Progress on various files

* gfxprint stuff

* split some rodata, add iconv for rodata string parsing

* z_std_dma rodata

* 2 nonmatchings in gfxprint

* mtxuty-cvt ok

* more

* match a function in idle.c

* progress

* Cleanup

* Rename BgPolygon to CollisionPoly

* progress

* some effect stuff

* more effect progress

* updates

* made suggested changes

* z_effect_soft_sprite_old_init mostly ok

* remove old effects enum

* gamealloc.c OK

* added more files

* motor.c almost done

* motor.c OK

* updates

* migration of two files

* listalloc.c oK

* z_fcurve_data_skelanime split

* z_fcurve_data_skelanime.c decompiled

* more files split

* z_malloc.c OK

* contpfs.c OK

* fault.c rodata migrated

* migrated fault_drawer rodata

* update

* update preprocess.py

* renamed functions in z_skelanime

* started z_skelanime cleanup

* like halfway through fixing z_skelanime

* animation system updated to meet oot standards

* remove unused animation structs

* rename matrix structs to fit oot

* Add -woff 712

* fix diff_settings.py because i accidentally broke it before

* fixed merge conflict, doesn't match though

* It matches now

* Updates

* Fixed warnings...added gcc code syntax checking

* Remove gcc check, added in Tharo's PR

* warnings fixed (i think)

* fixed all warnings i think

* ok

* not sure what to do

* Fix all warnings i think (z_en_a_keep needs some file cleanup thouguh)

* it matches if i do this

* remove comment

* accidentally put osPfsFreeBlocks in epilinkhandle.c

* memcmp -> bcmp

* change u32 size to size_t size, delete string.h because it caused unnecessary confusion with defining size_t twice

* format.sh

* MTXMODE_NEW and MTXMODE_APPLY to matrix functions

* Made suggested changes

* pragma sFaultDrawerFont instead of including in repo

* add some functions to functions.h

* Bss reordering fixed in z_collision_check...added hack to disasm.py

* Updated z_en_a_keep.c

* Missed suggestion in EnAObj_Destroy

* .

* update z_fcurve_Data_skelanime and z_skelanime with suggestions

* devmgr.c ok

* minor changes

* Addressed comments

* remove redundant file

* gfxp -> dlist in game.c

* updated actorfixer.py

* fixed warnings in z_malloc

* Change void* back to Actor*

* format

* Add the soft_sprit comments back

* Rename SV->Flex

* remove .common

* run format

* Update src/code/z_skelanime.c

* u32 channel

Co-authored-by: Lucas Shaw <lucas.shaw1123@gmail.com>
Co-authored-by: angie <angheloalf95@gmail.com>
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
This commit is contained in:
Lucas Shaw
2021-10-24 10:59:14 -04:00
committed by GitHub
co-authored by Lucas Shaw angie Kenix3
parent 961913f18f
commit dcf44596d2
181 changed files with 4953 additions and 3658 deletions
+3 -3
View File
@@ -328,7 +328,7 @@ asm/non_matchings/boot/piacs/__osPiCreateAccessQueue.s,__osPiCreateAccessQueue,0
asm/non_matchings/boot/piacs/__osPiGetAccess.s,__osPiGetAccess,0x8008C1E0,0x11
asm/non_matchings/boot/piacs/__osPiRelAccess.s,__osPiRelAccess,0x8008C224,0xB
asm/non_matchings/boot/devmgr/__osDevMgrMain.s,__osDevMgrMain,0x8008C260,0x104
asm/non_matchings/boot/pirawdma/osPiRawStartDma.s,osPiRawStartDma,0x8008C670,0x34
asm/non_matchings/boot/pirawdma/__osPiRawStartDma.s,__osPiRawStartDma,0x8008C670,0x34
asm/non_matchings/boot/contpfs/__osSumcalc.s,__osSumcalc,0x8008C740,0x1D
asm/non_matchings/boot/contpfs/__osIdCheckSum.s,__osIdCheckSum,0x8008C7B4,0x3F
asm/non_matchings/boot/contpfs/__osRepairPackId.s,__osRepairPackId,0x8008C8B0,0xD4
@@ -371,11 +371,11 @@ asm/non_matchings/boot/guMtxIdent/guMtxIdent.s,guMtxIdent,0x8008FA60,0x14
asm/non_matchings/boot/jammesg/osJamMesg.s,osJamMesg,0x8008FAB0,0x54
asm/non_matchings/boot/setthreadpri/osSetThreadPri.s,osSetThreadPri,0x8008FC00,0x38
asm/non_matchings/boot/getthreadpri/osGetThreadPri.s,osGetThreadPri,0x8008FCE0,0x8
asm/non_matchings/boot/epirawread/osEPiRawReadIo.s,osEPiRawReadIo,0x8008FD00,0x58
asm/non_matchings/boot/epirawread/__osEPiRawReadIo.s,__osEPiRawReadIo,0x8008FD00,0x58
asm/non_matchings/boot/viswapbuf/osViSwapBuffer.s,osViSwapBuffer,0x8008FE60,0x14
asm/non_matchings/boot/position/guPositionF.s,guPositionF,0x8008FEB0,0x6A
asm/non_matchings/boot/position/guPosition.s,guPosition,0x80090058,0x1A
asm/non_matchings/boot/epirawdma/osEPiRawStartDma.s,osEPiRawStartDma,0x800900C0,0x78
asm/non_matchings/boot/epirawdma/__osEPiRawStartDma.s,__osEPiRawStartDma,0x800900C0,0x78
asm/non_matchings/boot/sptaskyielded/osSpTaskYielded.s,osSpTaskYielded,0x800902A0,0x18
asm/non_matchings/boot/bcmp/bcmp.s,bcmp,0x80090300,0x48
asm/non_matchings/boot/gettime/osGetTime.s,osGetTime,0x80090420,0x24
1 asm/non_matchings/boot/boot_main/bootproc.s bootproc 0x80080060 0x3C
328 asm/non_matchings/boot/piacs/__osPiGetAccess.s __osPiGetAccess 0x8008C1E0 0x11
329 asm/non_matchings/boot/piacs/__osPiRelAccess.s __osPiRelAccess 0x8008C224 0xB
330 asm/non_matchings/boot/devmgr/__osDevMgrMain.s __osDevMgrMain 0x8008C260 0x104
331 asm/non_matchings/boot/pirawdma/osPiRawStartDma.s asm/non_matchings/boot/pirawdma/__osPiRawStartDma.s osPiRawStartDma __osPiRawStartDma 0x8008C670 0x34
332 asm/non_matchings/boot/contpfs/__osSumcalc.s __osSumcalc 0x8008C740 0x1D
333 asm/non_matchings/boot/contpfs/__osIdCheckSum.s __osIdCheckSum 0x8008C7B4 0x3F
334 asm/non_matchings/boot/contpfs/__osRepairPackId.s __osRepairPackId 0x8008C8B0 0xD4
371 asm/non_matchings/boot/jammesg/osJamMesg.s osJamMesg 0x8008FAB0 0x54
372 asm/non_matchings/boot/setthreadpri/osSetThreadPri.s osSetThreadPri 0x8008FC00 0x38
373 asm/non_matchings/boot/getthreadpri/osGetThreadPri.s osGetThreadPri 0x8008FCE0 0x8
374 asm/non_matchings/boot/epirawread/osEPiRawReadIo.s asm/non_matchings/boot/epirawread/__osEPiRawReadIo.s osEPiRawReadIo __osEPiRawReadIo 0x8008FD00 0x58
375 asm/non_matchings/boot/viswapbuf/osViSwapBuffer.s osViSwapBuffer 0x8008FE60 0x14
376 asm/non_matchings/boot/position/guPositionF.s guPositionF 0x8008FEB0 0x6A
377 asm/non_matchings/boot/position/guPosition.s guPosition 0x80090058 0x1A
378 asm/non_matchings/boot/epirawdma/osEPiRawStartDma.s asm/non_matchings/boot/epirawdma/__osEPiRawStartDma.s osEPiRawStartDma __osEPiRawStartDma 0x800900C0 0x78
379 asm/non_matchings/boot/sptaskyielded/osSpTaskYielded.s osSpTaskYielded 0x800902A0 0x18
380 asm/non_matchings/boot/bcmp/bcmp.s bcmp 0x80090300 0x48
381 asm/non_matchings/boot/gettime/osGetTime.s osGetTime 0x80090420 0x24