More actions
(Created page with "{{Infobox-3DS-Homebrews | title = PokeViewNTR | image = https://dlhb.gamebrew.org/3dshomebrew/PokeViewNTR-3DS.jpg|250px | type = Hack Utilities | version = v0.2-alpha | lastup...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = PokeViewNTR | | title = PokeViewNTR | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/PokeViewNTR- | | image = https://dlhb.gamebrew.org/3dshomebrew/PokeViewNTR-01.png|250px | ||
| type = Hack Utilities | | type = Hack Utilities | ||
| version = v0.2-alpha | | version = v0.2-alpha | ||
Line 8: | Line 8: | ||
| author = dragonfyre173 | | author = dragonfyre173 | ||
| website = https://github.com/dragonfyre173/PokeViewNTR | | website = https://github.com/dragonfyre173/PokeViewNTR | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/ | | download = https://dlhb.gamebrew.org/3dshomebrew/PokeViewNTRv0.2.7z | ||
| source = https://github.com/dragonfyre173/PokeViewNTR | | source = https://github.com/dragonfyre173/PokeViewNTR | ||
}} | }} | ||
==PokeViewNTR== | |||
Wild pokemon information display for Pokemon Sun and Moon | |||
Hotkeys are defined in [https://github.com/dragonfyre173/PokeViewNTR/blob/master/source/helpers.h helpers.h] | |||
== Disclaimer == | |||
By using this plugin, you accept the possibility that your save may be damaged, possibly irreversibly, by this tool. This tool does | |||
By using this plugin, you accept the possibility that | |||
your save may be damaged, possibly irreversibly, by this tool. This tool does | |||
not alter the game's memory, so that is rare, but it is nonetheless a possibility. | not alter the game's memory, so that is rare, but it is nonetheless a possibility. | ||
This has been tested with a New 3DS running USA Pokemon Moon v1.1. If using | |||
a different version of the game, the tool may either work differently than expected | This has been tested with a New 3DS running USA Pokemon Moon v1.1. If using a different version of the game, the tool may either work differently than expected or not at all. This is because the offsets used may change between versions. | ||
or not at all. This is because the offsets used may change between versions. | |||
== Usage == | |||
* Start: Enable/Disable Overlay | * Start: Enable/Disable Overlay | ||
* R: Next target | * R: Next target | ||
* L: Previous target | * L: Previous target | ||
Despite Sun and Moon only having double battles, there are four valid targets. | Despite Sun and Moon only having double battles, there are four valid targets. | ||
== Targets == | |||
* 1: Primary target | * 1: Primary target | ||
* 2: Secondary target in a normal double battle | * 2: Secondary target in a normal double battle | ||
* 3-7: Reserved for SOS battles. They seem to archive the order ally pokemon arrive in, but I'm not 100% sure how they work. | * 3-7: Reserved for SOS battles. They seem to archive the order ally pokemon arrive in, but I'm not 100% sure how they work. | ||
== Credits == | |||
* drgoku282's [PKMN-NTR](https://github.com/drgoku282/PKMN-NTR) for memory offsets, pokemon decryption, and battle detection | * drgoku282's [PKMN-NTR](https://github.com/drgoku282/PKMN-NTR) for memory offsets, pokemon decryption, and battle detection | ||
* Hartmannaf's [PokemonCheatPlugin](https://github.com/hartmannaf/PokemonCheatPlugin) for input listening | * Hartmannaf's [PokemonCheatPlugin](https://github.com/hartmannaf/PokemonCheatPlugin) for input listening |
Revision as of 08:23, 29 September 2021
Template:Infobox-3DS-Homebrews
PokeViewNTR
Wild pokemon information display for Pokemon Sun and Moon Hotkeys are defined in helpers.h
Disclaimer
By using this plugin, you accept the possibility that your save may be damaged, possibly irreversibly, by this tool. This tool does not alter the game's memory, so that is rare, but it is nonetheless a possibility.
This has been tested with a New 3DS running USA Pokemon Moon v1.1. If using a different version of the game, the tool may either work differently than expected or not at all. This is because the offsets used may change between versions.
Usage
- Start: Enable/Disable Overlay
- R: Next target
- L: Previous target
Despite Sun and Moon only having double battles, there are four valid targets.
Targets
- 1: Primary target
- 2: Secondary target in a normal double battle
- 3-7: Reserved for SOS battles. They seem to archive the order ally pokemon arrive in, but I'm not 100% sure how they work.
Credits
- drgoku282's [PKMN-NTR](https://github.com/drgoku282/PKMN-NTR) for memory offsets, pokemon decryption, and battle detection
- Hartmannaf's [PokemonCheatPlugin](https://github.com/hartmannaf/PokemonCheatPlugin) for input listening
- 44760's [NTR Overlay Samples](https://github.com/44670/ntr_overlay_samples) for a skeleton of this plugin