Archipelago/worlds/pokemon_rb
Alchav 8a852abdc4
Pokémon R/B: Migrate support into Bizhawk Client (#2466)
- Removes the Pokémon Client, adding support for Red and Blue to the Bizhawk Client.
- Adds `/bank` commands that mirror SDV's, allowing transferring money into and out of the EnergyLink storage.
- Adds a fix to the base patch so that the progressive card key counter will not increment beyond 10, which would lead to receiving glitch items. This value is checked against and verified that it is not > 10 as part of crash detection by the client, to prevent erroneous location checks when the game crashes, so this is relevant to the new client (although shouldn't happen unless you're using !getitem, or putting progressive card keys as item link replacement items)
2023-11-25 11:57:02 +01:00
..
docs Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
LICENSE Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
__init__.py Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
basepatch_blue.bsdiff4 Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
basepatch_red.bsdiff4 Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
client.py Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
encounters.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
items.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
level_scaling.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
locations.py Pokémon R/B: Fix trainer regions (#2474) 2023-11-23 19:17:09 +01:00
logic.py Pokémon R/B: Fix broken options (#2162) 2023-09-10 23:38:56 +02:00
options.py Core: Introduce new Option class NamedRange (#2330) 2023-11-24 17:10:52 -06:00
poke_data.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
pokemon.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
regions.py Pokemon R/B: Avoid a case of repeatedly checking of state in ER (#2376) 2023-10-27 06:12:04 +02: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: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
rom_addresses.py Pokémon R/B: Migrate support into Bizhawk Client (#2466) 2023-11-25 11:57:02 +01:00
rules.py Pokemon R/B: Reenable Rock tunnel location access rules (#2396) 2023-10-28 17:32:03 -05:00
text.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00