Remove Scripts folder to convert to submodule

This commit is contained in:
chardub
2025-04-19 15:43:57 -04:00
parent 0807a7ea79
commit 58da1023c1
429 changed files with 0 additions and 165507 deletions

View File

@@ -1,30 +0,0 @@
module PBSpecies
#couldn't figure out how to get the size of GameData::Species so fuck it, here's the hardcoded value
def PBSpecies.maxValue
return (NB_POKEMON*NB_POKEMON)+NB_POKEMON
end
def PBSpecies.getName(species)
return GameData::Species.get(species).real_name
end
#In some places, pokemon are instanciated as PBSpecies::NAME in wild battles, trades, etc. which doesn't work anymore.
# Instead of replacing every instance in every map, this is a workaround to make it work without changing the events.
CLEFAIRY = :CLEFAIRY
ONIX =:ONIX
DUGTRIO = :DUGTRIO
VOLTORB = :VOLTORB
ELECTRODE = :ELECTRODE
B101H135 = :B101H135
B100H101 = :B100H101
B101H26 = :B101H26
ENTEI = :ENTEI
PIDGEOTTO = :PIDGEOTTO
FEAROW =:FEAROW
SPEAROW =:SPEAROW
B18H18 = :B18H18
B245H243 = :B245H243
CHARMANDER = :CHARMANDER
end