diff options
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index fbfc9dcb0..cbf9983ad 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -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; |
