diff --git a/PokemonGoIV/3Data.vb b/PokemonGoIV/3Data.vb index 1f5e2fa..c609da1 100644 --- a/PokemonGoIV/3Data.vb +++ b/PokemonGoIV/3Data.vb @@ -13,7 +13,7 @@ ' limitations under the License. ' 3Data: The Pokémon GO data for IV calculation -' by imacat , 2017-10-25 +' by imacat , 2017-11-29 ' Generated with 9Load.subReadDataSheets () Option Explicit @@ -270,7 +270,7 @@ Function fnGetBaseStatsData As Variant Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _ Array ("Tyranitar", "248", 200, 251, 212, Array ()), _ Array ("Lugia", "249", 212, 193, 323, Array ()), _ - Array ("HoOh", "250", 212, 263, 301, Array ()), _ + Array ("HoOh", "250", 193, 239, 274, Array ()), _ Array ("Celebi", "251", 200, 210, 210, Array ()), _ Array ("Sableye", "302", 100, 141, 141, Array ()), _ Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _ diff --git a/oxt/PokemonGoIV/3Data.xba b/oxt/PokemonGoIV/3Data.xba index 07b05be..f2fca7c 100644 --- a/oxt/PokemonGoIV/3Data.xba +++ b/oxt/PokemonGoIV/3Data.xba @@ -15,7 +15,7 @@ ' limitations under the License. ' 3Data: The Pokémon GO data for IV calculation -' by imacat <imacat@mail.imacat.idv.tw>, 2017-10-25 +' by imacat <imacat@mail.imacat.idv.tw>, 2017-11-29 ' Generated with 9Load.subReadDataSheets () Option Explicit @@ -272,7 +272,7 @@ Function fnGetBaseStatsData As Variant Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _ Array ("Tyranitar", "248", 200, 251, 212, Array ()), _ Array ("Lugia", "249", 212, 193, 323, Array ()), _ - Array ("HoOh", "250", 212, 263, 301, Array ()), _ + Array ("HoOh", "250", 193, 239, 274, Array ()), _ Array ("Celebi", "251", 200, 210, 210, Array ()), _ Array ("Sableye", "302", 100, 141, 141, Array ()), _ Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _