mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-07 11:57:27 -04:00
Audio Sfx Functions Decompiled and Documented (code_8019AF00.c) (#1242)
* sfx decomp and docs * function headers * namefixer * oops * better sfx name * PR review * namefixer * PR review * float * namefixer * namefixer * namefixer * PR Suggestions
This commit is contained in:
@@ -230,9 +230,9 @@ void Map_Update(PlayState* play) {
|
||||
if ((play->pauseCtx.state <= PAUSE_STATE_OPENING_2) && (CHECK_BTN_ALL(controller->press.button, BTN_L)) &&
|
||||
!Play_InCsMode(play) && !func_80106530(play)) {
|
||||
if (!R_MINIMAP_DISABLED) {
|
||||
play_sound(NA_SE_SY_CAMERA_ZOOM_UP);
|
||||
Audio_PlaySfx(NA_SE_SY_CAMERA_ZOOM_UP);
|
||||
} else {
|
||||
play_sound(NA_SE_SY_CAMERA_ZOOM_DOWN);
|
||||
Audio_PlaySfx(NA_SE_SY_CAMERA_ZOOM_DOWN);
|
||||
}
|
||||
|
||||
R_MINIMAP_DISABLED ^= 1;
|
||||
|
||||
Reference in New Issue
Block a user