diff --git a/worlds/sm/docs/en_Super Metroid.md b/worlds/sm/docs/en_Super Metroid.md index 44a292f5..941cbf48 100644 --- a/worlds/sm/docs/en_Super Metroid.md +++ b/worlds/sm/docs/en_Super Metroid.md @@ -23,7 +23,8 @@ certain items to your own world. ## What does another world's item look like in Super Metroid? -A unique item sprite has been added to the game to represent items belonging to another world. +Two unique item sprites have been added to the game to represent items belonging to another world. Progression items have +a small up arrow on the sprite and non-progression don't. ## When the player receives an item, what happens? diff --git a/worlds/smz3/TotalSMZ3/Text/Scripts/General.yaml b/worlds/smz3/TotalSMZ3/Text/Scripts/General.yaml index c0eae5bb..12b5271e 100644 --- a/worlds/smz3/TotalSMZ3/Text/Scripts/General.yaml +++ b/worlds/smz3/TotalSMZ3/Text/Scripts/General.yaml @@ -380,6 +380,10 @@ Items: Keycard: |- A key from the future? + + Something: |- + A small victory! + default: |- Don't waste your time! diff --git a/worlds/smz3/docs/en_SMZ3.md b/worlds/smz3/docs/en_SMZ3.md index 91dace7b..f0302d12 100644 --- a/worlds/smz3/docs/en_SMZ3.md +++ b/worlds/smz3/docs/en_SMZ3.md @@ -23,7 +23,8 @@ certain items to your own world. ## What does another world's item look like in Super Metroid? -A unique item sprite has been added to the game to represent items belonging to another world. +Two unique item sprites have been added to the game to represent items belonging to another world. Progression items have +a small up arrow on the sprite and non-progression don't. ## What does another world's item look like in LttP?