Skip to content

Commit

Permalink
Merge branch 'ladx/show-message-for-all-key-drops' into ladx/improve-…
Browse files Browse the repository at this point in the history
…foreign-item-icon-guessing
  • Loading branch information
threeandthreee committed Nov 5, 2024
2 parents 6094d8a + 699f305 commit 4bd038b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions worlds/ladx/LADXR/patches/droppedKey.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ def fixDroppedKey(rom):
ld a, $06 ; giveItemMultiworld
rst 8
ldh a, [$F1] ; Load active sprite variant to see if this is just a normal small key
cp $1A
jr z, isAKey
;Show message (if not a key)
;Show message
ld a, $0A ; showMessageMultiworld
rst 8
isAKey:
ret
"""))
rom.patch(0x03, 0x24B7, "3E", "3E") # sanity check
Expand Down

0 comments on commit 4bd038b

Please sign in to comment.