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?
|
## 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?
|
## When the player receives an item, what happens?
|
||||||
|
|
||||||
|
|
|
@ -380,6 +380,10 @@ Items:
|
||||||
Keycard: |-
|
Keycard: |-
|
||||||
A key from
|
A key from
|
||||||
the future?
|
the future?
|
||||||
|
|
||||||
|
Something: |-
|
||||||
|
A small victory!
|
||||||
|
|
||||||
default: |-
|
default: |-
|
||||||
Don't waste
|
Don't waste
|
||||||
your time!
|
your time!
|
||||||
|
|
|
@ -23,7 +23,8 @@ certain items to your own world.
|
||||||
|
|
||||||
## What does another world's item look like in Super Metroid?
|
## 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?
|
## What does another world's item look like in LttP?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue