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"
This commit is contained in:
parent
bd4850b2b5
commit
025309ec64
|
@ -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?
|
||||
|
||||
|
|
|
@ -380,6 +380,10 @@ Items:
|
|||
Keycard: |-
|
||||
A key from
|
||||
the future?
|
||||
|
||||
Something: |-
|
||||
A small victory!
|
||||
|
||||
default: |-
|
||||
Don't waste
|
||||
your time!
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue