summaryrefslogtreecommitdiff
path: root/src/code/z_en_item00.c
AgeCommit message (Expand)Author
2021-08-31Macros: `PLAYER` -> `GET_PLAYER(globalCtx)`, `ACTIVE_CAM` -> `GET_ACTIVE_CAM(...engineer124
2021-08-22Big cleanup (#775)louist103
2021-08-04Item00 BSS OK (#881)louist103
2021-06-15Migrate .bss for fault drawer and .data for item00 (#823)louist103
2021-03-28code_80110450 (game over) OK* (#739)fig02
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2021-02-12All* Get Item objects decompiled (#668)Tharo
2021-01-24Decompile Gameplay_Keep and fix all existing decompiled objects (#595)Zelllll
2021-01-18Actor Struct Changes (and a few related things) (#617)fig02
2021-01-17Document Collision_Check (#468)petrie911
2021-01-08z_bgcheck.c, 800430A0.c, 80043480.c (#256)mzxrules
2020-12-31En_Ex_Item (#567)petrie911
2020-12-31En_Tite OK (#555)AdamKiddle
2020-12-27matched Math3D_CylVsLineSeg and fixed a Math_ error (#564)petrie911
2020-12-26Consistent naming for Math_ functions (#542)petrie911
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-28En_Elf Decompiled (#432)fig02
2020-10-03libultra cleanup (#215)Random
2020-09-29All Effect Overlays and z_effect_soft_sprite_old_init.c OK (#396)fig02
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-08-29attchaedA/attachedB renamed to parent/child (#358)fig02
2020-07-28Bomb Related Effect Overlays (#283)fig02
2020-07-12Decompiled ovl_Shot_Sun (#236)Sirius902
2020-06-14Actor struct cleanup (#208)fig02
2020-05-31Actor Cleanups (#177)fig02
2020-05-30Decompiled ovl_En_Zl1 (#169)Ethan Roseman
2020-05-29En_Kz OK (#176)fig02
2020-05-05More actor cleanup Part 3 (#118)Roman971
2020-05-04More actor cleanup Part 2 (#116)Roman971
2020-05-03Fix non matchings in En_Item00 and En_A_Obj (the 2 "code" actors) (#112)Roman971
2020-05-01More actor cleanup Part 1 (#107)Roman971
2020-04-25z_collision_check.c (#73)mzxrules
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-04-05Fixes in PR #50 (3)Random
2020-04-04Decompile graph.cRandom
2020-03-24Run formatter with changesRoman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker