Skip to content

Commit

Permalink
Add in one more hook to spawn in the proper remains on the portal.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Jul 19, 2024
1 parent aa4b143 commit 71a7fa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/mm.ld
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@ SECTIONS{
*(.patch_OverrideRemainSpawnTwo)
}

.patch_OverrideRemainSpawnThree 0x4ABF20 : {
*(.patch_OverrideRemainSpawnThree)
}


.patch_RemoveKafeiItemFromExtSlot 0x4AD1B8 : {
*(.patch_RemoveKafeiItemFromExtSlot)
}
Expand Down
5 changes: 5 additions & 0 deletions code/source/asm/item_override_patches.s
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ patch_OverrideRemainSpawn:
patch_OverrideRemainSpawnTwo:
bl hook_OverrideRemainSpawn

.section .patch_OverrideRemainSpawnThree
.global patch_OverrideRemainSpawnThree
patch_OverrideRemainSpawnThree:
bl hook_OverrideRemainSpawn

.section .patch_OverrideWalletSpiderHouseTwo
.global patch_OverrideWalletSpiderHouseTwo
patch_OverrideWalletSpiderHouseTwo:
Expand Down

0 comments on commit 71a7fa2

Please sign in to comment.