Skip to content

Commit

Permalink
Re-adjusted Rock Smash Items
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 1, 2024
1 parent 0f68715 commit 6783b82
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions engine/events/checkforhiddenitems.asm
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ RockItemEncounter:
ret
.RockItems:
db 4, STAR_PIECE
db 2, STAR_PIECE
db 6, NUGGET
db 12, BIG_PEARL
db 13, BIG_PEARL
db 16, STARDUST
db 18, REVIVE
db 24, PEARL
db 48, GOLD_LEAF
db 48, SILVER_LEAF
db 25, PEARL
db 51, GOLD_LEAF
db 51, SILVER_LEAF
db 64, BRICK_PIECE
db -1

0 comments on commit 6783b82

Please sign in to comment.