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_message_PAL.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-11-22
Misc Cleanup (#1585)
engineer124
2023-08-19
En_Cow Doc (#1492)
Billy
2023-08-13
Split `SaveContext` into sub-structs (#1393)
Dragorn421
2023-02-26
Minor Misc Cleanup 2 (#1422)
engineer124
2023-01-10
Fix misc 19 (#1488)
Dragorn421
2022-12-20
Name `Message_StartOcarina` and related things (#1473)
fig02
2022-12-12
Some cleanup/doc on the item icons (#1263)
Dragorn421
2022-11-26
Document Surface Material (#1447)
engineer124
2022-11-26
Name scenes (scene enum, entrance enum, various identifiers) (#1343)
Dragorn421
2022-11-22
Document Hud Mode (#1323)
engineer124
2022-11-16
More documentation for `z_std_dma.c` (#1415)
Tharo
2022-11-16
Document Timers (#1412)
engineer124
2022-11-01
Rename `vt.h` to `terminal.h` (#1339)
Dragorn421
2022-10-02
Use intptr types in more code files (#1385)
Roman971
2022-07-31
sceneNum -> sceneId (#1338)
Derek Hensley
2022-07-30
Rename "Sound" to "Sfx" (#1292)
engineer124
2022-07-27
Fix TEXTBOX_POS issue (#1329)
mzxrules
2022-06-24
Fix misc 15 (#1298)
Dragorn421
2022-06-20
Document Viewpoints and Scene Cam Types (#1285)
engineer124
2022-06-11
Minor cleanups in z_std_dma.c and yaz0.c (#1269)
Roman971
2022-06-06
Fix asset file includes to always start with assets/ (#1260)
Roman971
2022-06-03
Add enum for setup dls and name `z_rcp.c` functions (#1196)
Dragorn421
2022-06-03
Fix a number of warnings when compiling with GCC (#1239)
Tharo
2022-05-21
PlayState Rename (#1231)
fig02
2022-05-12
Document Sub-Cameras (#989)
engineer124
2022-05-09
Audio Ocarina Documentation (#1026)
engineer124
2022-05-08
Fixup weird horse flags usage (#1214)
Dragorn421
2022-05-02
Memstuff (#1164)
EllipticEllipsis
2022-04-30
Doc equips usage (inventory, current and player-specific constants) (#1142)
Dragorn421
2022-04-29
Cleanup `clang-format off` (#1195)
Dragorn421
2022-04-29
Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...
Dragorn421
2022-04-23
Name variables for Audio_PlaySoundGeneral (#1198)
engineer124
2022-04-23
Parameter/Item Misc Cleanup (#1201)
engineer124
2022-04-09
Names for some view things (#1191)
Robin Allen
2022-02-27
Doc misc 1 (#1160)
Dragorn421
2021-11-30
libultra files and directories restructure (#1038)
Tharo
2021-11-22
z_message_PAL, message_data_static and surrounding doc (#996)
Tharo
2021-06-15
Interface improvements (#822)
Zelllll
2020-10-03
libultra cleanup (#215)
Random
2020-05-26
Move last 3 functions in z_message_PAL.c to a separate file (#158)
Roman971
2020-05-06
Fix some jump table labels being treated as separate functions (#120)
Roman971
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker