summaryrefslogtreecommitdiff
path: root/src/code/z_sram.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-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2023-01-10Fix misc 19 (#1488)Dragorn421
2022-12-05Cleanup post good scene names (#1452)Dragorn421
2022-11-26Name scenes (scene enum, entrance enum, various identifiers) (#1343)Dragorn421
2022-11-16Update item names (#1376)Dragorn421
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-15Enum comments on some arrays (#1404)Dragorn421
2022-10-13Fix misc 17 (#1392)Dragorn421
2022-08-23Minor Misc Cleanup (#1360)engineer124
2022-07-31sceneNum -> sceneId (#1338)Derek Hensley
2022-06-23Rename game states (#1294)Dragorn421
2022-06-13Fix misc 14 (#1279)Dragorn421
2022-05-23Document Magic (#1199)engineer124
2022-05-21PlayState Rename (#1231)fig02
2022-05-20Environment documentation pass (#1115)fig02
2022-05-09Introduce DEFINE_ENTRANCE for entrance table and create entrance enum (#1213)fig02
2022-05-09Audio Ocarina Documentation (#1026)engineer124
2022-05-02Memstuff (#1164)EllipticEllipsis
2022-04-30Doc equips usage (inventory, current and player-specific constants) (#1142)Dragorn421
2022-04-29Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...Dragorn421
2022-02-13Use `__builtin_offsetof` for non IDO builds (#1140)Anghelo Carvajal
2022-01-24proposal for link age macros (#1119)playerskel
2021-11-28Cleanup unnecessary &'s on function/array pointers (#1031)Roman971
2021-11-22z_message_PAL, message_data_static and surrounding doc (#996)Tharo
2021-11-15File Select (z_file_choose) OK (#1012)fig02
2021-10-11Fix a few warnings (#998)Dragorn421
2021-10-02Fix/cleanup/rephrase miscellaneous stuff (#983)Dragorn421
2021-09-20Decompile z_kankyo (#956)petrie911
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-06-01z_sram OK (#834)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-04-05Match Sram_OpenSave from z_sram.c (#759)Roman971
2020-12-04Matched EnMb and EnDoor (#510)petrie911
2020-12-02ovl_En_Nb Decompiled (#298)Lucas Shaw
2020-12-01En_Nwc (#475)petrie911
2020-12-01Decompiled ovl_En_Zl3 (2 non-matchings) (#491)Ethan Roseman
2020-11-19Three new matching functions (#492)petrie911
2020-10-11Decompile z_sram.c (#431)Random
2020-10-03libultra cleanup (#215)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker