mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
Audio Ocarina Documentation (#1026)
* Begin ocarina documentation * Many ocarina-related docs * More ocarina docs * Introduce Ocarina Fonts Enum * Fix ocarina font enum * Fix incorrect documentation, more documentation * Ocarina recording documentation * cleanup * Small touch-ups * Fix font -> instrument * format * Better docs on playback, memory game * more cleanup * Add z64ocarina.h * Clean up names * final cleanup * typo * Fix description * better docs * Fix channel -> channelIdx * Fix old "font" name to correct "instrument" name, add io port docs * Add comments to clarify certain lines/functions * format * Rename noteIdx to pitch * Missed a name * Add comment on pitch * `reset` -> `SetInstrument` and `displayed` -> `playback` * Clarify audio_update and windmill comment * Minor PR fixes * Revert Audio_Update because there are 2 different Audio_Update functions * PR Feedback * Ocarina Idx -> Index * Introduce OCARINA_BTN_C_RIGHT_OR_C_LEFT * PR Suggestions * Next PR Suggestions * Next PR Feedback * consistency * Better docs (PR) * Better comment
This commit is contained in:
parent
6cd8029cd5
commit
95b4317931
26 changed files with 1872 additions and 1593 deletions
|
@ -533,8 +533,8 @@ void func_80111070(void) {
|
|||
VREG(25) = 0;
|
||||
VREG(26) = 0;
|
||||
VREG(27) = 0;
|
||||
R_OCARINA_NOTES_XPOS = 98;
|
||||
R_OCARINA_NOTES_XPOS_OFFSET = 18;
|
||||
R_OCARINA_BUTTONS_XPOS = 98;
|
||||
R_OCARINA_BUTTONS_XPOS_OFFSET = 18;
|
||||
VREG(30) = 0;
|
||||
VREG(31) = 0;
|
||||
VREG(32) = 0;
|
||||
|
@ -551,13 +551,13 @@ void func_80111070(void) {
|
|||
VREG(42) = 250;
|
||||
VREG(43) = 440;
|
||||
VREG(44) = 10;
|
||||
R_OCARINA_NOTES_YPOS(0) = 190;
|
||||
R_OCARINA_NOTES_YPOS(1) = 184;
|
||||
R_OCARINA_NOTES_YPOS(2) = 176;
|
||||
R_OCARINA_NOTES_YPOS(3) = 172;
|
||||
R_OCARINA_NOTES_YPOS(4) = 170;
|
||||
R_OCARINA_BUTTONS_YPOS(0) = 190;
|
||||
R_OCARINA_BUTTONS_YPOS(1) = 184;
|
||||
R_OCARINA_BUTTONS_YPOS(2) = 176;
|
||||
R_OCARINA_BUTTONS_YPOS(3) = 172;
|
||||
R_OCARINA_BUTTONS_YPOS(4) = 170;
|
||||
VREG(50) = 30;
|
||||
R_OCARINA_NOTES_YPOS_OFFSET = 0;
|
||||
R_OCARINA_BUTTONS_YPOS_OFFSET = 0;
|
||||
VREG(52) = -16;
|
||||
VREG(53) = 230;
|
||||
VREG(54) = 230;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue