Skip to content

Commit

Permalink
Remove twinmold improvement as it is half-baked.
Browse files Browse the repository at this point in the history
Will need to go back and do more work to make twinmold a bit easier to handle.
  • Loading branch information
PhlexPlexico committed Dec 20, 2023
1 parent cb6b675 commit 288ab21
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 @@ -235,9 +235,9 @@ SECTIONS{
*(.patch_OverrideItemID)
}

.patch_TwinmoldConsistentDamage 0x28E544 : {
/* .patch_TwinmoldConsistentDamage 0x28E544 : {
*(.patch_TwinmoldConsistentDamage)
}
} */

.patch_FasterBlockMovement 0x2AC634 : {
*(.patch_FasterBlockMovement)
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 @@ -279,10 +279,10 @@ patch_HandleOcarinaHooks:
b hook_HandleOcarina

@ Remove call from twinmold->life -= twinmold_min_damage.
.section .patch_TwinmoldConsistentDamage
.global patch_TwinmoldConsistentDamage
patch_TwinmoldConsistentDamage:
nop
@ .section .patch_TwinmoldConsistentDamage
@ .global patch_TwinmoldConsistentDamage
@ patch_TwinmoldConsistentDamage:
@ nop

.section .patch_FasterBlockMovement
.global patch_FasterBlockMovement
Expand Down

0 comments on commit 288ab21

Please sign in to comment.