#=============================================================================== # * A list of maps used by roaming Pokémon. Each map has an array of other maps # it can lead to. # * A set of arrays each containing the details of a roaming Pokémon. The # information within is as follows: # - Species. # - Level. # - Global Switch; the Pokémon roams while this is ON. # - Encounter type (0=any, 1=grass/walking in cave, 2=surfing, 3=fishing, # 4=surfing/fishing). See bottom of PokemonRoaming for lists. # - Name of BGM to play for that encounter (optional). # - Roaming areas specifically for this Pokémon (optional). #=============================================================================== RoamingAreas = { 5 => [21,28,31,39,41,44,47,66,69], 21 => [5,28,31,39,41,44,47,66,69], 28 => [5,21,31,39,41,44,47,66,69], 31 => [5,21,28,39,41,44,47,66,69], 39 => [5,21,28,31,41,44,47,66,69], 41 => [5,21,28,31,39,44,47,66,69], 44 => [5,21,28,31,39,41,47,66,69], 47 => [5,21,28,31,39,41,44,66,69], 66 => [5,21,28,31,39,41,44,47,69], 69 => [5,21,28,31,39,41,44,47,66] } RoamingSpecies = [ [:LATIAS, 30, 53, 0, "002-Battle02x"], [:LATIOS, 30, 53, 0, "002-Battle02x"], [:KYOGRE, 40, 54, 2, nil,{ 2 => [21,31], 21 => [2,31,69], 31 => [2,21,69], 69 => [21,31] }], [:ENTEI, 40, 55, 1, nil], [:ARTICUNO, 65, 145, 0, "065. Legends of the Past (Vs. Legendary Birds).ogg",{ 143=> [144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 144=> [143,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 145=> [143,144,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 147=> [143,144,145,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 163=> [143,144,145,147,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 191=> [143,144,145,147,163,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 216=> [143,144,145,147,163,191,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 217=> [143,144,145,147,163,191,216,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 218=> [143,144,145,147,163,191,216,217,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 219=> [143,144,145,147,163,191,216,217,218,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 220=> [143,144,145,147,163,191,216,217,218,219,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 521=> [143,144,145,147,163,191,216,217,218,219,220,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 522=> [143,144,145,147,163,191,216,217,218,219,220,521,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 222=> [143,144,145,147,163,191,216,217,218,219,220,521,522,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 223=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 224=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 225=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 226=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 227=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 229=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 230=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 231=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 232=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 148=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,175,176,233,234,155,156,178,530,531,532,533,141,548], 175=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,176,233,234,155,156,178,530,531,532,533,141,548], 176=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,233,234,155,156,178,530,531,532,533,141,548], 233=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,234,155,156,178,530,531,532,533,141,548], 234=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,155,156,178,530,531,532,533,141,548], 155=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,156,178,530,531,532,533,141,548], 156=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,178,530,531,532,533,141,548], 178=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,530,531,532,533,141,548], 530=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,531,532,533,141,548], 531=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,532,533,141,548], 532=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,533,141,548], 533=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,141,548], 141=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,548], 548=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141] }], [:MAGAN, 65, 144, 0, "064. Angel's Legend (Vs. Puppet Legendary).ogg",{ 143=> [144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 144=> [143,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 145=> [143,144,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 147=> [143,144,145,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 163=> [143,144,145,147,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 191=> [143,144,145,147,163,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 216=> [143,144,145,147,163,191,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 217=> [143,144,145,147,163,191,216,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 218=> [143,144,145,147,163,191,216,217,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 219=> [143,144,145,147,163,191,216,217,218,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 220=> [143,144,145,147,163,191,216,217,218,219,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 521=> [143,144,145,147,163,191,216,217,218,219,220,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 522=> [143,144,145,147,163,191,216,217,218,219,220,521,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 222=> [143,144,145,147,163,191,216,217,218,219,220,521,522,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 223=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 224=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 225=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 226=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 227=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 229=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 230=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 231=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,232,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 232=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,148,175,176,233,234,155,156,178,530,531,532,533,141,548], 148=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,175,176,233,234,155,156,178,530,531,532,533,141,548], 175=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,176,233,234,155,156,178,530,531,532,533,141,548], 176=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,233,234,155,156,178,530,531,532,533,141,548], 233=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,234,155,156,178,530,531,532,533,141,548], 234=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,155,156,178,530,531,532,533,141,548], 155=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,156,178,530,531,532,533,141,548], 156=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,178,530,531,532,533,141,548], 178=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,530,531,532,533,141,548], 530=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,531,532,533,141,548], 531=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,532,533,141,548], 532=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,533,141,548], 533=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,141,548], 141=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,548], 548=> [143,144,145,147,163,191,216,217,218,219,220,521,522,222,223,224,225,226,227,229,230,231,232,148,175,176,233,234,155,156,178,530,531,532,533,141] }] ]