Skip to content

Commit

Permalink
Add Hypno SSR on Berry Forest (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLassiaz authored Nov 18, 2024
1 parent 6d89abe commit b3810b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/modes/static_soft_resets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ def _get_targeted_encounter() -> Encounter | None:
Encounter(MapFRLG.CERULEAN_CAVE_B1F, (7, 12), "Mewtwo"),
Encounter(MapFRLG.NAVEL_ROCK_BASE, (10, 15), "Lugia"),
Encounter(MapFRLG.BIRTH_ISLAND_EXTERIOR, (15, 10), "Deoxys"),
Encounter(
MapFRLG.THREE_ISLAND_BERRY_FOREST,
(4, 8),
"Hypno",
lambda: not get_save_data().get_event_flag("RESCUED_LOSTELLE"),
),
]
elif context.rom.is_emerald:
encounters = [
Expand Down
1 change: 1 addition & 0 deletions wiki/pages/Mode - Static Soft Resets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
![](../../modules/web/static/sprites/pokemon/shiny/Kyogre.png)
![](../../modules/web/static/sprites/pokemon/shiny/Groudon.png)
![](../../modules/web/static/sprites/pokemon/shiny/Kecleon.png)
![](../../modules/web/static/sprites/pokemon/shiny/Hypno.png)

> For modes that use soft resets such as starters, the bot will track RNG to ensure a unique frame is hit after every reset, this is to prevent repeatedly generating an identical Pokémon, this will cause soft resets to take progressively longer over time
>
Expand Down

0 comments on commit b3810b3

Please sign in to comment.