From 025309ec64e4449ee82614059602d7f2447618a9 Mon Sep 17 00:00:00 2001 From: lordlou <87331798+lordlou@users.noreply.github.com> Date: Sun, 17 Jul 2022 20:40:23 -0400 Subject: [PATCH] SMZ3: Pedestal hint (#792) * - fixed missing pedestal and tablets hint text for foreign items (was "Don't waste yout time!", is now "A small victory!") - small precision to SMZ3 and SM docs about "What does another world's item look like in Super Metroid" --- worlds/sm/docs/en_Super Metroid.md | 3 ++- worlds/smz3/TotalSMZ3/Text/Scripts/General.yaml | 4 ++++ worlds/smz3/docs/en_SMZ3.md | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) 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?