summaryrefslogtreecommitdiff
path: root/src/code/code_80097A00.c
AgeCommit message (Expand)Author
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-12-12Some cleanup/doc on the item icons (#1263)Dragorn421
2022-11-16Update item names (#1376)Dragorn421
2022-10-15Enum comments on some arrays (#1404)Dragorn421
2022-06-06Fix asset file includes to always start with assets/ (#1260)Roman971
2022-05-21PlayState Rename (#1231)fig02
2022-05-17Doc misc 5 (#1223)Dragorn421
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-26Various minor cleanups (#1029)Roman971
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-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2021-02-12Decompile en_sw (#679)krimtonz
2020-10-13A few minor fixes/cleanups (#449)Roman971
2020-10-11Decompile z_sram.c (#431)Random
2020-10-03libultra cleanup (#215)Random
2020-09-18Decompile Player (#387)Roman971
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker