summaryrefslogtreecommitdiff
path: root/src/code/z_map_exp.c
AgeCommit message (Expand)Author
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-09-06Document pause states (excluding gameover) (#1483)Dragorn421
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-11-26Name scenes (scene enum, entrance enum, various identifiers) (#1343)Dragorn421
2022-11-16More documentation for `z_std_dma.c` (#1415)Tharo
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-21improve matches (#1413)engineer124
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-07-31sceneNum -> sceneId (#1338)Derek Hensley
2022-07-30Rename "Sound" to "Sfx" (#1292)engineer124
2022-06-06Fix asset file includes to always start with assets/ (#1260)Roman971
2022-06-03Add enum for setup dls and name `z_rcp.c` functions (#1196)Dragorn421
2022-05-21PlayState Rename (#1231)fig02
2022-05-20Document `eventChkInf` usage of freed carpenters flags (#1210)Dragorn421
2022-05-18Gameplay_ -> Play_ and this (#1229)fig02
2022-05-10Various minor cleanups (#1218)Roman971
2022-04-29Cleanup `clang-format off` (#1195)Dragorn421
2022-04-29Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...Dragorn421
2022-04-23Name variables for Audio_PlaySoundGeneral (#1198)engineer124
2022-02-20Fix misc 6 (#1148)Dragorn421
2021-09-20Decompile z_kankyo (#956)petrie911
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-08-31Macros: `PLAYER` -> `GET_PLAYER(globalCtx)`, `ACTIVE_CAM` -> `GET_ACTIVE_CAM(...engineer124
2021-06-15Interface improvements (#822)Zelllll
2021-05-02Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)Roman971
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-02-13Fix most compiler warnings in the boot and code segments (#674)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
2020-12-03ovl_Door_Shutter OK (#413)Tharo
2020-11-19Three new matching functions (#492)petrie911
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-11Decompile z_sram.c (#431)Random
2020-10-03libultra cleanup (#215)Random
2020-08-30Match/Improve more non matching functions (#366)Roman971
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-08-23Match/Improve a bunch of non matchings (#342)Roman971
2020-07-16Change Colors To Decimal (#260)fig02
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-22Decompile code_8008E6A0.c / Add CHECK_PAD macro (#156)Random
2020-05-14Decomp game.c (#129)krimtonz
2020-05-01Decompile z_map_exp.c (2 non matchings left) (#104)Roman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker