summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-05Move source into subdirectoryGarrett Cox
2023-11-14warningsoriginalLouis
2023-11-14OKLouis
2023-11-15Animation Cleanup: En_L* and some En_M* (#1493)engineer124
* cleanup L, some M * small fix * typo * brackets * more brackets
2023-11-14Misc fixes 1 (#1491)Anghelo Carvajal
* Some low-hanging UB * document bug on z_file_nameset_NES.c * ALIGNED on audio data * document bug on decode * document bugs on Message_Decode * Format * More ALIGNED * Put the ALIGNED macro at the right like the other uses in the repo * review * fix Message Decode (cherry picked from commit abfbc7068816756f7ea3fa4a36ee0fe664c54c72) Co-authored-by: engineer124 <engineer124engineer124@gmail.com> * remove comments * Update src/overlays/gamestates/ovl_file_choose/z_file_choose_NES.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * format --------- Co-authored-by: engineer124 <engineer124engineer124@gmail.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
2023-11-13EnJso2 (Garo Master) OK and documented (#1485)Tom Overton
* EnJso2 (Garo Master) OK and documented * Name all the override input things * Respond to reviews
2023-11-11Match `func_801457CC` (z_sram_NES.c OK) (#1472)engineer124
* Match func_801457CC * cleanup * pads * ITEM_NUM_SLOTS * fix macro
2023-11-11fix Misc Data (#1484)engineer124
2023-11-11Fix aliasing in Cutscene_SetActorCue (#1483)Tharo
Co-authored-by: Revo <projectrevotpp@hotmail.com>
2023-11-10Decompile ovl_En_Po_Composer (#1391)Tharo
* Decompiled, mostly named * Few more labels and document object * Review changes * Further review changes * Improve EnPoComposer_UpdateEnvColor * PO_COMPOSER -> POE_COMPOSER, tweak animation names * More changes * OCARINA_MODE_EVENT * fix merge --------- Co-authored-by: angie <angheloalf95@gmail.com>
2023-11-09fix ugly union hack with less fake codeRevoSucks
2023-11-09z_collision_check BSS.. ok.. maybeRevoSucks
2023-11-10Match `Environment_DrawSkyboxStarsImpl` (z_kankyo OK), introduce `rand.h` ↵engineer124
(#1476) * match Environment_DrawSkyboxStarsImpl * revert * PR Review * small fix * group pads together * Color_RGBA8_u32
2023-11-10Small boot cleanup (#1475)Derek Hensley
2023-11-10`ovl_En_An` OK and somewhat documented (#1457)Anghelo Carvajal
* Init and Destroy * EnAn_Update * EnAn_Draw * the overrides * func_80B54124 * two more * more funcs * SCHEDULE_CALC_TIME_ALT * moar * mor * mas * scriiiipts * mor funcs * almost everythihng * migrate data * func_80B57B48 NON_EQUIVALENT * object symbols * face * fix merge * slots * schedule result enum * func_80B57B48 * format * name some easy to name struct members * stateFlags * object stuff * accessories * text ids * more function naming * more naming * name some anims * trying to make sense out of the schedule * convert schedule to ifs * clean it up * schedule algorithm * many placeholder names * name most of the important schedule values * Add notes to every reamining schedule enum value * dec * HandleSchedule * more naming * name flags * name some of the ProcessSchedule functions * and more naming * a bit of asset naming * some typos * asset naming * more asset naming * printing code * WEEKEVENTREG_COUPLES_MASK_CUTSCENE_* * name the mouths * idk * whoops * format * Name the remaining weekeventregs from anju * name more flags * whoops * a * Incorporate SCHEDULE_TIME * format * fix merge * cleanup * remove debug stuff * clean * WEEKEVENTREG_TALKED_ANJU_IN_LAUNDRY_POOL * whoops * remove some gotos * whoops * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * review * whoops * review * ENAN_GET_8000 * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: Isghj <42048411+isghj5@users.noreply.github.com> * review * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: Isghj <42048411+isghj5@users.noreply.github.com> * fix merge * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * review * review --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> Co-authored-by: Isghj <42048411+isghj5@users.noreply.github.com>
2023-11-09Match Both Message Decodes (#1479)engineer124
* WIP * match Message_DecodeNES * cleanup * another cleanup * match Message_Decode * more cleanup * oops * add back void
2023-11-09Match `Environment_UpdateLights` (z_kankyo OK) (#1478)engineer124
* Match Environment_UpdateLights * cleanup
2023-11-09Message_Decode matchingAlejandro Javier Asenjo Nitti
2023-11-09Message_DecodeNES matchingAlejandro Javier Asenjo Nitti
2023-11-09Environment_UpdateLightsAlejandro Javier Asenjo Nitti
2023-11-08Environment_DrawSkyboxStarsImplAlejandro Javier Asenjo Nitti
2023-11-08spec + flagsAlejandro Javier Asenjo Nitti
2023-11-07Struct Returns (#1466)engineer124
* change args * more funcs * cleanup * play cleanup * missed a file * weird warnings * missed some * fix func from honotrap
2023-11-07Match func_809F24C8 NON_MATCHING (#1465)Alejandro Asenjo Nitti
* fix func_809F24C8 * reloc
2023-11-07Match `Environment_Init` (#1474)engineer124
* Match Environment_Init (fake) * that's much better
2023-11-07Merge pull request #25 from inspectredc/environment-initRevo
environment init matching
2023-11-07environment init matchinginspectredc
2023-11-07jso2 init matchinginspectredc
2023-11-07Match FileSelect_SetWindowContentVtx (#1471)engineer124
2023-11-07Match Message_DrawTextCredits (#1470)engineer124
2023-11-07Match `AudioOcarina_CreateCustomSequence` (code_8019AF00.c OK) (#1468)engineer124
* match AudioOcarina_CreateCustomSequence * cleanup
2023-11-06fix fakesAlejandro Javier Asenjo Nitti
2023-11-06func_801457CC MATCHINGAlejandro Javier Asenjo Nitti
2023-11-07Match Message_Update (#1469)engineer124
2023-11-07match Sram_CopySave (#1467)engineer124
2023-11-06FileSelect_SetWindowContentVtx matchingAlejandro Javier Asenjo Nitti
2023-11-06Message_DrawTextCredits matchingAlejandro Javier Asenjo Nitti
2023-11-06Message_Update MatchingAlejandro Javier Asenjo Nitti
2023-11-06z_hono_trap OK (#1437)mzxrules
* match first couple of funcs * Attempt all functions * add flags, func_80930190 OK * z_en_honotrap OK * clean things up * implement most suggestions * space out OPEN/CLOSE_DISP * more improvements * implement suggestions * implement alf suggestions * u substitution * nitpicky * format
2023-11-06AudioOcarina_CreateCustomSequenceAlejandro Javier Asenjo Nitti
2023-11-06Sram_CopySave matchingAlejandro Javier Asenjo Nitti
2023-11-05func_809F24C8 matchingAlejandro Javier Asenjo Nitti
2023-11-05Fix Camera_Update fake, match Play_UpdateMain & Play_DrawMain NON_MATCHINGs ↵Alejandro Asenjo Nitti
(#1463) * Fix Camera_Update fake, match Play_UpdateMain & Play_DrawMain NON_MATCHINGS * remove unnecessary parenthesis * extra parenthesis * review * NUM_CAMS
2023-11-05Player Docs: public facing csAction things (#1459)engineer124
* public cs * comments
2023-11-05match Play_UpdateMain & Play_DrawMainAlejandro Javier Asenjo Nitti
2023-11-05func_80AF5820inspectredc
2023-11-05func_80AF520C match and correct bsb commentinspectredc
2023-11-04unnecessary parenthesisAlejandro Javier Asenjo Nitti
2023-11-04decAlejandro Javier Asenjo Nitti
2023-11-04move var to scopeAlejandro Javier Asenjo Nitti