mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Added 1.5x screen size option, fixed 2**32 being 0, tidied up some code
This commit is contained in:
@@ -1047,7 +1047,7 @@ class Pokemon
|
||||
end
|
||||
@species = realSpecies
|
||||
@name = PBSpecies.getName(@species)
|
||||
@personalID = rand(2**32)
|
||||
@personalID = rand(2**16) | rand(2**16) << 16
|
||||
@hp = 1
|
||||
@totalhp = 1
|
||||
@iv = []
|
||||
|
||||
Reference in New Issue
Block a user