Skip to content

Commit

Permalink
Adjusted Rock Smash Item Rarities
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Sep 9, 2024
1 parent 93aa6ee commit 282a102
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engine/events/checkforhiddenitems.asm
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ RockItemEncounter:
ret
.RockItems:
db 2, STAR_PIECE
db 6, NUGGET
db 2, NUGGET
db 6, STAR_PIECE
db 13, BIG_PEARL
db 16, STARDUST
db 18, REVIVE
db 25, PEARL
db 51, GOLD_LEAF
db 25, GOLD_LEAF
db 38, PEARL
db 51, SILVER_LEAF
db 64, BRICK_PIECE
db 64, OPAL_SHARD
db -1

0 comments on commit 282a102

Please sign in to comment.