mermaid statue scale bugfix

https://github.com/daid/LADXR/pull/163
This commit is contained in:
Alex Nordstrom
2024-08-20 11:14:19 -04:00
parent b71a7f6f0b
commit 189facb3ef

View File

@@ -265,8 +265,11 @@ def patchMermaidStatue(rom):
and $10 ; scale
ret z
ldh a, [$F8]
and $20
and $20 ; ROOM_STATUS_EVENT_2
ret nz
ld hl, wTradeSequenceItem2
res 4, [hl] ; take the trade item
"""), fill_nop=True)