mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-16 19:09:15 +01:00
Compare commits
2 Commits
c7de9df809
...
faa3367fa3
Author | SHA1 | Date | |
---|---|---|---|
|
faa3367fa3 | ||
|
7ab3615add |
@ -23,7 +23,7 @@ void EnTest7_Update(Actor* thisx, PlayState* play) {
|
||||
|
||||
// @recomp Allow skipping the Song of Soaring cutscene.
|
||||
Input* input = CONTROLLER1(&play->state);
|
||||
if (CHECK_BTN_ALL(input->press.button, BTN_A) && OWL_WARP_CS_GET_OCARINA_MODE(&this->actor) != ENTEST7_ARRIVE) {
|
||||
if (CHECK_BTN_ANY(input->press.button, BTN_A | BTN_B) && (OWL_WARP_CS_GET_OCARINA_MODE(&this->actor) != ENTEST7_ARRIVE)) {
|
||||
func_80AF2350(thisx, play);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user