forked from LagoLunatic/wwrando
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
53 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
files/rels/d_a_ship.rel: | ||
10732: [72, 0, 0, 100] | ||
10760: [72, 0, 0, 72] | ||
10788: [72, 0, 0, 16] | ||
45784: [72, 0, 0, 24] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
; Modify the code for warping with the Ballad of Gales to get rid of the cutscene that accompanies it. | ||
.open "files/rels/d_a_ship.rel" | ||
.org 0x7A10 | ||
; Get rid of the line that checks if KoRL has reached a high enough Y pos to start the warp yet. | ||
nop | ||
.org 0x7680 | ||
; Get rid of the line that plays the warping music, since it would continue playing after the warp has happened. | ||
nop | ||
.close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
files/rels/d_a_ship.rel: | ||
31248: [96, 0, 0, 0] | ||
30336: [96, 0, 0, 0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
;Remove song replays, where Link plays a fancy animation to conduct the song after the player plays it. | ||
.open "sys/main.dol" | ||
.org 0x8014ECE0 | ||
; Originally checked if the "You conducted..." text box has disappeared. | ||
; Remove that check. | ||
nop | ||
.org 0x8014EF28 | ||
; Originally checked if Link's conducting animation has finished playing. | ||
; Remove that check. | ||
nop | ||
.close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
sys/main.dol: | ||
2148855008: [96, 0, 0, 0] | ||
2148855592: [96, 0, 0, 0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
; Allow turning while swinging on ropes. | ||
.open "sys/main.dol" ; In procRopeSwing__9daPy_lk_cFv | ||
.org 0x80145648 | ||
b turn_while_swinging | ||
.close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sys/main.dol: | ||
2148816456: [72, 43, 132, 168] |