index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
code
/
z_sram.c
Age
Commit message (
Expand
)
Author
2024-01-12
Replace most osSyncPrintf calls with PRINTF macro (#1598)
cadmic
2024-01-09
Create debug macros for common functions (#1597)
cadmic
2023-08-13
Split `SaveContext` into sub-structs (#1393)
Dragorn421
2023-01-10
Fix misc 19 (#1488)
Dragorn421
2022-12-05
Cleanup post good scene names (#1452)
Dragorn421
2022-11-26
Name scenes (scene enum, entrance enum, various identifiers) (#1343)
Dragorn421
2022-11-16
Update item names (#1376)
Dragorn421
2022-11-01
Rename `vt.h` to `terminal.h` (#1339)
Dragorn421
2022-10-15
Enum comments on some arrays (#1404)
Dragorn421
2022-10-13
Fix misc 17 (#1392)
Dragorn421
2022-08-23
Minor Misc Cleanup (#1360)
engineer124
2022-07-31
sceneNum -> sceneId (#1338)
Derek Hensley
2022-06-23
Rename game states (#1294)
Dragorn421
2022-06-13
Fix misc 14 (#1279)
Dragorn421
2022-05-23
Document Magic (#1199)
engineer124
2022-05-21
PlayState Rename (#1231)
fig02
2022-05-20
Environment documentation pass (#1115)
fig02
2022-05-09
Introduce DEFINE_ENTRANCE for entrance table and create entrance enum (#1213)
fig02
2022-05-09
Audio Ocarina Documentation (#1026)
engineer124
2022-05-02
Memstuff (#1164)
EllipticEllipsis
2022-04-30
Doc equips usage (inventory, current and player-specific constants) (#1142)
Dragorn421
2022-04-29
Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...
Dragorn421
2022-02-13
Use `__builtin_offsetof` for non IDO builds (#1140)
Anghelo Carvajal
2022-01-24
proposal for link age macros (#1119)
playerskel
2021-11-28
Cleanup unnecessary &'s on function/array pointers (#1031)
Roman971
2021-11-22
z_message_PAL, message_data_static and surrounding doc (#996)
Tharo
2021-11-15
File Select (z_file_choose) OK (#1012)
fig02
2021-10-11
Fix a few warnings (#998)
Dragorn421
2021-10-02
Fix/cleanup/rephrase miscellaneous stuff (#983)
Dragorn421
2021-09-20
Decompile z_kankyo (#956)
petrie911
2021-09-04
Cleanup translation comments (#924)
Dragorn421
2021-06-01
z_sram OK (#834)
Zelllll
2021-05-02
Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)
Roman971
2021-04-29
`assert` macro OK (#755)
Anghelo Carvajal
2021-04-05
Match Sram_OpenSave from z_sram.c (#759)
Roman971
2020-12-04
Matched EnMb and EnDoor (#510)
petrie911
2020-12-02
ovl_En_Nb Decompiled (#298)
Lucas Shaw
2020-12-01
En_Nwc (#475)
petrie911
2020-12-01
Decompiled ovl_En_Zl3 (2 non-matchings) (#491)
Ethan Roseman
2020-11-19
Three new matching functions (#492)
petrie911
2020-10-11
Decompile z_sram.c (#431)
Random
2020-10-03
libultra cleanup (#215)
Random
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker