Skip to content

Commit 4b5bbb5

Browse files
authored
Merge branch 'main' into Items-Panel
2 parents f9f7a14 + 2877309 commit 4b5bbb5

15 files changed

+7815
-6118
lines changed

__gamedata/encounter_locations.json

Lines changed: 5628 additions & 5628 deletions
Large diffs are not rendered by default.

__gamedata/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import trainerLocations from './Mapper_Trainer_Output.json';
1919
import field_items from './item_list.json';
2020
import hidden_items from './hide_item_list.json';
2121
import staticLocations from './static_pokemon_locations.json';
22+
import staticAreaLocations from './static_area_locations.json';
2223

2324
//All the Pokemon english files
2425
import basePokemonNames from './english_ss_monsname.json';
@@ -61,6 +62,7 @@ export {
6162
pokemonPokedexInfo,
6263
pokemonLocations,
6364
staticLocations,
65+
staticAreaLocations,
6466
natureNames,
6567
abilityNames,
6668
abilityInfo,

0 commit comments

Comments
 (0)