Skip to content

Commit

Permalink
show message for all key drops
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Oct 28, 2024
1 parent 6094d8a commit 699f305
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 699f305

Please sign in to comment.