mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
updates to version 6.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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
|
||||
return (NB_POKEMON*NB_POKEMON)+NB_POKEMON
|
||||
end
|
||||
|
||||
def PBSpecies.getName(species)
|
||||
|
||||
Reference in New Issue
Block a user