mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[BotW] Fix location being stretched and unfix cutscene
Apparently lowering the FPS doesn't fix the opening cutscene completely while setting the FPS to 30FPS does. Needs a more extensive fix, so for now I can remove some of the limitations.
This commit is contained in:
parent
5df0a53ba6
commit
24141bfbaa
@ -656,8 +656,8 @@ beq scalePaneNormal
|
||||
b exitScale
|
||||
scaleMainScreenLocationTextPanes:
|
||||
addi r5, r31, 0x80
|
||||
lis r10, str_N_In_00@ha
|
||||
addi r10, r10, str_N_In_00@l
|
||||
lis r10, str_Pa_LocationName_00@ha
|
||||
addi r10, r10, str_Pa_LocationName_00@l
|
||||
bla _compareString
|
||||
beq scalePaneNormal
|
||||
b exitScale
|
||||
|
@ -83,8 +83,8 @@ beq _setCutscene30FPSLimit
|
||||
cmpwi r22, 3340 ; demo334_0 ; Perhaps the crash at the end of vah ruta
|
||||
beq _setCutscene30FPSLimit
|
||||
|
||||
cmpwi r22, 1020 ; demo102_0 ; Start Game - Bright light waking up link on blackscreen
|
||||
beq _setCutscene30FPSLimit
|
||||
# cmpwi r22, 1020 ; demo102_0 ; Start Game - Bright light waking up link on blackscreen
|
||||
# beq _setCutscene30FPSLimit
|
||||
cmpwi r22, 1690 ; demo169_0 ; Start Game - Zelda waking up link dialogue on blackscreen
|
||||
beq _setCutscene30FPSLimit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user