Skip to content

Commit f02c750

Browse files
authored
Merge pull request #37 from Gin890/postMMO
Add PostMMOSpawnReset wiki
2 parents 1dde015 + ec3b1e0 commit f02c750

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# Post-MMO Spawn Reset
2+
3+
## Program Description
4+
5+
Shiny hunt Pokémon by resetting spawns after MMO finishes.
6+
7+
When MMO happens, the usual spawns (including alpha spawns) around an MMO spawn point is suppressed.
8+
When you are near such location when MMO finishes, save and reset the game, the usual spawns will then appear around you and
9+
they are different with each reset, meaning you can get shiny this way.
10+
11+
This program will repeatedly resetting the game and stop when it hears a shiny.
12+
13+
This program can be used to shiny-hunt every Pokémon from the spawn points (including alpha spawn points) that overlap with MMO spawns.
14+
15+
16+
<!-- <img src="images/ShinyHunt-FlagPin-0.png"> -->
17+
18+
<!-- Demo Video: https://cdn.discordapp.com/attachments/755635697737531544/952330044246749224/2022-03-12_16-14-49.mp4 -->
19+
20+
21+
### Settings
22+
23+
1. Screen size: Must be 100% within the Switch settings
24+
2. Video Resolution: 1080p or higher in program settings
25+
3. Audio input is properly setup.
26+
4. Text speed is fast.
27+
5. Vertical and Horizontal camera controls are both ***Regular***. Do not set either one to inverted.
28+
6. Camera sensititivy it at the default value of 3.
29+
7. Auto-save is off.
30+
31+
32+
### Instructions
33+
34+
1. Go to your desired spawn point location when MMO is about to finish.
35+
2. Wait until MMO finishes and make sure no usual spawns around you, then save the game.
36+
7. Start the program in the game.
37+
38+
<!-- <img src="images/ShinyHunt-FlagPin-1.png"> -->
39+
40+
When you start the program, it will start the cycle of resetting the game and listening to shiny sound. After entering the game,
41+
it can be set to move around according to the program options to correct your location if you save the game far from the spawn point you
42+
intend to hunt.
43+
44+
It is strongly recommended to watch the program for a few runs to make sure it can move into the shiny sound range of the intended
45+
spawn location. The spawned pokemon may spawn randomly near the spawn point and move around in different directions in each reset.
46+
Make sure the path the program goes covers the optimal range of all possible pokemon locations.
47+
48+
49+
**Recommendations:**
50+
51+
This program will stop when it hears a shiny *anywhere* along the path. So you will likely get some "unwanted" shinies from another nearby
52+
spawn point before the one you want actually shines.
53+
54+
As of this time, there is no option to ignore shinies that you don't want.
55+
56+
57+
## Options
58+
59+
In case the place you save the game is not close to the spawn point you intend to shiny-hunt, here are some options to move the character
60+
a bit after entering the game.
61+
62+
63+
### Camera Turn
64+
65+
How many ticks to turn the camera to point to the direction you want to move towards.
66+
You can input a positive or negative number. Positive numbers mean turning the camera rightside and negative numbers mean turning the camera leftside.
67+
68+
69+
### Move Forward
70+
71+
After turning the camera, how many ticks to move forward. The program will move towards the direction the camera is facing.
72+
73+
74+
### Wait Time
75+
76+
How many ticks to wait for the shiny sound after movement.
77+
78+
79+
### Shiny Detected Actions
80+
81+
This program detects shinies by listening for the shiny sound. You can configure what the program should do if it hears a shiny.
82+
83+
**Shiny Detected Action:**
84+
- Ignore the shiny. Do not stop the program.
85+
- Stop program. Align camera for a screenshot. Then go Home.
86+
- Stop program. Align camera for a screenshot + video. Then go Home.
87+
88+
**Screenshot Delay:**
89+
90+
If the above is set to stop on a shiny, the program will align the camera and wait X time to potentially allow the shiny to come into view of the camera.
91+
This has no functional affect on the program. Don't set this value too large as some Pokémon will run away from you.
92+
93+
94+
<hr>
95+
96+
**Discord Server:**
97+
98+
[<img src="https://canary.discordapp.com/api/guilds/695809740428673034/widget.png?style=banner2">](https://discord.gg/cQ4gWxN)

Wiki/Programs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Therefore, computer-control programs completely supercede the microcontroller pr
176176
| **Shiny Hunting:** |
177177
| [Alpha Crobat Hunter](PokemonLA/AlphaCrobatHunter.md) | Video + Audio | Yes | Yes |
178178
| [Alpha Gallade Hunter](PokemonLA/AlphaGalladeHunter.md) | Video + Audio | Yes | Yes |
179+
| [Post-MMO Spawn Reset](PokemonLA/PostMMOSpawnReset.md) | Video + Audio | Yes | Yes |
179180
| [Shiny Hunt - Flag Pin](PokemonLA/ShinyHunt-FlagPin.md) | Video + Audio | Yes | Yes |
180181
||
181182
| **Trading:** |

0 commit comments

Comments
 (0)