Skip to content

Commit

Permalink
More map id rewardS
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Aug 26, 2024
1 parent 3a5998f commit 359d9bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ rewards:
pokemon_menu: 0.0
stats_menu: 0.0
bag_menu: 0.0
explore_hidden_objs: 0.01
explore_hidden_objs: 0.0001
explore_signs: 0.015
seen_action_bag_menu: 0.0
required_event: 5.0
Expand Down
8 changes: 8 additions & 0 deletions pokemonred_puffer/data/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,12 @@ class MapIds(Enum):
MapIds.POKEMON_MANSION_2F: "HS_POKEMON_MANSION_B1F_ITEM_5",
MapIds.POKEMON_MANSION_3F: "HS_POKEMON_MANSION_B1F_ITEM_5",
MapIds.POKEMON_MANSION_B1F: "HS_POKEMON_MANSION_B1F_ITEM_5",
MapIds.POKEMON_TOWER_1F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_2F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_3F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_4F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_5F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_6F: "EVENT_GOT_POKE_FLUTE",
MapIds.POKEMON_TOWER_7F: "EVENT_GOT_POKE_FLUTE",
MapIds.MR_FUJIS_HOUSE: "EVENT_GOT_POKE_FLUTE",
}

0 comments on commit 359d9bc

Please sign in to comment.