Archipelago/worlds/pokemon_rb
Alchav 813015e007
[Pokemon] Fixes and updates (#1108)
* [Pokemon] Logic fixes

* [Pokemon] Fix seed name length

* [Pokemon] Location name changes

* [Pokemon] Hidden Item Nurse Bed logic fix

* Badges Needed description update

* Ensure player name does not exceed 16 bytes

* Player name check fix

* Remove unique items in start_inventory from item pool

* Vending Machine Drinks will not be created as filler

* Skip trainer text

* Badges needed for viridian gym text

* Add slot data for trackers

* free fly map in slot data and old_man = vanilla allows more free fly maps

* Re-add mistakenly removed slot data item

* Add tracker link to setup doc

* Doc fix

* Fix base patch

* Change pre_fill to generate_basic so items are pre-filled before item links

* Rename some hidden locations

* missing file from commit and revert one errant location name change
2022-11-01 07:02:15 +01:00
..
docs [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
LICENSE [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
__init__.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
basepatch_blue.bsdiff4 [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
basepatch_red.bsdiff4 [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
items.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
locations.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
logic.py Core: rename `world` to `multiworld` (#931) 2022-10-31 21:41:21 -05:00
options.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
poke_data.py [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
regions.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
rom.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
rom_addresses.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
rules.py [Pokemon] Fixes and updates (#1108) 2022-11-01 07:02:15 +01:00
text.py [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00