mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 03:41:47 -07:00
load marin singing even if you have marin date
https://github.com/daid/LADXR/commit/4feb3099a3f3a144739094f88a4024def6f79767
This commit is contained in:
@@ -72,6 +72,10 @@ def upgradeMarin(rom):
|
||||
rst 8
|
||||
"""), fill_nop=True)
|
||||
|
||||
# Load marin singing even if you have the marin date
|
||||
rom.patch(0x03, 0x0A91, ASM("jp nz, UnloadEntity"), "", fill_nop=True)
|
||||
rom.patch(0x05, 0x0E6E, ASM("jp nz, $7B4B"), "", fill_nop=True)
|
||||
|
||||
|
||||
def upgradeManbo(rom):
|
||||
# Instead of checking if we have the song, check if we have a specific room flag set
|
||||
|
||||
Reference in New Issue
Block a user