forked from Roman971/OoT-Randomizer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # ASM/build/asm_symbols.txt # data/generated/patch_symbols.json # data/generated/rom_patch.txt # data/generated/symbols.json
- Loading branch information
Showing
9 changed files
with
38,419 additions
and
38,384 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,18 @@ | ||
.headersize (0x80AD1C20 - 0xE51A60) | ||
|
||
; Control if Fado (blonde Kokiri girl) can spawn in Lost Woods | ||
.org 0x80AD3A84 ; Fado branch at end of EnKo_CanSpawn (called by EnKo_Init), override to always true | ||
addiu t5, $zero, 0x0031 | ||
.org 0x80AD3EB0 ; end of EnKo_Init, controls Fado spawn | ||
jal check_fado_spawn_flags | ||
sw t8, 0x0180(s0) | ||
lw $ra, 0x001C($sp) | ||
lw s0, 0x0018($sp) | ||
jr $ra | ||
addiu $sp, $sp, 0x0020 | ||
|
||
; Fix Fado's text id when trading in the odd potion out of order | ||
.org 0x80AD37A4 ; vrom 0xE535E4 | ||
sh t2, 0x010E(s0) | ||
|
||
.headersize 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.