summaryrefslogtreecommitdiff
path: root/src/code/z_elf_message.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-06-04T() macro loose ends 2 (#2564)Dragorn421
2025-02-24Fixup includes (#2483)Dragorn421
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-11-16Update item names (#1376)Dragorn421
2022-10-15Document elf_message scripting system (#1398)fig02
2022-05-23Document Magic (#1199)engineer124
2022-05-21PlayState Rename (#1231)fig02
2022-04-30Doc equips usage (inventory, current and player-specific constants) (#1142)Dragorn421
2022-04-29Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...Dragorn421
2021-11-16Create macros for and decompile elf_message scripts (#999)Tharo
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-08-31Macros: `PLAYER` -> `GET_PLAYER(globalCtx)`, `ACTIVE_CAM` -> `GET_ACTIVE_CAM(...engineer124
2021-08-22Big cleanup (#775)louist103
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-12-26Consistent naming for Math_ functions (#542)petrie911
2020-12-03ovl_Door_Shutter OK (#413)Tharo
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-05-01Decompile z_map_exp.c (2 non matchings left) (#104)Roman971
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-04-05Fixes in PR #50Random
2020-04-04Add log macrosRandom
2020-03-30Decompile z_elf_message.c (1 non matching left)Roman971
2020-03-17First proper commit.Jack Walker