# Port of Zelda Time Return of the Hylian to PS Vita
## VPK
Latest version is available [here](https://github.com/usineur/ZeldaROTH/releases/latest).
Note: saves can be found in `ux0:data/zroth/save` directory.
## Controls:
**On game selection screen / Inside inventory**
| Keys |   |
| --- | --- |
| D-Pad | Navigate |
| Cross | Select game / Close inventory |
**In-game**
| Keys |   |
| --- | --- |
| Left stick | Move Link |
| Right stick | Look around |
| Cross | Carry without gloves / Confirm / Pass text |
| Circle | Read / Open / Speak |
| Square | Use weapon |
| Triangle | Use selected object |
| Left D-Pad | See the map |
| Right D-Pad | Item selection |
| Up D-Pad | Open encyclopedia |
| L / R | L : Run (lock) / R : Run (Unlock if L pressed previously) |
| Select | Display help |
| Start | Save quit |
## Credits:
Vincent Jouillat - Original game (http://www.zeldaroth.fr/us/zroth.php)
## Changelog:
1.3:
- Many thanks to @NicolasR for:
- Multilingual support
- Language detection
- Integration of French, German and Spanish translations
1.2.1:
- Add "Fullscreen" option
- Add "Auto-hide menu bar" option
- Imgui settings can now be saved and reloaded.
1.2:
- SDL 1.2 (vitaGL) + imgui support (thx to @Rinnegatamante)
1.1:
- Improve performances (Fix memory leaks, smoother animation)
- External data files are **not** required anymore
- New key mapping (thx to @littlebalup)
1.0:
- First public release