mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 10:54:44 +00:00
Various SFX fixes (#237)
* Various SFX fixes * Fix sfx references in z_en_zl2.c
This commit is contained in:
parent
a5aee3d691
commit
61544b873d
45 changed files with 362 additions and 342 deletions
|
@ -3518,7 +3518,7 @@ s32 Camera_ChangeMode(Camera* camera, s16 mode, u8 arg2) {
|
|||
if (camera->status == 7) {
|
||||
switch (phi_v0) {
|
||||
case 1:
|
||||
func_80078884(NA_SE_PL_WALK_GROUND);
|
||||
func_80078884(NA_SE_PL_WALK_GROUND - SFX_FLAG);
|
||||
break;
|
||||
case 2:
|
||||
if (1 == camera->globalCtx->roomCtx.curRoom.unk_03) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue