Skip to content

Commit

Permalink
Remove Trt check for clearing swamp. The flag is reset on song of tim…
Browse files Browse the repository at this point in the history
…e. (#87)
  • Loading branch information
PhlexPlexico authored Jul 18, 2024
1 parent c6283bf commit aa4b143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/mm.ld
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ SECTIONS{
*(.patch_HandleOcarinaHooks)
}

.patch_RemoveWoodfallClearConditionFromBoatHouse 0x6737E8 : {
/* .patch_RemoveWoodfallClearConditionFromBoatHouse 0x6737E8 : {
*(.patch_RemoveWoodfallClearConditionFromBoatHouse)
}
} */

. = 0x61CD8C;
/* Addr already 4 byte aligned! */
Expand Down
8 changes: 4 additions & 4 deletions code/source/asm/patches.s
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ RemoveJimWhenExitingHideout_patch:
@ and should always evaluate to false.
@ https://github.com/zeldaret/mm/blob/6541532abb5c03088ad67748bbb23965c654127e/src/overlays/actors/ovl_En_Dnh/z_en_dnh.c#L21
@ https://github.com/zeldaret/mm/blob/main/include/z64msgevent.h#L354
.section .patch_RemoveWoodfallClearConditionFromBoatHouse
.global patch_RemoveWoodfallClearConditionFromBoatHouse
patch_RemoveWoodfallClearConditionFromBoatHouse:
.byte 0x0C
@ .section .patch_RemoveWoodfallClearConditionFromBoatHouse
@ .global patch_RemoveWoodfallClearConditionFromBoatHouse
@ patch_RemoveWoodfallClearConditionFromBoatHouse:
@ .byte 0x0C

.section .patch_loader
.global loader_patch
Expand Down

0 comments on commit aa4b143

Please sign in to comment.