From c8f2a37d5ae19753da045d74924da2dab4cfc3b7 Mon Sep 17 00:00:00 2001 From: chardub Date: Sat, 22 Feb 2025 12:28:55 -0500 Subject: [PATCH] =?UTF-8?q?updates=20pbs=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 14340 -> 14340 bytes .gitignore | 1 - PBS/Gen 5/abilities.txt | 166 + PBS/Gen 5/encounters.txt | 304 + PBS/Gen 5/items.txt | 534 + PBS/Gen 5/moves.txt | 577 + PBS/Gen 5/pokemon.txt | 21663 ++++++ PBS/Gen 5/pokemonforms.txt | 462 + PBS/Gen 5/types.txt | 121 + PBS/Gen 7/2.txt | 26811 +++++++ PBS/Gen 7/abilities.txt | 235 + PBS/Gen 7/encounters.txt | 304 + PBS/Gen 7/items.txt | 648 + PBS/Gen 7/moves.txt | 695 + PBS/Gen 7/pokemon_g7.txt | 26796 +++++++ PBS/Gen 7/pokemonforms.txt | 1756 + PBS/Gen 7/types.txt | 129 + PBS/abilities.txt | 235 + PBS/berryplants.txt | 66 + PBS/btpokemon.txt | 0 PBS/bttrainers.txt | 2100 + PBS/connections.txt | 172 + PBS/encounters.txt | 55776 +++++++++++++++ PBS/encounters_USE.txt - Raccourci.lnk | Bin 0 -> 2039 bytes PBS/encounters_USE_Copy.txt | 3625 + PBS/encounters_USE_modern.txt | 4034 ++ PBS/encounters_USE_remix.txt | 4268 ++ PBS/encounters_classic.txt | 55776 +++++++++++++++ PBS/encounters_modern.txt | 56072 +++++++++++++++ PBS/encounters_remix.txt | 57494 ++++++++++++++++ PBS/fancycuppm.txt | 620 + PBS/fancycupsinglepm.txt | 0 PBS/fancycupsingletr.txt | 1 + PBS/fancycuptr.txt | 2401 + PBS/i_failed_you_froggo.txt | 1132 + PBS/items.txt | 707 + PBS/littlecuppm.txt | 0 PBS/littlecuptr.txt | 1 + PBS/map_positions_reference.txt | 11 + PBS/metadata.txt | 2443 + PBS/moves.txt | 699 + PBS/phone.txt | 34 + PBS/pikacuppm.txt | 0 PBS/pikacuptr.txt | 1 + PBS/pokecuppm.txt | 0 PBS/pokecuptr.txt | 1 + PBS/pokemon.txt | 17446 +++++ PBS/pokemon_420.txt | 14053 ++++ PBS/pokemon_allg7.txt | 26788 +++++++ PBS/pokemon_preReposition.txt | 15951 +++++ PBS/pokemonforms.txt | 1 + PBS/regionaldexes.txt | 212 + PBS/ribbons.txt | 82 + PBS/shadowmoves.txt | 2 + PBS/stable pbs files backup/abilities.txt | 235 + PBS/stable pbs files backup/berryplants.txt | 66 + PBS/stable pbs files backup/btpokemon.txt | 0 PBS/stable pbs files backup/bttrainers.txt | 2100 + PBS/stable pbs files backup/connections.txt | 166 + PBS/stable pbs files backup/encounters.txt | 52718 ++++++++++++++ PBS/stable pbs files backup/fancycuppm.txt | 620 + .../fancycupsinglepm.txt | 0 .../fancycupsingletr.txt | 1 + PBS/stable pbs files backup/fancycuptr.txt | 2401 + PBS/stable pbs files backup/items.txt | 655 + PBS/stable pbs files backup/littlecuppm.txt | 0 PBS/stable pbs files backup/littlecuptr.txt | 1 + PBS/stable pbs files backup/metadata.txt | 1623 + PBS/stable pbs files backup/moves.txt | 698 + PBS/stable pbs files backup/phone.txt | 34 + PBS/stable pbs files backup/pikacuppm.txt | 0 PBS/stable pbs files backup/pikacuptr.txt | 1 + PBS/stable pbs files backup/pokecuppm.txt | 0 PBS/stable pbs files backup/pokecuptr.txt | 1 + PBS/stable pbs files backup/pokemon.txt | 13791 ++++ .../pokemon_420_g5.txt | 13791 ++++ PBS/stable pbs files backup/pokemonforms.txt | 1 + PBS/stable pbs files backup/regionaldexes.txt | 212 + PBS/stable pbs files backup/ribbons.txt | 82 + .../townmap - Copy.txt | 247 + PBS/stable pbs files backup/townmap.old.txt | 228 + PBS/stable pbs files backup/townmap.txt | 245 + PBS/stable pbs files backup/trainerlists.txt | 19 + .../trainers.fusions.txt | 4399 ++ PBS/stable pbs files backup/trainers.txt | 0 .../trainers_normalrival.txt | 4434 ++ PBS/stable pbs files backup/trainertypes.txt | 116 + PBS/stable pbs files backup/types.txt | 180 + PBS/townmap - Copy.txt | 247 + PBS/townmap.old.txt | 228 + PBS/townmap.txt | 408 + PBS/townmap_g6.txt | 248 + PBS/townmap_ref.txt | 120 + PBS/trainerlists.txt | 19 + PBS/trainers.txt | 5046 ++ PBS/trainers_classic.txt | 5015 ++ PBS/trainers_if.txt | 4399 ++ PBS/trainers_normalrival.txt | 4434 ++ PBS/trainers_remix.txt | 6084 ++ PBS/trainertypes.txt | 142 + PBS/types.txt | 196 + 101 files changed, 529056 insertions(+), 1 deletion(-) create mode 100644 PBS/Gen 5/abilities.txt create mode 100644 PBS/Gen 5/encounters.txt create mode 100644 PBS/Gen 5/items.txt create mode 100644 PBS/Gen 5/moves.txt create mode 100644 PBS/Gen 5/pokemon.txt create mode 100644 PBS/Gen 5/pokemonforms.txt create mode 100644 PBS/Gen 5/types.txt create mode 100644 PBS/Gen 7/2.txt create mode 100644 PBS/Gen 7/abilities.txt create mode 100644 PBS/Gen 7/encounters.txt create mode 100644 PBS/Gen 7/items.txt create mode 100644 PBS/Gen 7/moves.txt create mode 100644 PBS/Gen 7/pokemon_g7.txt create mode 100644 PBS/Gen 7/pokemonforms.txt create mode 100644 PBS/Gen 7/types.txt create mode 100644 PBS/abilities.txt create mode 100644 PBS/berryplants.txt create mode 100644 PBS/btpokemon.txt create mode 100644 PBS/bttrainers.txt create mode 100644 PBS/connections.txt create mode 100644 PBS/encounters.txt create mode 100644 PBS/encounters_USE.txt - Raccourci.lnk create mode 100644 PBS/encounters_USE_Copy.txt create mode 100644 PBS/encounters_USE_modern.txt create mode 100644 PBS/encounters_USE_remix.txt create mode 100644 PBS/encounters_classic.txt create mode 100644 PBS/encounters_modern.txt create mode 100644 PBS/encounters_remix.txt create mode 100644 PBS/fancycuppm.txt create mode 100644 PBS/fancycupsinglepm.txt create mode 100644 PBS/fancycupsingletr.txt create mode 100644 PBS/fancycuptr.txt create mode 100644 PBS/i_failed_you_froggo.txt create mode 100644 PBS/items.txt create mode 100644 PBS/littlecuppm.txt create mode 100644 PBS/littlecuptr.txt create mode 100644 PBS/map_positions_reference.txt create mode 100644 PBS/metadata.txt create mode 100644 PBS/moves.txt create mode 100644 PBS/phone.txt create mode 100644 PBS/pikacuppm.txt create mode 100644 PBS/pikacuptr.txt create mode 100644 PBS/pokecuppm.txt create mode 100644 PBS/pokecuptr.txt create mode 100644 PBS/pokemon.txt create mode 100644 PBS/pokemon_420.txt create mode 100644 PBS/pokemon_allg7.txt create mode 100644 PBS/pokemon_preReposition.txt create mode 100644 PBS/pokemonforms.txt create mode 100644 PBS/regionaldexes.txt create mode 100644 PBS/ribbons.txt create mode 100644 PBS/shadowmoves.txt create mode 100644 PBS/stable pbs files backup/abilities.txt create mode 100644 PBS/stable pbs files backup/berryplants.txt create mode 100644 PBS/stable pbs files backup/btpokemon.txt create mode 100644 PBS/stable pbs files backup/bttrainers.txt create mode 100644 PBS/stable pbs files backup/connections.txt create mode 100644 PBS/stable pbs files backup/encounters.txt create mode 100644 PBS/stable pbs files backup/fancycuppm.txt create mode 100644 PBS/stable pbs files backup/fancycupsinglepm.txt create mode 100644 PBS/stable pbs files backup/fancycupsingletr.txt create mode 100644 PBS/stable pbs files backup/fancycuptr.txt create mode 100644 PBS/stable pbs files backup/items.txt create mode 100644 PBS/stable pbs files backup/littlecuppm.txt create mode 100644 PBS/stable pbs files backup/littlecuptr.txt create mode 100644 PBS/stable pbs files backup/metadata.txt create mode 100644 PBS/stable pbs files backup/moves.txt create mode 100644 PBS/stable pbs files backup/phone.txt create mode 100644 PBS/stable pbs files backup/pikacuppm.txt create mode 100644 PBS/stable pbs files backup/pikacuptr.txt create mode 100644 PBS/stable pbs files backup/pokecuppm.txt create mode 100644 PBS/stable pbs files backup/pokecuptr.txt create mode 100644 PBS/stable pbs files backup/pokemon.txt create mode 100644 PBS/stable pbs files backup/pokemon_420_g5.txt create mode 100644 PBS/stable pbs files backup/pokemonforms.txt create mode 100644 PBS/stable pbs files backup/regionaldexes.txt create mode 100644 PBS/stable pbs files backup/ribbons.txt create mode 100644 PBS/stable pbs files backup/townmap - Copy.txt create mode 100644 PBS/stable pbs files backup/townmap.old.txt create mode 100644 PBS/stable pbs files backup/townmap.txt create mode 100644 PBS/stable pbs files backup/trainerlists.txt create mode 100644 PBS/stable pbs files backup/trainers.fusions.txt create mode 100644 PBS/stable pbs files backup/trainers.txt create mode 100644 PBS/stable pbs files backup/trainers_normalrival.txt create mode 100644 PBS/stable pbs files backup/trainertypes.txt create mode 100644 PBS/stable pbs files backup/types.txt create mode 100644 PBS/townmap - Copy.txt create mode 100644 PBS/townmap.old.txt create mode 100644 PBS/townmap.txt create mode 100644 PBS/townmap_g6.txt create mode 100644 PBS/townmap_ref.txt create mode 100644 PBS/trainerlists.txt create mode 100644 PBS/trainers.txt create mode 100644 PBS/trainers_classic.txt create mode 100644 PBS/trainers_if.txt create mode 100644 PBS/trainers_normalrival.txt create mode 100644 PBS/trainers_remix.txt create mode 100644 PBS/trainertypes.txt create mode 100644 PBS/types.txt diff --git a/.DS_Store b/.DS_Store index 0b34d91be6fbb65b0fffb0a00177abd1ae9dc7b3..fb54f8adfa9b928a9008ec2c2a2c789dbd5b4206 100644 GIT binary patch delta 444 zcmb`C&nts*9LGQJ&*Bk}AB&h@O?%8i$xsgSYsrCWS~lClfrY4LPbtJfY9}J~lq=$@ z)Yp&r2jsBBkRuKV2XPXa%(j$+o6qI-IlbTSS4a)1JM{&yYA>dI$Mqr^HFrVF~H8+xKQdZ#FTLI)X{$VLtdVS)lPDo}?;G@%)G zxZs8dUi4!aBN)XP#xaFy%wQJtSimBdu#8o#VI7;;!Z!ACfI}SN1gAK|Ij(Sz2R!0~ zQ#jSh66?8$tGJpiT*I~8z-{c{ZgwShG7_Y|B$MEw*rOvSwUR3^F{%0kK|c|TxW2Ky z!`>-7V)`4xTAcQ${;v5Nx4270{xo&{Zo;c5FO9IsC_7HqBDrpDMKS(UYM6y&iArA* CVp}l) delta 365 zcmZwDJuKXD9LMqR`>PzK{44HUJ>+m