LADX: define filler item, fix for extra golden leaves (#3918)

* set filler item
also rename "Master Stalfos' Message" to "Nothing" as it shows up in game, and "Gel" to "Zol Attack"

* fix for extra gold leaves

* fix for start_inventory
This commit is contained in:
Alex Nordstrom
2024-09-20 10:18:09 -04:00
committed by GitHub
parent 1b15c6920d
commit 79942c09c2
3 changed files with 8 additions and 4 deletions

View File

@@ -83,8 +83,8 @@ class ItemName:
RUPEES_200 = "200 Rupees"
RUPEES_500 = "500 Rupees"
SEASHELL = "Seashell"
MESSAGE = "Master Stalfos' Message"
GEL = "Gel"
MESSAGE = "Nothing"
GEL = "Zol Attack"
BOOMERANG = "Boomerang"
HEART_PIECE = "Heart Piece"
BOWWOW = "BowWow"