Archipelago/worlds/pokemon_rb
Alchav df55455fc0
Pokémon R/B: Version 3 (#1520)
* Coin items received or found in the Game Corner are now shuffled, locations require Coin Case
* Prizesanity option (shuffle Game Corner Prizes)
* DexSanity option: location checks for marking Pokémon as caught in your Pokédex. Also an option to set all Pokémon in your Pokédex as seen from the start, to aid in locating them.
* Option to randomize the layout of the Rock Tunnel.
* Area 1-to-1 mapping: When one instance of a Wild Pokémon in a given area is randomized, all instances of that Pokémon will be the same. So that if a route had 3 different Pokémon before, it will have 3 after randomization.
* Option to randomize the moves taught by TMs.
* Exact controls for TM/HM compatibility chances.
* Option to randomize Pokémon's pallets or set them based on primary type.
* Added Cinnabar Gym trainers to Trainersanity and randomized the quiz questions and answers. Getting a correct answer will flag the trainer as defeated so that you can obtain the Trainersanity check without defeating the trainer if you answer correctly.
2023-03-13 23:40:55 +01:00
..
docs Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
LICENSE [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
__init__.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
basepatch_blue.bsdiff4 Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
basepatch_red.bsdiff4 Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
items.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
locations.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
logic.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
options.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
poke_data.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
regions.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rock_tunnel.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rom.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rom_addresses.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rules.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
text.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00