Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with Kakariko Gate patch resulting in 2.2 GB patched.z64 rom #2352

Open
wants to merge 2 commits into
base: Dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ASM/src/hacks/ovl_bg_gate_shutter.asm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;==================================================================================================
; gate opening x
; Replaces: lui at, 0x4000 ;2.0f
.orga 0x80A50C2C
.org 0x80A50C2C
lui at, 0x40D0 ;6.5f

; gate opening z
Expand All @@ -26,7 +26,7 @@
; lui a3, 0x3E99
; ori a3, a3, 0x999A
; ori a2, a2, 0xCCCD
.orga 0x80A50C3C
.org 0x80A50C3C
lui a2, 0x4000
sub.s f8, f4, f6
lui a3, 0x4000
Expand All @@ -35,7 +35,7 @@

; gate closing x
; Replaces: lui at, 0x4000 ;2.0f
.orga 0x80A50D04
.org 0x80A50D04
lui at, 0x40D0 ;6.5f

; gate closing z
Expand All @@ -44,7 +44,7 @@
; lui a3, 0x3E99
; ori a3, a3, 0x999A
; ori a2, a2, 0xCCCD
.orga 0x80A50D14
.org 0x80A50D14
lui a2, 0x4000
add.s f8, f4, f6
lui a3, 0x4000
Expand Down
10 changes: 10 additions & 0 deletions data/generated/rom_patch.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading