Archipelago/worlds/pokemon_rb
Remy Jette 424c8b0be9
Pokemon RB: Add an item group for each HM to improve hinting (#3311)
* Pokemon RB: Add an item group for each HM

HMs are suffixed with the name of the move, e.g. "HM02 Fly". If TM
move are randomized, they do not have the move name, e.g. "TM02".

If someone hints for an HM using the just the number, the fuzzy matching
sees "TM02" as closer than "HM02 Fly", and in fact sees it as close
enough to not ask the user to confirm, leading them to waste hint points
on non-progression item that they didn't intend.

Emerald already does this for this reason, adding the same for RB.

* Add the new groups for HMs in the item_table instead
2024-06-03 04:42:15 +02:00
..
docs Core, Webhost, Docs: Replace all usages of player settings (#3067) 2024-04-06 19:25:26 -04:00
LICENSE Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
__init__.py Core: Remove Universally Unique ID Requirements (Per-Game Data Packages) (#1933) 2024-06-01 06:07:13 -05:00
basepatch_blue.bsdiff4 Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +01:00
basepatch_red.bsdiff4 Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +01:00
client.py Pokémon Red and Blue: 0.4.5 Fixes (#3106) 2024-04-13 17:58:50 +02:00
encounters.py Core: replace `Location.event` with `advancement` property (#2871) 2024-04-14 20:37:48 +02:00
items.py Pokemon RB: Add an item group for each HM to improve hinting (#3311) 2024-06-03 04:42:15 +02:00
level_scaling.py Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +01:00
locations.py PKMN R/B: "J.r" -> "Jr." (#3423) 2024-05-31 14:48:21 -05:00
logic.py Pokémon R/B: Fix broken options (#2162) 2023-09-10 23:38:56 +02:00
options.py Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +01: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: 0.4.5 Fixes (#3106) 2024-04-13 17:58:50 +02:00
regions.py PKMN R/B: Fixing Key Items Only + Removed Exp. All (#3420) 2024-06-01 06:35:33 -05:00
rock_tunnel.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rom.py Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +01:00
rom_addresses.py Pokemon R/B: The Big Door Shuffle Update (#2861) 2024-03-05 23:01:45 +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