summaryrefslogtreecommitdiff
path: root/include/c_keyframe.h
AgeCommit message (Collapse)Author
2024-01-08Implement asset extraction (#131)emilybrooks
* got stuff to extract properly * je and bs extensions done * got symbols named correctly * extensions done, symbol naming done * fixed some errors * fixed more of them * stuff * started editing make file * makefile works * ci4 and palette extensions done * cleaned up ckf_je extension * fixed vertex problem * cleaned up asset yaml * cleaned up extensions * added tol_cracker_1 * builds properly * finished obj_s_yamishop and obj_w_yamishop * updated to work with latest splat * fixes * makefile asset dir * remove old codes from af_ci4.py
2024-01-02sys_initial_check OK (#129)emilybrooks
* initial commit * almost matching, need to figure out segment stuff * fully matching * file description * m_std_dma
2023-09-27m_lib OK (#103)Prakxo
* m_lib OK * fixes * rename segmented2virtual macro
2023-09-11ac_toudai matched 12 functions, 2 non-equivalent (#65)emilybrooks
* first commit * matched the gSegments thing * more progress * matched aTOU_actor_dt * matched aTOU_set_bgOffset and imported data * named everything * cleanup, work on draw functions * cleanup * review * Revert "review" This reverts commit 229788b68359cb9ff3c372639c767e4e08011d96. * format * removed change to ac_structure.h * temp changing data symbols * format * review * fix conflicts * fix season u32 thing
2023-08-17Game renaming (#63)Anghelo Carvajal
* rename GameState to Game * Rename the structs * fix table * whoops * rename play parameter * format * undo what i messed in z64compress
2023-08-05c_keyframe OK (#25)emilybrooks
* matched a few functions * found some function names from the dnm+ map * floating point hell and struct hell * investigating skeletoninfo * structs * g3 * matching progress * cKF_SkeletonInfo_R_AnimationMove_base * lots of matched functions * matched 2 functions * keycalc * rodata problem fixed * cKF_SkeletonInfo_R_morphJoint matched * cKF_Si3_draw_R_SV fake match * cKF_SkeletonInfo_R_combine_translation matched * cKF_SkeletonInfo_R_combine_rotation matched * func_80053384_jp matched * cKF_SkeletonInfo_R_AnimationMove_ct_base matched * started documenting * naming some stuff * wrong struct size * moved stuff to header files * documenting * more documenting * comments for FrameControl done * cKF_Si3_draw_SV_R_child fake match * cleaning up draw functions * imported bss * matched cKF_SkeletonInfo_R_combine_play * matched cKF_SkeletonInfo_R_T_combine_play * matched cKF_SkeletonInfo_R_play * everything matching * cleaning up cKF_SkeletonInfo_R_play * started on morph stuff * cleaning up draw functions * cleaning up structs * trying to make pr ready * changed wording * review feedback * forgot some animation pointer temps * reverted cKF_SkeletonInfo_R_init_reverse_setspeedandmorphandmode * review2 * fixed draw function fake matches
2023-04-03Integrate sheet knowledge into the repo (#9)Anghelo Carvajal
* boot splits * code file splits * functions from sheets * symbols from the sheet * bootstrap headers * common_data * most segments * headers for boot files * add overlays as placeholders * unname _os files * named a few files * code headers * typo * Disassemble every overlay * bootstrap symbol_addrs_overlays.txt * split yamls --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>