Skilled player (1769)
Joined: 9/17/2009
Posts: 5001
Location: ̶C̶a̶n̶a̶d̶a̶ "Kanatah"
This is the current record by anmec in 36:31: https://youtu.be/ySQg2gAcbBQ It was discovered that the korean version of the game allows you to control 1 digimon in fight. This radically changes the route, since it means getting Mega fast as possible with the best specials should be the priority, rather than staying alive. I made a script displaying the data for the U version. Download dwc.lua
Language: lua

client.SetGameExtraPadding(0, 0, 200, 0) local text = gui.pixelText local image = gui.drawImage memory.usememorydomain("ARM9 System Bus") local read8 = memory.read_u8 local read16 = memory.read_u16_le local read24 = memory.read_u24_be local readu32 = memory.read_u32_le local reads32 = memory.read_s32_le local Addresses = { --to use ARM 7/9 System Bus, add 02000000 to the addresses Korea = { Pointer = 0x023DFF9C }, US = { RNG = 0x0210CAE4, Pointer = 0x0219D9BC, -- Amount = 0x021DA2A4 NPC1_Start = 0x021CFCF4, NPC1_ID = 0x021CFCF8, NPC1_HP = 0x021CFD50, } } local Digimon = { [0] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [1] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [2] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [3] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [4] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [5] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [6] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [7] = { Name = "DigiEgg", Species = "-", Generation = "DigiEgg", Attribute = "None"}, [8] = { Name = "Zurumon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [9] = { Name = "Choromon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [10] = { Name = "Nyokimon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [11] = { Name = "Pabumon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [12] = { Name = "Pichimon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [13] = { Name = "Punimon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [14] = { Name = "Botamon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [15] = { Name = "Poyomon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [16] = { Name = "Mokumon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [17] = { Name = "YukimiBotamon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [18] = { Name = "Yuramon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [19] = { Name = "Petitmon", Species = "-", Generation = "In-Tr. I", Attribute = "None"}, [20] = { Name = "Kapurimon", Species = "Machine", Generation = "In-Tr. II", Attribute = "None"}, [21] = { Name = "Koromon", Species = "Dragon", Generation = "In-Tr. II", Attribute = "None"}, [22] = { Name = "Tanemon", Species = "I.Plant", Generation = "In-Tr. II", Attribute = "None"}, [23] = { Name = "Tsunomon", Species = "Beast", Generation = "In-Tr. II", Attribute = "None"}, [24] = { Name = "Tokomon", Species = "Holy", Generation = "In-Tr. II", Attribute = "None"}, [25] = { Name = "Nyaromon", Species = "Beast", Generation = "In-Tr. II", Attribute = "None"}, [26] = { Name = "Pagumon", Species = "Dark", Generation = "In-Tr. II", Attribute = "None"}, [27] = { Name = "Yokomon", Species = "I.Plant", Generation = "In-Tr. II", Attribute = "None"}, [28] = { Name = "Bukamon", Species = "Aquatic", Generation = "In-Tr. II", Attribute = "None"}, [29] = { Name = "DemiMeramon", Species = "Machine", Generation = "In-Tr. II", Attribute = "None"}, [30] = { Name = "Motimon", Species = "Machine", Generation = "In-Tr. II", Attribute = "None"}, [31] = { Name = "Bebydomon", Species = "Dragon", Generation = "In-Tr. II", Attribute = "None"}, [32] = { Name = "Sunmon", Species = "Holy", Generation = "In-Tr. II", Attribute = "None"}, [33] = { Name = "Moonmon", Species = "Dark", Generation = "In-Tr. II", Attribute = "None"}, [34] = { Name = "Agumon", Species = "Dragon", Generation = "Rookie", Attribute = "Vaccine"}, [35] = { Name = "Armadillomon", Species = "Beast", Generation = "Rookie", Attribute = "Free"}, [36] = { Name = "Elecmon", Species = "Beast", Generation = "Rookie", Attribute = "Data"}, [37] = { Name = "Otamamon", Species = "Aquatic", Generation = "Rookie", Attribute = "Virus"}, [38] = { Name = "Gaomon", Species = "Beast", Generation = "Rookie", Attribute = "Data"}, [39] = { Name = "Gazimon", Species = "Beast", Generation = "Rookie", Attribute = "Virus"}, [40] = { Name = "Gabumon", Species = "Dragon", Generation = "Rookie", Attribute = "Data"}, [41] = { Name = "Kamemon", Species = "Aquatic", Generation = "Rookie", Attribute = "Data"}, [42] = { Name = "Gizamon", Species = "Aquatic", Generation = "Rookie", Attribute = "Virus"}, [43] = { Name = "Candlemon", Species = "Machine", Generation = "Rookie", Attribute = "Data"}, [44] = { Name = "Kunemon", Species = "I.Plant", Generation = "Rookie", Attribute = "Virus"}, [45] = { Name = "Gotsumon", Species = "Machine", Generation = "Rookie", Attribute = "Data"}, [46] = { Name = "Goburimon", Species = "Dark", Generation = "Rookie", Attribute = "Virus"}, [47] = { Name = "Gomamon", Species = "Aquatic", Generation = "Rookie", Attribute = "Vaccine"}, [48] = { Name = "Terriermon", Species = "Beast", Generation = "Rookie", Attribute = "Vaccine"}, [49] = { Name = "Tentomon", Species = "I.Plant", Generation = "Rookie", Attribute = "Vaccine"}, [50] = { Name = "ToyAgumon", Species = "Machine", Generation = "Rookie", Attribute = "Vaccine"}, [51] = { Name = "Tapirmon", Species = "Holy", Generation = "Rookie", Attribute = "Vaccine"}, [52] = { Name = "Hagurumon", Species = "Machine", Generation = "Rookie", Attribute = "Virus"}, [53] = { Name = "Patamon", Species = "Holy", Generation = "Rookie", Attribute = "Free"}, [54] = { Name = "Palmon", Species = "I.Plant", Generation = "Rookie", Attribute = "Data"}, [55] = { Name = "DemiDevimon", Species = "Dark", Generation = "Rookie", Attribute = "Virus"}, [56] = { Name = "Biyomon", Species = "Bird", Generation = "Rookie", Attribute = "Vaccine"}, [57] = { Name = "Falcomon", Species = "Bird", Generation = "Rookie", Attribute = "Vaccine"}, [58] = { Name = "Salamon", Species = "Holy", Generation = "Rookie", Attribute = "Vaccine"}, [59] = { Name = "Floramon", Species = "I.Plant", Generation = "Rookie", Attribute = "Data"}, [60] = { Name = "Mushroomon", Species = "I.Plant", Generation = "Rookie", Attribute = "Virus"}, [61] = { Name = "SnowAgumon", Species = "Aquatic", Generation = "Rookie", Attribute = "Vaccine"}, [62] = { Name = "Renamon", Species = "Holy", Generation = "Rookie", Attribute = "Data"}, [63] = { Name = "Dracomon", Species = "Dragon", Generation = "Rookie", Attribute = "Data"}, [64] = { Name = "Coronamon", Species = "Holy", Generation = "Rookie", Attribute = "Vaccine"}, [65] = { Name = "Lunamon", Species = "Dark", Generation = "Rookie", Attribute = "Data"}, [66] = { Name = "BlackAgumon", Species = "Dragon", Generation = "Rookie", Attribute = "Virus"}, [67] = { Name = "Psychemon", Species = "Dragon", Generation = "Rookie", Attribute = "Data"}, [68] = { Name = "Aruraumon", Species = "I.Plant", Generation = "Rookie", Attribute = "Data"}, [69] = { Name = "Tsukaimon", Species = "Dark", Generation = "Rookie", Attribute = "Virus"}, [70] = { Name = "Veemon", Species = "Dragon", Generation = "Rookie", Attribute = "Free"}, [71] = { Name = "Guilmon", Species = "Dragon", Generation = "Rookie", Attribute = "Virus"}, [72] = { Name = "Ankylomon", Species = "Dragon", Generation = "Champion", Attribute = "Free"}, [73] = { Name = "Ikkakumon", Species = "Aquatic", Generation = "Champion", Attribute = "Vaccine"}, [74] = { Name = "Wizardmon", Species = "Dark", Generation = "Champion", Attribute = "Data"}, [75] = { Name = "Woodmon", Species = "I.Plant", Generation = "Champion", Attribute = "Virus"}, [76] = { Name = "Airdramon", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [77] = { Name = "Angemon", Species = "Holy", Generation = "Champion", Attribute = "Vaccine"}, [78] = { Name = "Ogremon", Species = "Beast", Generation = "Champion", Attribute = "Virus"}, [79] = { Name = "Gaogamon", Species = "Beast", Generation = "Champion", Attribute = "Data"}, [80] = { Name = "Kabuterimon", Species = "I.Plant", Generation = "Champion", Attribute = "Vaccine"}, [81] = { Name = "Gargomon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [82] = { Name = "Garurumon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [83] = { Name = "Garurumon (Dark)", Species = "Beast", Generation = "Champion", Attribute = "Virus"}, [84] = { Name = "Gaurdromon", Species = "Machine", Generation = "Champion", Attribute = "Virus"}, [85] = { Name = "Kiwimon", Species = "Bird", Generation = "Champion", Attribute = "Data"}, [86] = { Name = "Kyubimon", Species = "Holy", Generation = "Champion", Attribute = "Data"}, [87] = { Name = "Greymon", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [88] = { Name = "Clockmon", Species = "Machine", Generation = "Champion", Attribute = "Data"}, [89] = { Name = "Kuwagamon", Species = "I.Plant", Generation = "Champion", Attribute = "Virus"}, [90] = { Name = "Gekomon", Species = "Aquatic", Generation = "Champion", Attribute = "Virus"}, [91] = { Name = "Gesomon", Species = "Aquatic", Generation = "Champion", Attribute = "Virus"}, [92] = { Name = "Centarumon", Species = "Beast", Generation = "Champion", Attribute = "Data"}, [93] = { Name = "Kokatorimon", Species = "Bird", Generation = "Champion", Attribute = "Vaccine"}, [94] = { Name = "Thundermon", Species = "Machine", Generation = "Champion", Attribute = "Data"}, [95] = { Name = "Shellmon", Species = "Aquatic", Generation = "Champion", Attribute = "Data"}, [96] = { Name = "GeoGreymon", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [97] = { Name = "Seadramon", Species = "Aquatic", Generation = "Champion", Attribute = "Data"}, [98] = { Name = "Sukamon", Species = "Machine", Generation = "Champion", Attribute = "Virus"}, [99] = { Name = "Starmon", Species = "Holy", Generation = "Champion", Attribute = "Data"}, [100] = { Name = "Darcmon", Species = "Holy", Generation = "Champion", Attribute = "Vaccine"}, [101] = { Name = "DarkTyrannomon", Species = "Dark", Generation = "Champion", Attribute = "Virus"}, [102] = { Name = "Tyrannomon", Species = "Dragon", Generation = "Champion", Attribute = "Data"}, [103] = { Name = "Gatomon", Species = "Holy", Generation = "Champion", Attribute = "Vaccine"}, [104] = { Name = "Devidramon", Species = "Dark", Generation = "Champion", Attribute = "Virus"}, [105] = { Name = "Devimon", Species = "Dark", Generation = "Champion", Attribute = "Virus"}, [106] = { Name = "Togemon", Species = "I.Plant", Generation = "Champion", Attribute = "Data"}, [107] = { Name = "Tortomon", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [108] = { Name = "Numemon", Species = "Machine", Generation = "Champion", Attribute = "Virus"}, [109] = { Name = "Bakemon", Species = "Dark", Generation = "Champion", Attribute = "Virus"}, [110] = { Name = "Birdramon", Species = "Bird", Generation = "Champion", Attribute = "Vaccine"}, [111] = { Name = "Vegiemon", Species = "I.Plant", Generation = "Champion", Attribute = "Virus"}, [112] = { Name = "Peckmon", Species = "Bird", Generation = "Champion", Attribute = "Vaccine"}, [113] = { Name = "Meramon", Species = "Machine", Generation = "Champion", Attribute = "Data"}, [114] = { Name = "Mojyamon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [115] = { Name = "Monochromon", Species = "Dragon", Generation = "Champion", Attribute = "Lazy"}, [116] = { Name = "Frigimon", Species = "Aquatic", Generation = "Champion", Attribute = "Vaccine"}, [117] = { Name = "Unimon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [118] = { Name = "Youkomon", Species = "Dark", Generation = "Champion", Attribute = "Data"}, [119] = { Name = "Lynxmon", Species = "Beast", Generation = "Champion", Attribute = "Free"}, [120] = { Name = "Raremon", Species = "Machine", Generation = "Champion", Attribute = "Virus"}, [121] = { Name = "Leomon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [122] = { Name = "RedVegiemon", Species = "I.Plant", Generation = "Champion", Attribute = "Virus"}, [123] = { Name = "Coredramon (Blue)", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [124] = { Name = "Coredramon (Green)", Species = "Dragon", Generation = "Champion", Attribute = "Virus"}, [125] = { Name = "Firamon", Species = "Holy", Generation = "Champion", Attribute = "Vaccine"}, [126] = { Name = "Lekismon", Species = "Dark", Generation = "Champion", Attribute = "Data"}, [127] = { Name = "IceDevimon", Species = "Dark", Generation = "Champion", Attribute = "Virus"}, [128] = { Name = "Gururumon", Species = "Beast", Generation = "Champion", Attribute = "Vaccine"}, [129] = { Name = "Geremon", Species = "Machine", Generation = "Champion", Attribute = "Virus"}, [130] = { Name = "Socerimon", Species = "Holy", Generation = "Champion", Attribute = "Vaccine"}, [131] = { Name = "Akatorimon", Species = "Bird", Generation = "Champion", Attribute = "Data"}, [132] = { Name = "Saberdramon", Species = "Dark", Generation = "Champion", Attribute = "Vaccine"}, [133] = { Name = "Icemon", Species = "Aquatic", Generation = "Champion", Attribute = "Data"}, [134] = { Name = "Veedramon", Species = "Dragon", Generation = "Champion", Attribute = "Vaccine"}, [135] = { Name = "Growlmon", Species = "Dragon", Generation = "Champion", Attribute = "Virus"}, [136] = { Name = "MegaKabuterimon", Species = "I.Plant", Generation = "Ultimate", Attribute = "Vaccine"}, [137] = { Name = "Scorpiomon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Data"}, [138] = { Name = "Andromon", Species = "Machine", Generation = "Ultimate", Attribute = "Vaccine"}, [139] = { Name = "Etemon", Species = "Beast", Generation = "Ultimate", Attribute = "Virus"}, [140] = { Name = "Angewomon", Species = "Holy", Generation = "Ultimate", Attribute = "Vaccine"}, [141] = { Name = "Okuwamon", Species = "I.Plant", Generation = "Ultimate", Attribute = "Virus"}, [142] = { Name = "Garudamon", Species = "Bird", Generation = "Ultimate", Attribute = "Vaccine"}, [143] = { Name = "Garbagemon", Species = "Machine", Generation = "Ultimate", Attribute = "Virus"}, [144] = { Name = "Cyberdramon", Species = "Dragon", Generation = "Ultimate", Attribute = "Vaccine"}, [145] = { Name = "Cherrymon", Species = "I.Plant", Generation = "Ultimate", Attribute = "Virus"}, [146] = { Name = "SkullGreymon", Species = "Dragon", Generation = "Ultimate", Attribute = "Virus"}, [147] = { Name = "Zudomon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Vaccine"}, [148] = { Name = "Dragomon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Virus"}, [149] = { Name = "SkullMeramon", Species = "Machine", Generation = "Ultimate", Attribute = "Data"}, [150] = { Name = "Deramon", Species = "Bird", Generation = "Ultimate", Attribute = "Data"}, [151] = { Name = "ShogunGekomon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Virus"}, [152] = { Name = "Triceramon", Species = "Dragon", Generation = "Ultimate", Attribute = "Data"}, [153] = { Name = "Knightmon", Species = "Holy", Generation = "Ultimate", Attribute = "Data"}, [154] = { Name = "Parrotmon", Species = "Bird", Generation = "Ultimate", Attribute = "Vaccine"}, [155] = { Name = "Divermon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Data"}, [156] = { Name = "Pandamon", Species = "Beast", Generation = "Ultimate", Attribute = "Data"}, [157] = { Name = "Big Mamemon", Species = "Machine", Generation = "Ultimate", Attribute = "Data"}, [158] = { Name = "Piximon", Species = "Holy", Generation = "Ultimate", Attribute = "Data"}, [159] = { Name = "Phantomon", Species = "Dark", Generation = "Ultimate", Attribute = "Virus"}, [160] = { Name = "Vademon", Species = "Machine", Generation = "Ultimate", Attribute = "Virus"}, [161] = { Name = "Whamon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Vaccine"}, [162] = { Name = "MagnaAngemon", Species = "Holy", Generation = "Ultimate", Attribute = "Vaccine"}, [163] = { Name = "MachGaogamon", Species = "Beast", Generation = "Ultimate", Attribute = "Data"}, [164] = { Name = "Mamemon", Species = "Machine", Generation = "Ultimate", Attribute = "Data"}, [165] = { Name = "Mammothmon", Species = "Beast", Generation = "Ultimate", Attribute = "Vaccine"}, [166] = { Name = "MegaSeadramon", Species = "Aquatic", Generation = "Ultimate", Attribute = "Data"}, [167] = { Name = "Megadramon", Species = "Machine", Generation = "Ultimate", Attribute = "Virus"}, [168] = { Name = "MetalGreymon (Dark)", Species = "Dragon", Generation = "Ultimate", Attribute = "Virus"}, [169] = { Name = "MetalGreymon", Species = "Dragon", Generation = "Ultimate", Attribute = "Vaccine"}, [170] = { Name = "MetalTyrannomon", Species = "Dragon", Generation = "Ultimate", Attribute = "Virus"}, [171] = { Name = "Monzaemon", Species = "Holy", Generation = "Ultimate", Attribute = "Vaccine"}, [172] = { Name = "Crowmon", Species = "Bird", Generation = "Ultimate", Attribute = "Vaccine"}, [173] = { Name = "RizeGreymon", Species = "Dragon", Generation = "Ultimate", Attribute = "Vaccine"}, [174] = { Name = "Rapidmon", Species = "Beast", Generation = "Ultimate", Attribute = "Vaccine"}, [175] = { Name = "Lillymon", Species = "I.Plant", Generation = "Ultimate", Attribute = "Data"}, [176] = { Name = "LadyDevimon", Species = "Dark", Generation = "Ultimate", Attribute = "Virus"}, [177] = { Name = "WaruMonzaemon", Species = "Dark", Generation = "Ultimate", Attribute = "Virus"}, [178] = { Name = "WereGarurumon", Species = "Beast", Generation = "Ultimate", Attribute = "Vaccine"}, [179] = { Name = "WereGarurumon (Dark)", Species = "Beast", Generation = "Ultimate", Attribute = "Virus"}, [180] = { Name = "Wingdramon", Species = "Dragon", Generation = "Ultimate", Attribute = "Vaccine"}, [181] = { Name = "Groundramon", Species = "Dragon", Generation = "Ultimate", Attribute = "Virus"}, [182] = { Name = "Flaremon", Species = "Holy", Generation = "Ultimate", Attribute = "Vaccine"}, [183] = { Name = "Crescemon", Species = "Dark", Generation = "Ultimate", Attribute = "Data"}, [184] = { Name = "SuperStarmon", Species = "Machine", Generation = "Ultimate", Attribute = "Data"}, [185] = { Name = "BlackRapidmon", Species = "Machine", Generation = "Ultimate", Attribute = "Vaccine"}, [186] = { Name = "BlueMeramon", Species = "Dark", Generation = "Ultimate", Attribute = "Data"}, [187] = { Name = "PileVolcanomon", Species = "Aquatic", Generation = "Mega", Attribute = "Free"}, [188] = { Name = "Valkyrimon", Species = "Bird", Generation = "Mega", Attribute = "Free"}, [189] = { Name = "WarGreymon", Species = "Dragon", Generation = "Mega", Attribute = "Vaccine"}, [190] = { Name = "GigaSeadramon", Species = "Aquatic", Generation = "Mega", Attribute = "Data"}, [191] = { Name = "GranKuwagamon", Species = "I.Plant", Generation = "Mega", Attribute = "Free"}, [192] = { Name = "Gryphonmon", Species = "Holy", Generation = "Mega", Attribute = "Data"}, [193] = { Name = "Eaglemon", Species = "Bird", Generation = "Mega", Attribute = "Vaccine"}, [194] = { Name = "SaberLeomon", Species = "Beast", Generation = "Mega", Attribute = "Data"}, [195] = { Name = "ShineGreymon", Species = "Dragon", Generation = "Mega", Attribute = "Vaccine"}, [196] = { Name = "SkullMammothmon", Species = "Beast", Generation = "Mega", Attribute = "Vaccine"}, [197] = { Name = "MegaGargomon", Species = "Beast", Generation = "Mega", Attribute = "Vaccine"}, [198] = { Name = "HiAndromon", Species = "Machine", Generation = "Mega", Attribute = "Vaccine"}, [199] = { Name = "BanchLeomon", Species = "Beast", Generation = "Mega", Attribute = "Vaccine"}, [200] = { Name = "Piedmon", Species = "Dark", Generation = "Mega", Attribute = "Virus"}, [201] = { Name = "Puppetmon", Species = "Machine", Generation = "Mega", Attribute = "Virus"}, [202] = { Name = "Pharaohmon", Species = "Dark", Generation = "Mega", Attribute = "Virus"}, [203] = { Name = "Pukumon", Species = "Aquatic", Generation = "Mega", Attribute = "Virus"}, [204] = { Name = "BlackWarGreymon", Species = "Dragon", Generation = "Mega", Attribute = "Virus"}, [205] = { Name = "PrinceMamemon", Species = "Machine", Generation = "Mega", Attribute = "Data"}, [206] = { Name = "Preciomon", Species = "Aquatic", Generation = "Mega", Attribute = "Data"}, [207] = { Name = "HerculesKabuterimon", Species = "I.Plant", Generation = "Mega", Attribute = "Vaccine"}, [208] = { Name = "Phoenixmon", Species = "Bird", Generation = "Mega", Attribute = "Vaccine"}, [209] = { Name = "MirageGaogamon", Species = "Beast", Generation = "Mega", Attribute = "Data"}, [210] = { Name = "Machinedramon", Species = "Machine", Generation = "Mega", Attribute = "Virus"}, [211] = { Name = "MetalEtemon", Species = "Beast", Generation = "Mega", Attribute = "Virus"}, [212] = { Name = "MetalGarurumon", Species = "Beast", Generation = "Mega", Attribute = "Data"}, [213] = { Name = "MetalGarurumon (Black)", Species = "Beast", Generation = "Mega", Attribute = "Virus"}, [214] = { Name = "MetalSeadramon", Species = "Aquatic", Generation = "Mega", Attribute = "Data"}, [215] = { Name = "Rosemon", Species = "I.Plant", Generation = "Mega", Attribute = "Data"}, [216] = { Name = "ZeedGarurumon", Species = "Beast", Generation = "Mega", Attribute = "Data"}, [217] = { Name = "VictoryGreymon", Species = "Dragon", Generation = "Mega", Attribute = "Vaccine"}, [218] = { Name = "Slayerdramon", Species = "Dragon", Generation = "Mega", Attribute = "Vaccine"}, [219] = { Name = "Brakedramon", Species = "Dragon", Generation = "Mega", Attribute = "Virus"}, [220] = { Name = "Apollompn", Species = "Holy", Generation = "Mega", Attribute = "Vaccine"}, [221] = { Name = "Dianamon", Species = "Dark", Generation = "Mega", Attribute = "Data"}, [222] = { Name = "Imperialdramon", Species = "Dragon", Generation = "Mega", Attribute = "Free"}, [223] = { Name = "Gallantmon", Species = "Holy", Generation = "Mega", Attribute = "Virus"} } local Personality = { [0] = "Docile", [1] = "Selfish", [2] = "Hasty", [3] = "Lazy", [4] = "Zealous", [5] = "Cool", [6] = "Daring", [7] = "Coward", [8] = "???" } local Party = { --all 4 bytes signed Base = {0,0,0,0,0,0,0,0,0,0,0,0,0}, ID = {0,0,0,0,0,0,0,0,0,0,0,0,0}, ID_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Hunger = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Capacity = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Personality = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Battles = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Wins = {0,0,0,0,0,0,0,0,0,0,0,0,0}, HP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, TP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Max_HP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Max_TP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Attack = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Attack_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Defence = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Wisedom = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Speed = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Cold_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Light_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dark_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Thunder_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dragon = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Beast = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Aquatic = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Bird = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Machine = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Holy = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Insect_Plant = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dark = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Pass_Time = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Pass_Time_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0} } local NPC = { --all 4 bytes signed Base = {0,0,0,0,0,0,0,0,0,0,0,0,0}, ID = {0,0,0,0,0,0,0,0,0,0,0,0,0}, ID_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Hunger = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Capacity = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Personality = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Battles = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Wins = {0,0,0,0,0,0,0,0,0,0,0,0,0}, HP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, TP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Max_HP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Max_TP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Attack = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Attack_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Defence = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Wisedom = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Speed = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Cold_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Light_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dark_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Thunder_AP = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dragon = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Beast = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Aquatic = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Bird = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Machine = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Holy = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Insect_Plant = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Dark = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Pass_Time = {0,0,0,0,0,0,0,0,0,0,0,0,0}, Pass_Time_Address = {0,0,0,0,0,0,0,0,0,0,0,0,0} } function update() local start = readu32(Addresses.US.Pointer)+0x20 local amount = readu32(readu32(Addresses.US.Pointer)-0x139FC) --struct 0x1D4 long if amount > 20 then amount = 20 end for i = 0, 20 do Party.Base[i+1] = start + (i * 0x1D4) Party.ID[i+1] = reads32(start + 0x4 + (i * 0x1D4)) Party.ID_Address[i+1] = start + 0x4 + (i * 0x1D4) Party.Hunger[i+1] = reads32(start + 0xC + (i * 0x1D4)) Party.Capacity[i+1] = reads32(start + 0x14 + (i * 0x1D4)) Party.Personality[i+1] = reads32(start + 0x1C + (i * 0x1D4)) Party.Battles[i+1] = reads32(start + 0x28 + (i * 0x1D4)) Party.Wins[i+1] = reads32(start + 0x2C + (i * 0x1D4)) Party.HP[i+1] = reads32(start + 0x5C + (i * 0x1D4)) Party.TP[i+1] = reads32(start + 0x60 + (i * 0x1D4)) Party.Max_HP[i+1] = reads32(start + 0x64 + (i * 0x1D4)) Party.Max_TP[i+1] = reads32(start + 0x68 + (i * 0x1D4)) Party.Attack[i+1] = reads32(start + 0x6C + (i * 0x1D4)) Party.Attack_Address[i+1] = start + 0x90 + (i * 0x1D4) Party.Defence[i+1] = reads32(start + 0x70 + (i * 0x1D4)) Party.Wisedom[i+1] = reads32(start + 0x74 + (i * 0x1D4)) Party.Speed[i+1] = reads32(start + 0x78 + (i * 0x1D4)) Party.Cold_AP[i+1] = reads32(start + 0x80 + (i * 0x1D4)) Party.Light_AP[i+1] = reads32(start + 0x84 + (i * 0x1D4)) Party.Dark_AP[i+1] = reads32(start + 0x88 + (i * 0x1D4)) Party.Thunder_AP[i+1] = reads32(start + 0x8C + (i * 0x1D4)) Party.Dragon[i+1] = reads32(start + 0x118 + (i * 0x1D4)) Party.Beast[i+1] = reads32(start + 0x11C + (i * 0x1D4)) Party.Aquatic[i+1] = reads32(start + 0x120 + (i * 0x1D4)) Party.Bird[i+1] = reads32(start + 0x124 + (i * 0x1D4)) Party.Machine[i+1] = reads32(start + 0x128 + (i * 0x1D4)) Party.Holy[i+1] = reads32(start + 0x12C + (i * 0x1D4)) Party.Insect_Plant[i+1] = reads32(start + 0x130 + (i * 0x1D4)) Party.Dark[i+1] = reads32(start + 0x134 + (i * 0x1D4)) Party.Pass_Time[i+1] = reads32(start + 0x198 + (i * 0x1D4)) Party.Pass_Time_Address[i+1] = start + 0x198 + (i * 0x1D4) end end function update_npc() local start = Addresses.US.NPC1_Start for i = 0, 2 do NPC.Base[i+1] = start + (i * 0x1D0) NPC.ID[i+1] = reads32(start + 0x4 + (i * 0x1D0)) NPC.Hunger[i+1] = reads32(start + 0xC + (i * 0x1D0)) NPC.Capacity[i+1] = reads32(start + 0x14 + (i * 0x1D0)) NPC.Personality[i+1] = reads32(start + 0x1C + (i * 0x1D0)) NPC.Battles[i+1] = reads32(start + 0x28 + (i * 0x1D0)) NPC.Wins[i+1] = reads32(start + 0x2C + (i * 0x1D0)) NPC.HP[i+1] = reads32(start + 0x5C + (i * 0x1D0)) NPC.TP[i+1] = reads32(start + 0x60 + (i * 0x1D0)) NPC.Max_HP[i+1] = reads32(start + 0x64 + (i * 0x1D0)) NPC.Max_TP[i+1] = reads32(start + 0x68 + (i * 0x1D0)) NPC.Attack[i+1] = reads32(start + 0x6C + (i * 0x1D0)) NPC.Attack_Address[i+1] = start + 0x6C + (i * 0x1D0) NPC.Defence[i+1] = reads32(start + 0x70 + (i * 0x1D0)) NPC.Wisedom[i+1] = reads32(start + 0x74 + (i * 0x1D0)) NPC.Speed[i+1] = reads32(start + 0x78 + (i * 0x1D0)) --[[ changing these actually affect attack, but its super low?? NPC.Attack[i+1] = reads32(start + 0x90 + (i * 0x1D0)) NPC.Attack_Address[i+1] = start + 0x90 + (i * 0x1D0) NPC.Defence[i+1] = reads32(start + 0x94 + (i * 0x1D0)) NPC.Wisedom[i+1] = reads32(start + 0x98 + (i * 0x1D0)) NPC.Speed[i+1] = reads32(start + 0x9C + (i * 0x1D0)) ]]-- -- NPC.Cold_AP[i+1] = reads32(start + 0x80 + (i * 0x1D0)) -- NPC.Light_AP[i+1] = reads32(start + 0x84 + (i * 0x1D0)) -- NPC.Dark_AP[i+1] = reads32(start + 0x88 + (i * 0x1D0)) -- NPC.Thunder_AP[i+1] = reads32(start + 0x8C + (i * 0x1D0)) -- NPC.Dragon[i+1] = reads32(start + 0x118 + (i * 0x1D0)) -- NPC.Beast[i+1] = reads32(start + 0x11C + (i * 0x1D0)) -- NPC.Aquatic[i+1] = reads32(start + 0x120 + (i * 0x1D0)) -- NPC.Bird[i+1] = reads32(start + 0x124 + (i * 0x1D0)) -- NPC.Machine[i+1] = reads32(start + 0x128 + (i * 0x1D0)) -- NPC.Holy[i+1] = reads32(start + 0x12C + (i * 0x1D0)) -- NPC.Insect_Plant[i+1] = reads32(start + 0x130 + (i * 0x1D0)) -- NPC.Dark[i+1] = reads32(start + 0x134 + (i * 0x1D0)) -- NPC.Pass_Time[i+1] = reads32(start + 0x198 + (i * 0x1D0)) -- NPC.Pass_Time_Address[i+1] = start + 0x198 + (i * 0x1D0) end end function display() local text_x = 264 local text_y = 0 local amount = readu32(readu32(Addresses.US.Pointer)-0x139FC) local rng = read8(Addresses.US.RNG) for i = 1, amount do if Digimon[Party.ID[i]] ~= nil then text(text_x + 16,text_y, string.format('%d %s (%d) Cap: %d Time: %d', i, Digimon[Party.ID[i]].Name, Party.ID[i], Party.Capacity[i], Party.Pass_Time[i])) text_y = text_y + 8 text(text_x + 16, text_y, string.format('ID: 0x%08X Time: 0x%08X',Party.ID_Address[i],Party.Pass_Time_Address[i])) text_y = text_y + 8 end end text_y = 190 for i = 1, 3 do if Digimon[NPC.ID[i]] ~= nil then text(text_x + 16,text_y, string.format('%d %s (%d) %s (%d)', i, Digimon[NPC.ID[i]].Name, NPC.ID[i],Personality[NPC.Personality[i]], NPC.Personality[i])) text_y = text_y + 8 text(text_x + 16,text_y, string.format('HP: %d/%d TP: %d/%d',NPC.HP[i], NPC.Max_HP[i], NPC.TP[i], NPC.Max_TP[i])) text_y = text_y + 8 text(text_x + 16,text_y, string.format('ATK: %d DEF: %d WIS: %d SPD: %d',NPC.Attack[i], NPC.Defence[i], NPC.Wisedom[i], NPC.Speed[i])) text_y = text_y + 8 end end text(text_x + 16,text_y, "RNG: " .. rng) end console.clear() update_npc() console.log(string.format('%d\t%s\t%s\t%s\t%s\t%s\t%d\t%d\t%d\t%d\t%d\t%d',NPC.ID[1], Digimon[NPC.ID[1]].Name, Digimon[NPC.ID[1]].Species, Digimon[NPC.ID[1]].Generation, Digimon[NPC.ID[1]].Attribute, Personality[NPC.Personality[1]], NPC.Max_HP[1], NPC.Max_TP[1],NPC.Attack[1], NPC.Defence[1], NPC.Wisedom[1], NPC.Speed[1])) console.log(string.format('%d\t%s\t%s\t%s\t%s\t%s\t%d\t%d\t%d\t%d\t%d\t%d',NPC.ID[2], Digimon[NPC.ID[2]].Name, Digimon[NPC.ID[2]].Species, Digimon[NPC.ID[2]].Generation, Digimon[NPC.ID[2]].Attribute, Personality[NPC.Personality[2]], NPC.Max_HP[2], NPC.Max_TP[2],NPC.Attack[2], NPC.Defence[2], NPC.Wisedom[2], NPC.Speed[2])) console.log(string.format('%d\t%s\t%s\t%s\t%s\t%s\t%d\t%d\t%d\t%d\t%d\t%d',NPC.ID[3], Digimon[NPC.ID[3]].Name, Digimon[NPC.ID[3]].Species, Digimon[NPC.ID[3]].Generation, Digimon[NPC.ID[3]].Attribute, Personality[NPC.Personality[3]], NPC.Max_HP[3], NPC.Max_TP[3],NPC.Attack[3], NPC.Defence[3], NPC.Wisedom[3], NPC.Speed[3])) while true do update() update_npc() display() emu.frameadvance() end
Since the run will be in Korean, I documented everything in U first: https://docs.google.com/spreadsheets/d/1aCyueFk4Ka159PzuUdvKFLWph3PTwQ59OnVZ2Rf4DJg/edit?usp=sharing Notes: https://www.speedrun.com/digimon_world_championship/guides/gkp1v Speedrunner Eldwick discovered that the game's RNG only has 103 values. This doesn't change during battle, so everything after a fight starts is determined before hand. That means to optimize it, you need to TAS all 103 rng values of it, then see which ones are fastest.
Booting up the game (Randomized based on the second on the clock so can only be around 60 different seeds) Continuing a Game (Adds an unknown amount to the seed) Setting your name at the start of the game (Adds +34 to the seed) Tapping on a battle without entering (+1 to the seed) Confirming a battle after tapping (+1 to the seed) Ending the Day (Adds an at the moment unknown amount to the seed) Hunts (Randomizes the seed every frame)
Hunting doesn't randomize every frame. It just makes it go up super fast every frame. Perliminary and Championships are the only ones where the teams are randomized. The last team for championship however, seems to be always Death & Laws. https://gamefaqs.gamespot.com/ds/943756-digimon-world-championship/faqs/54306 This list "past time" evolutions as "random". There actually is an ingame counter that determines when your digimon evolves. I only recorded a handful of them so far, but for instance, Botamon -> Koromon takes 1440 units of time. Every time you end day early, this increases by ~886 or so. The current route is as follows: 1. Hatch egg for Botamon. 2. Catch 2 Punimon 3. Move the Mini Infirmary to upper right hand corner of the screen. Dump all 3 digimon there. 4. Advance day until Botamon -> Koromon Punimon -> DemiMeramon This both takes 1440 units, or ~2 days 4. Advance day until DemiMeramon -> Candlemon Koromon -> ToyAgumon This both takes 5760 units, or ~6 days 5. Advance day until all 3 becomes eggs again at 17279 units. This takes ~19 days, and you should be by Winter day 6 now. 6. Quickly hatch all 3, then advance 3 more days until Botamon -> Koromon Punimon -> DemiMeramon You should be at Spring day 3 if done correctly. 7. Beat the "Ace of Spring" title match using one of the DemiMeramon. 8. Advance another day to 4. 9. Start 3 fights with free battle 3 v 3 "Kamikaze", and lose 3 times in a row with all 3. If done correctly, you should get DemiMeramon -> Coronamon (from the one that fought Ace of Spring) Koromon -> Agumon 10. Advance to day 5. 11. Beat title "Bit Agent" using all 3. You should control Coronamon to attack. This should be 4 battles, enough to get the last DemiMeramon to evolve. You should now be at Tamer Rank 2 Blue. The amount of fights should be: Agumon - 4 fights (Kamikaze x3, Bit Agent) Coronamon - 4 fights (Kamikaze x3, Bit Agent) Coronamon - 5 fights (Ace of Spring, Kamikaze x3, Bit Agent) 12. Advance 2 more days to day 7 Spring. 13. Beat title "Challenge Gears" using Agumon or Coronamon? and spam specials. Agumon - 5 fights (Kamikaze x3, Bit Agent, Challenge Gears) Coronamon - 4 fights (Kamikaze x3, Bit Agent) Coronamon - 5 fights (Ace of Spring, Kamikaze x3, Bit Agent) 14. End day early to day 8. 15. Beat title "Small Challenger" using Coronamon. You should now be at Tamer Rank 3 Red, with Champion tier unlocked. Both of your Coronamon should have at least 5 fights now, enough to evolve to Firamon immediately. Agumon - 5 fights (Kamikaze x3, Bit Agent, Challenge Gears) Firamon - 5 fights (Kamikaze x3, Bit Agent, Small Challenger) Firamon - 5 fights (Ace of Spring, Kamikaze x3, Bit Agent) 16. End day early to day 1 Summer. Before ending the day again, move Agumon to the Mini Infirmary, then drop 2 pills to the Firamons. 17. This should be day 2 Summer. Beat title "Summer of Mirages" using 2 Firamon. Agumon - 5 fights (Kamikaze x3, Bit Agent, Challenge Gears) Firamon - 6 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages) Firamon - 6 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages) 18. Drop the 2 Firamon into the Mini Infimary. End day until day 6 Summer. 19. Beat title "Clear Fighters" using all 3. Agumon should now have 6 fights, allowing them to evolve into Greymon. Greymon - 6 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters) Firamon - 7 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters) Firamon - 7 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters) 20. End day until day 8 Summer. 21. Beat title "Insect Royale" using all 3. You should now be at Tamer Rank 4 White Greymon - 7 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale) Firamon - 8 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale) Firamon - 8 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale) 22. End day to day 1 Autumn. Drop 2 pills for Firamon. End day again to 2. 23. Beat title "Large Fighter" using Firamon's specials. Greymon - 8 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter) Firamon - 9 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter) Firamon - 9 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter) 24. Drop all 3 into the Mini Infirmary, then end day until day 5 Autumn. 25. Beat title "Rainbow Flyer". Greymon - 9 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer) Firamon - 10 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer) Firamon - 10 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer) 26. End day until day 7 Autumn. 27. Beat title "Captain Region". You should now be at Tamer Rank 5 Bronze. This unlocks Ultimate evolutions. All 3 should immediately evolve right after. MetalGreymon - 10 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region) Flaremon - 11 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region) Flaremon - 11 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region) Drop 2 pills then end the day. 28. Beat title "Huge Maximum". MetalGreymon - 11 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum) Flaremon - 12 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum) Flaremon - 12 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum) 29. End day until day 2 Winter 30. Beat title "Ancient Busters". MetalGreymon - 12 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) Flaremon - 13 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) Flaremon - 13 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) 31. End day until day 4 Winter 32. Beat title "Silver Freeze" using 1 Flaremon. You should be at Tamer Rank 6 Silver now. MetalGreymon - 12 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) Flaremon - 13 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) Flaremon - 14 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Silver Freeze) 33. End day early until day 7 Spring. 34. Beat title "Saint Soldiers" using 2 Flaremon. MetalGreymon - 12 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters) Flaremon - 14 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Saint Soldiers) Flaremon - 15 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Silver Freeze, Saint Soldiers) 35. End day early until day 4 Summer. 36. Beat title "Volcano Striker". MetalGreymon - 13 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Volcano Striker) Flaremon - 15 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Saint Soldiers, Volcano Striker) Flaremon - 16 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Silver Freeze, Saint Soldiers, Volcano Striker) 37. End day early until day 8 Summer. 38. Beat title "Aqua Crusher". MetalGreymon - 14 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Volcano Striker, Aqua Crusher) Flaremon - 16 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Saint Soldiers, Volcano Striker, Aqua Crusher) Flaremon - 17 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Silver Freeze, Saint Soldiers, Volcano Striker, Aqua Crusher) 39. End day early until day 2 Autumn. 40. Beat title "Autumn Survivor" using 1 Flaremon. You should be at Tamer Rank 6 Gold and unlocked Megas. MetalGreymon - 14 fights (Kamikaze x3, Bit Agent, Challenge Gears, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Volcano Striker, Aqua Crusher) Flaremon - 17 fights (Kamikaze x3, Bit Agent, Small Challenger, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Saint Soldiers, Volcano Striker, Aqua Crusher, Autumn Survivor) Flaremon - 17 fights (Ace of Spring, Kamikaze x3, Bit Agent, Summer of Mirages, Clear Fighters, Insect Royale, Large Fighter, Rainbow Flyer, Captain Region, Huge Maximum, Ancient Busters, Silver Freeze, Saint Soldiers, Volcano Striker, Aqua Crusher) 41. Buy and upgrade the "Volcano" and "Flower Garden" cage. 42. Dump MetalGreymon into the Volcano. Dump the 2 Flaremon into the Flower Garden 43. End day until day 5 Autumn. 44. Beat the Preliminaries. This should give both Flaremons the 20 battles needed for evolving into Apollomon. 45. The Championships start next year. Spend the next 30 days dragging MetalGreymon and Flaremon back and forth between Volcano/Garden, then end day until they evolve. 46. Beat Championships at day 5 Autumn
Experienced player (863)
Joined: 2/5/2012
Posts: 1866
Location: Brasil
what a beautiful TAS this would be, the game's already short and could be shortened even more!
I want all good TAS inside TASvideos, it's my motto. TAS i'm interested: Megaman series, specially the RPGs! Where is the mmbn1 all chips TAS we deserve? Where is the Command Mission TAS? i'm slowly moving away from TASing fighting games for speed, maybe it's time to start finding some entertainment value in TASing.
Skilled player (1769)
Joined: 9/17/2009
Posts: 5001
Location: ̶C̶a̶n̶a̶d̶a̶ "Kanatah"
KusogeMan wrote:
what a beautiful TAS this would be, the game's already short and could be shortened even more!
The run would likely be very boring due to tons of end day early sequences, but thanks for replying! Anyways, I finally got all the data of the digimon. I do not know how the game determines "SP" moves, but at least it's digipedia entry lists their skills. I manually checked every single capacity and "passing time" evolution values in U, since those weren't available anywhere online. Middle series means they qualify for the title "Pendulum Distortion", which I'm not finished checking yet, but not relevant to the run.
ID Profile ID Name Profile Skill 1 Skill 2 Skill 3 Capacity Address U Species Generation Attribute Middle series Min. Passing Time to Evolve Passing time evolve
0 - DigiEgg (White) 12 - - DigiEgg None
1 - DigiEgg (Red Stripes) 12 - - DigiEgg None
2 - DigiEgg (Camo) 12 - - DigiEgg None
3 - DigiEgg (Hearts) 12 - - DigiEgg None
4 - DigiEgg (Green Purple) 12 - - DigiEgg None
5 - DigiEgg (Yoshi) 12 - - DigiEgg None
6 - DigiEgg (Purple Stripes) 12 - - DigiEgg None
7 - DigiEgg (Yellow Stripes) 12 - - DigiEgg None
8 1 Zurumon A Slime Digimon born from the fusion of a PC virus and negative human emotions. It lives in wet places and spits a poisonous froth. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109A - In-Tr. I None 1440 Motimon
9 2 Choromon A small, red-eyed Machine Digimon. It discharges electricity from its tail. It cannot move in dark places, so it lives in well lit areas. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109B - In-Tr. I None 1440 Kapurimon
10 3 Nyokimon A Seed Digimon with a clear film on its body. It has potential to digivolve into a Vegetation or Dragon Digimon. It lives where plants are abundant. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109C - In-Tr. I None 1440 Tanemon
11 4 Pabumon A Slime Digimon that looks like a green bubble. It stops an enemy with its bubbles and then flees. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109D - In-Tr. I None 1440 Tanemon
12 5 Pichimon A Slime Digimon that looks like a microorganism. It blinds its enemies with froth. It lives near the water. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109E - In-Tr. I None 1440 Tokomon
13 7 Punimon A newly-born Slime Digimon. It has a squishy red body and has three antennae growing from its head. It lives in relatively mild climates. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A0 - In-Tr. I None 1440 DemiMeramon
14 8 Botamon A Slime Digimon with black hairs growing from it. It is newly-born and emits froth from its mouth. Lives almost anywhere. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A1 - In-Tr. I None 1440 Koromon
15 9 Poyomon A Slime Digimon found on the Internet Sea. It lives in clear waters. It is the most primitive form of all Digimon and said to be the missing link. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A2 - In-Tr. I None 1440 Motimon
16 10 Mokumon A smoke Digimon that protects its digicore with smoke. It lives where the air is dirty, like in factories and volcanoes. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A3 - In-Tr. I None 1440 DemiMeramon
17 11 YukimiBotamon A Botamon-like Slime Digimon. It has white hairs growing from it. Its white body is cold and weak against heat, so it lives in cold places. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A4 - In-Tr. I None 1440 Nyaromon
18 12 Yuramon A Seed Digimon covered in soft hair. It makes itself airborne to look for the best environments. Usually seen on open grassland. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A5 - In-Tr. I None 1440 Tanemon
19 6 Petitmon A rare Dramon-like Slime Digimon with two big horns and small wings. It stabilizes itself with air blown from its mouth. NA No skills available in In-Training I No skills available in In-Training I NA No skills available in In-Training I NA No skills available in In-Training I 12 021D109F - In-Tr. I None 1440 Bebydomon
20 13 Kapurimon A Micro Digimon that moves around like a bat. Using sonar with the two horns on its helmet, it is active both night and day. Howling Blow Unleashes a sound wave that stuns an opponent's hearing. Unleashes a sound wave that stuns an opponent's hearing. NA No skills available in In-Training I NA No skills available in In-Training I 14 021D10A6 Machine In-Tr. II None 5760 Hagurumon
21 14 Koromon A Micro Digimon that moves around like a bat. Using sonar with the two horns on its helmet, it is active both night and day. Froth Emits froth from its mouth. Emits froth from its mouth. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A7 Dragon In-Tr. II None 5760 ToyAgumon
22 16 Tanemon A timid Bulb Digimon with leaves on its head. It buries itself in the ground to act like a plant when it senses danger. It spits a sticky froth. Tackle A powerful charge used against the opponent. A powerful charge used against the opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A9 I.Plant In-Tr. II None 5760 Palmon
23 17 Tsunomon A Micro Digimon with a large horn who is covered in fur. It is very mischievous and has not yet developed the instincts to fight. Tackle A powerful charge used against the opponent. A powerful charge used against the opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10AA Beast In-Tr. II None 5760 Elecmon
24 18 Tokomon A Micro Digimon. It is very rare for an In-Training Digimon to have arms and legs. It is adept at attacking with its fangs. Bite A powerful bite using sharp fangs. A powerful bite using sharp fangs. NA No skills available in In-Training I NA No skills available in In-Training I 14 021D10AB Holy In-Tr. II None 5760 Patamon
25 19 Nyaromon A Micro Digimon that acts like a cat. Its attacks are still weak and not suited for combat. Tail Whip A move where the tail inflates and its hair becomes spikes. It then swings its tail at an opponent. A move where the tail inflates and its hair becomes spikes. It then swings its tail at an opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10AC Beast In-Tr. II None Yes 5760 Renamon
26 20 Pagumon A Micro Digimon that has ears. It has sort of a mean nature and likes to bully Koromon and Tsunomon. It is not ready for battle. Tackle A powerful charge used against the opponent. A powerful charge used against the opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10AD Dark In-Tr. II None 5760 Tsukaimon
27 21 Yokomon A Micro Digimon with a large flower on its head. Its root-like appendages let it float for short distances. It lives on the grasslands in herds. Flower Bubbles A popping bubble that looks like a flower petal. A popping bubble that looks like a flower petal. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10AE I.Plant In-Tr. II None 5760 Biyomon
28 22 Bukamon A shy, Micro Digimon that looks like an infant dinosaur. It flees when it senses danger. It can't dive too deep so it lives in shallow waters. Froth Bubbles Spits froth that looks like bubbles. Spits froth that looks like bubbles. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10AF Aquatic In-Tr. II None 5760 Gizamon
29 23 DemiMeramon A Fire Digimon that is engulfed in fire. It is aggressive but is not very strong. It may flee when it encounters an Aquatic or Icy Digimon. Flame Shot Fires a small ball of flame from its mouth. Fires a small ball of flame from its mouth. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10B0 Machine In-Tr. II None 5760 Candlemon
30 26 Motimon A Micro Digimon that has a stretchy body. It can block an enemy's attacks with the versatile froth it emits. Elastic Froth Froth that can shrink and expand. Froth that can shrink and expand. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10B3 Machine In-Tr. II None 5760 Kunemon
31 24 Bebydomon Discovered recently, this Digimon looks like an infant dragon. It is said to be an Ancient Digimon. It is small but aggressive. Hot Steam Uses hot steam created inside the body. Uses hot steam created inside the body. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10B1 Dragon In-Tr. II None 5760 Dracomon
32 15 Sunmon An In-Training Digimon shaped like the sun. It has a flame on its head and spends time floating in the air. Its attacking abilities are weak. Starlight A move using energy from the stars against the opponent. A move using energy from the stars against the opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10A8 Holy In-Tr. II None 5760 Coronamon
33 25 Moonmon An In-Training Digimon with a body like a drop of water. It is easily affected by the Tamer who raises it. Dark Burst A ball of dark energy fired against the opponent. A ball of dark energy fired against the opponent. NA No skills available in In-Training I NA No skills available in In-Training I 12 021D10B2 Dark In-Tr. II None 5760 Lunamon
34 27 Agumon A bipedal, Reptile Digimon. It is the epitome of Rookie Digimon. It is very brave, but limited in ability since it is still in the process of maturing. Pepper Breath A breath of fire blown at an enemy. A breath of fire blown at an enemy. Spitfire Blast A burst of flame which bellows out after taking a deep breath. NA 14 021D10B4 Dragon Rookie Vaccine 11520 Tyrannomon
35 28 Armadillomon A Mammal Digimon in a hard shell. It is said to be a descendant of an ancient species. Its physical attacks and front claws are very powerful. Scratch An attack with the front claws to scratch the opponent. An attack with the front claws to scratch the opponent. Diamond Shell Rolls up into a ball to charge the opponent. NA 16 021D10B5 Beast Rookie Free 11520 Tortomon
36 30 Elecmon A Mammal Digimon in a hard shell. It is said to be a descendant of an ancient species. Its physical attacks and front claws are very powerful. Super Thunder Strike A burst of electricity from the tail. A burst of electricity from the tail. NA NA 14 021D10B7 Beast Rookie Data 11520 RedVegiemon
37 31 Otamamon An Amphibian Digimon that lives in water. It usually swims around in swamps and rivers. It can put its opponents to sleep with its songs. Stun Bubble A froth that brings about eternal sleep. A froth that brings about eternal sleep. NA NA 14 021D10B8 Aquatic Rookie Virus 11520 Raremon
38 32 Gaomon A Beast Digimon with gloves to protect its hands until its claws fully develop. It is quick and is good at hit and run attacks. Rolling Upper Moves close to an opponent and unleashes an uppercut Moves close to an opponent and unleashes an uppercut Double Back Hand A spin of the body unleashes an attack with both hands to smash the opponent. Gao Rush A series of rapid punches 14 021D10B9 Beast Rookie Data 11520 Gargomon
39 33 Gazimon A Mammal Digimon with large claws. It is a small Digimon, but is very aggressive and unfriendly. It attacks with paralyzing gas. Electric Stun Blast A breath of poison gas. A breath of poison gas. NA NA 16 021D10BA Beast Rookie Virus 11520 Lynxmon
40 34 Gabumon A shy, Reptile Digimon that wears a fur coat made from Garurumon. It attacks with its horn, claws and flames. Blue Blaster A small ball of flame fired from the mouth. A small ball of flame fired from the mouth. Petit Fire Hook Places a Petit Fire in the hand to punch the opponent with. NA 14 021D10BB Dragon Rookie Data 11520 Garurumon
41 35 Kamemon An Android Digimon with a carapace. It moves around by rolling on the ball on its stomach. Its shell has very high defensive capabilities. Pointer Arrow An arrow shaped projectile that homes in on a target. An arrow shaped projectile that homes in on a target. Met Tackle Glides using the ball on its stomach to attack the opponent. NA 14 021D10BC Aquatic Rookie Data 11520 Shellmon
42 36 Gizamon A Sea Mammal Digimon. It has webbed feet and hands. It thrives better in water than on land. Fierce in water, it uses its blade like backfin to attack. Spiral Saw Rolls up into a ball and uses blade-like fins to attack an opponent. Rolls up into a ball and uses blade-like fins to attack an opponent. NA NA 14 021D10BD Aquatic Rookie Virus 11520 Gesomon
43 37 Candlemon A docile, Fire Digimon with a digicore flame on its head. It will not harm others unprovoked. It uses fire in battle and is weak against water. Bonfire Breathes out a small fireball. Breathes out a small fireball. NA NA 14 021D10BE Machine Rookie Data 11520 Lynxmon
44 39 Kunemon A Larva Digimon with lightning-bolt marks on its body. A rarity within the Insectoid Digimon. Its not nimble, but has a powerful lightning attack. Electric Thread Fires an electric thread from its mouth. Fires an electric thread from its mouth. NA NA 14 021D10C0 I.Plant Rookie Virus 11520 Vegiemon
45 41 Gotsumon An Ore Digimon which strengthens its defense by using mineral data. It is uncontrollable when its anger erupts like a volcano. Rock Fist Fires rocks from its head. Fires rocks from its head. NA NA 16 021D10C2 Machine Rookie Data 11520 Geremon
46 42 Goburimon An intelligent Digimon that looks like a lesser demon. It has no courage, so it will flee when it is at a disadvantage. Its huge club is not very strong. Goburi Strike Throws balls of fire at mach speed. Throws balls of fire at mach speed. NA NA 14 021D10C3 Dark Rookie Virus 11520 Ogremon
47 43 Gomamon A Sea Beast Digimon capable of living on the land. The red hair on its back stands up when angry. Its claws are powerful enough to crush ice. Marching Fishes Uses small fish to attack an opponent. Uses small fish to attack an opponent. NA NA 14 021D10C4 Aquatic Rookie Vaccine 11520 Mojyamon
48 47 Terriermon A mysterious Beast Digimon with a horn on its head. It looks cute, but its attacks are very powerful. It is small and moves quickly. Bunny Blast Uses its ears like propellers to create a small cyclone. Uses its ears like propellers to create a small cyclone. Blazing Fire A burst of high temperature fire blown from the mouth. NA 14 021D10C8 Beast Rookie Vaccine 11520 Gatomon
49 48 Tentomon An Insectoid Digimon that looks like a ladybug and is docile compared to its group. Protected by a hard shell, it uses static from its wings to attack. Super Shocker Amplifies static electricity with its wings to fire at an opponent. Amplifies static electricity with its wings to fire at an opponent. NA NA 14 021D10C9 I.Plant Rookie Vaccine 11520 Togemon
50 49 ToyAgumon A Puppet Digimon made of plastic blocks. It was made to look like Agumon. It is docile and loves children, but its special attack is powerful. Toy Flame Fires a toy missile shaped like a flame. Fires a toy missile shaped like a flame. NA NA 14 021D10CA Machine Rookie Vaccine 11520 Sukamon
51 51 Tapirmon A Digimon said to have emerged from a medical PC. It erases nightmares and viruses. It is smart but not quick, thus not strong in battle. Walking Dream Unleashes the nightmares absorbed inside its body to terrify the opponent. Unleashes the nightmares absorbed inside its body to terrify the opponent. NA NA 14 021D10CC Holy Rookie Vaccine 11520 Bakemon
52 52 Hagurumon A spinning, gear-shaped Machine Digimon. It is not very smart, and its normal attacks are weak, but watch out for its special attacks. Darkness Gear Confuses the opponent by putting a black, virus infested gear inside its body. Confuses the opponent by putting a black, virus infested gear inside its body. NA NA 14 021D10CD Machine Rookie Virus 11520 Starmon
53 53 Patamon A cute, popular Mammal Digimon. It flies with big ears. It is not suited for battle since it is slow and has weak attacks. Wing Slap Slaps the opponent using large ears. Slaps the opponent using large ears. Boom Bubble Breathes in and then releases a ball of air. NA 12 021D10CE Holy Rookie Free 11520 Kyubimon
54 54 Palmon A Vegetation Digimon with a tropical flower on its head. This flower changes its scent according to its mood. It is slow but uses poisonous attacks. Poison Ivy Stuns the opponent by wrapping a poisonous vine around it. Stuns the opponent by wrapping a poisonous vine around it. NA NA 14 021D10CF I.Plant Rookie Data 11520 Vegiemon
55 55 DemiDevimon A small Evil Digimon that looks like a bat. It acts as a minion to a higher Digimon and is rarely alone. Its attacks are weak, but it uses its smarts. Demi Dart Sucks data from the opponent by throwing a syringe at it. Sucks data from the opponent by throwing a syringe at it. NA NA 12 021D10D0 Dark Rookie Virus 11520 Bakemon
56 56 Biyomon This Baby Bird Digimons wings have developed into arms. It usually lives on land and flies to escape danger. It does not move or fight very well. Spiral Twister Inflict emotional damage on the opponent with a magical flame. Inflict emotional damage on the opponent with a magical flame. NA NA 14 021D10D1 Bird Rookie Vaccine 11520 Akatorimon
57 57 Falcomon A Bird Digimon that lives high in the mountains. It cant fly well, but has powerful legs, so it can run quickly up mountains. Its claw attacks are powerful. Scratch Smash Scratches the opponent with claws on its wings. Scratches the opponent with claws on its wings. Falco Rush An attack unleashed using powerful legs. Ninja Blade Fires multiple throwing stars made from hard feathers. 14 021D10D2 Bird Rookie Vaccine 11520 Saberdramon
58 59 Salamon A Mammal Digimon with cute, saggy ears. It was created by researchers as a pet. Its attacks are weak, but its voice can stun its opponents. Puppy Howling Stuns the opponent with a high pitched howl. Stuns the opponent with a high pitched howl. NA NA 14 021D10D4 Holy Rookie Vaccine 11520 Gatomon
59 60 Floramon A Vegetation Digimon with a flower-shaped face. It has high defense due to the petal-like shells protecting its head, but has low mobility. Rain of Pollen Causes the opponent to lose the will to fight by unleashing an allergenic pollen. Causes the opponent to lose the will to fight by unleashing an allergenic pollen. NA NA 14 021D10D5 I.Plant Rookie Data 11520 Vegiemon
60 61 Mushroomon A Vegetation Digimon that looks like a toadstool. It has many small mushroom bombs growing from its body. It may be slow, but be wary of its bombs. Fungus Cruncher Unleashes numerous small mushroom bombs from its body. Unleashes numerous small mushroom bombs from its body. NA NA 14 021D10D6 I.Plant Rookie Virus 11520 RedVegiemon
61 62 SnowAgumon An Agumon-like Reptile Digimon. It is adept at fighting while hiding in the snow. Unlike ordinary Agumon, it is weak against fire attacks. Little Blizzard A blizzard blown from the mouth. A blizzard blown from the mouth. NA NA 14 021D10D7 Aquatic Rookie Vaccine 11520 Frigimon
62 64 Renamon A Beast Humanoid Digimon that looks like a golden fox. It is highly intelligent and always calm. Rather than power, it prefers speedy attacks. Leaf Blade Throws sharp leaves at the opponent. Throws sharp leaves at the opponent. NA NA 14 021D10D9 Holy Rookie Data 11520 Sukamon
63 50 Dracomon A Dramon-like Dragon Digimon. It is an ancestor of all Dramon-like Digimon. It has abilities a step above other Rookie Digimon. Baby Breath Breathes a high temperature burst of air at the opponent. Breathes a high temperature burst of air at the opponent. Tail Smash Rotates its body to attack using its tail. G Shurunen A beam attack fired from the mouth. 14 021D10CB Dragon Rookie Data 11520 DarkTyrannomon
64 44 Coronamon A Beast Digimon born from solar data. It is very pure and has a strong sense of justice. It uses powerful flame attacks. Coro-Knuckle Throws multiple punches with fiery fists. Throws multiple punches with fiery fists. Corona Flame Focuses the power of fire into the forehead and unleashes a ball of flame. Petit Prominence Charges the opponent with its body engulfed in flames. 14 021D10C5 Holy Rookie Vaccine 11520 Lynxmon
65 63 Lunamon A Mammal Digimon born from lunar data. It looks like a rabbit and can hear well with its big ears. It is cute, but its attacks hold the power of darkness. Luna Claw Scratches the opponent using claws of Dark power. Scratches the opponent using claws of Dark power. Tear Shot Unleashes beautiful balls of water from the antennae on its forehead. Lop Ear Ripple Rotates its ears to engulf an opponent in a whirlwind of bubbles. 14 021D10D8 Dark Rookie Data 11520 Gatomon
66 40 BlackAgumon A Dinosaur Digimon. It is an Agumon that has found its wild side. It has no sense of justice and can unleash a powerful attack with its sharp claws. Spit Fire Shoots a ball of fire from its mouth. Shoots a ball of fire from its mouth. Pepper Breath A breath of fire blown at an enemy. NA 14 021D10C1 Dragon Rookie Virus No 11520 Monochromon
67 45 Psychemon A brightly colored Digimon that looks like Gabumon. It has sharp claws and fangs with a horn on its head. It has flashy attacks but isnt powerful. Colored Sparkle Emits a colorful burst of electricity from the horn on its head. Emits a colorful burst of electricity from the horn on its head. Psyche Horn Attacks with its flaming horns. NA 14 021D10C6 Dragon Rookie Data 11520 Starmon
68 29 Aruraumon A Vegetation Digimon that looks like Palmon. The flower on its head emits a nasty smell. It lives in warm areas and has more power than Palmon. Nemesis Ivy Wraps vines around the opponent to confuse it. Wraps vines around the opponent to confuse it. NA NA 14 021D10B6 I.Plant Rookie Data 11520 Wizardmon
69 46 Tsukaimon This Mammal Digimon resembles Patamon. Its aggressive as opposed to Patamon and uses negative energy. It can fly but is not very fast. Purple Fog Unleashes unkind words filled with the energy of negativity to make the opponent cry. Unleashes unkind words filled with the energy of negativity to make the opponent cry. Soft Attack Floats in the air and charges an opponent. NA 12 021D10C7 Dark Rookie Virus 11520 Bakemon
70 58 Veemon An Ancient Digimon that prospered in the early Digital World. It is said that it is a survivor of a combative clan and has secret powers. Vee Head Butt Charges the opponent and unleashes a powerful headbutt. Charges the opponent and unleashes a powerful headbutt. Gyral Punch Unleashes multiple punches by rotating both arms rapidly. NA 14 021D10D3 Dragon Rookie Free Yes 11520 Aidramon
71 38 Guilmon A Reptile Digimon that looks like a dinosaur. It is still a Rookie Digimon but it has great potential and is very fierce. Pyrosphere A powerful fireball unleashed from a large mouth. A powerful fireball unleashed from a large mouth. Rock Breaker An attack capable of crushing rocks using powerful claws. Fire Mitt Punches the opponent using fists wrapped in fireballs. 14 021D10BF Dragon Rookie Virus 11520 DarkTyrannomon
72 68 Ankylomon A Mammal Digimon with skin like full-body armor that can be useful in offense as well as defense. Megaton Press Jumps into the sky and crashes down on an opponent. Jumps into the sky and crashes down on an opponent. Tail Hammer Pulverizes an opponent with the metal ball on its tail. NA 16 021D10DD Dragon Champion Free 17280 SkullGreymon
73 69 Ikkakumon A tough Sea Beast Digimon with thick fur and a horn that can easily break through thick ice. It is tough and able to bear ice storms. Harpoon Torpedo Fires regenerating horns like missiles. Fires regenerating horns like missiles. NA NA 16 021D10DE Aquatic Champion Vaccine 17280 Divermon
74 70 Wizardmon A Titan Wizard Digimon from another dimension. It controls powerful fire and earth magic. Its high TP allows it to unleash a series of special attacks. Thundercloud Summons a thundercloud that unleashes powerful bolts of lightning. Summons a thundercloud that unleashes powerful bolts of lightning. NA NA 14 021D10DF Dark Champion Data 17280 Vademon
75 71 Woodmon A Vegetation Digimon that looks like a dead tree. It has high defense because its body is made of hard wood. It fears Fire Digimon. Twig Tap Sucks energy from the opponent by stabbing it with long, branch-like hands. Sucks energy from the opponent by stabbing it with long, branch-like hands. NA NA 16 021D10E0 I.Plant Champion Virus 17280 Deramon
76 72 Airdramon A Mythical Beast Digimon with large wings. It is said that its cries call storms and its flapping creates tornadoes. Very strong and intelligent. Tornado Creates a large tornado by flapping its wings. Creates a large tornado by flapping its wings. Spinning Needle Unleashes sharp thorn projectiles by flapping its wings. NA 16 021D10E1 Dragon Champion Vaccine 17280 Deramon
77 73 Angemon An Angel Digimon with divine wings. As a holy Digimon, it will not fall to evil. It utilizes its speed to launch strong short range attacks. Hand of Fate Unleashes a holy light from its shining golden fist. Unleashes a holy light from its shining golden fist. NA NA 14 021D10E2 Holy Champion Vaccine 17280 Piximon
78 74 Ogremon An Ogre Digimon that loves to battle. It travels looking for strong opponents. Beware of its special attacks. Pummel Whack Unleashes a powerful punch. Unleashes a powerful punch. NA NA 16 021D10E3 Beast Champion Virus 17280 Pandamon
79 75 Gaogamon A Beast Digimon digivolved from Gaomon. It has become a quadruped due to developed claws. Its strengthened hind legs give it great speed. Dash Double Claw Approaches with blinding speed and attacks with its claws. Approaches with blinding speed and attacks with its claws. Gaoga Hound Bites with powerful jaws and sharp fangs. Spiral Blow Blows a powerful wind at an opponent. 16 021D10E4 Beast Champion Data 17280 Pandamon
80 76 Kabuterimon A horned beetle-like Insectoid Digimon with the power of an ant and defense of a beetle. It is not smart. Its metallic horn gives great defense. Electro Shocker Flaps its wings and unleashes a plasma blast from its electrified horn. Flaps its wings and unleashes a plasma blast from its electrified horn. NA NA 16 021D10E5 I.Plant Champion Vaccine 17280 Cherrymon
81 78 Gargomon A Beast Humanoid Digimon good at hunting. Cheerful by nature, but uncontrollable when angry. They are fast and attack with accuracy. Bunny Pummel Fires both gatling arms multiple times at an opponent. Fires both gatling arms multiple times at an opponent. Bunny Upper Closes in on the opponent and unleashes a gatling arm uppercut. NA 16 021D10E7 Beast Champion Vaccine 17280 Pandamon
82 79 Garurumon A Beast Humanoid Digimon that looks like a wolf. It lives in the cold and has shining blue-white fur as hard as diamond. It takes pride in its fast attacks. Howling Blaster Breathes out a scorching blue flame. Breathes out a scorching blue flame. NA NA 16 021D10E8 Beast Champion Vaccine 17280 Monzaemon
83 80 Garurumon (Dark) A Beast Humanoid Digimon that digivolved into a Virus Garurumon. Its vicious nature has colored its fur black. Many have fallen to its attacks. Howling Blaster Breathes out a scorching blue flame. Breathes out a scorching blue flame. NA NA 16 021D10E9 Beast Champion Virus 17280 WaruMonzaemon
84 77 Guardromon A Machine Digimon guarding the network. An evil hacker used a virus enabling control of it. Normal attacks have little effect on its defense. Protect Grenade Launches a missile that homes in on the target. Launches a missile that homes in on the target. NA NA 18 021D10E6 Machine Champion Virus 17280 Big Mamemon
85 81 Kiwimon An Ancient Bird Digimon without wings. It gathers energy from light and attacks with the ChibiKiwimon hiding in its body. Pummel Peck Attacks using a ChibiKiwimon hidden inside its body. Attacks using a ChibiKiwimon hidden inside its body. NA NA 16 021D10EA Bird Champion Data 17280 Deramon
86 82 Kyubimon A Mysterious Beast Digimon with nine tails. It is known as the God of Destruction and Peace. It can use various attacks and is very quick. Will O' Wisp Ball Unleashes a fireball that looks like a fox. Unleashes a fireball that looks like a fox. Fox Tail Inferno Unleashes a flaming blue dragon from its tail, burning the opponent to a crisp. NA 16 021D10EB Holy Champion Data 17280 Cherrymon
87 85 Greymon A Dinosaur Digimon with tough skin on its head. Most Digimon cant go near it due to its horn and strong attacks. It is smart and makes a good leader. Mega Flame Breathes out an intense flame to burn everything in sight. Breathes out an intense flame to burn everything in sight. Horn Impulse Charge an opponent, attacking with its horns multiple times. NA 16 021D10EE Dragon Champion Vaccine 17280 SkullGreymon
88 86 Clockmon A Machine Digimon that regulates the time and space of the network. It has the ability to stop time and is much more dangerous than it looks. Chrono Breaker A special move that stops an opponent in time. A special move that stops an opponent in time. NA NA 16 021D10EF Machine Champion Data 17280 Mamemon
89 87 Kuwagamon A Digimon with a giant pair of mandibles on its head. The mandibles can cut an enemy in two. Its defense is not that high. Scissor Claw Uses its large arms to grasp an opponent and cut them in half. Uses its large arms to grasp an opponent and cut them in half. NA NA 16 021D10F0 I.Plant Champion Virus 17280 Cherrymon
90 88 Gekomon An Amphibian Digimon with a beautiful voice. It plays a song with its horn to control emotions. It is not strong, but can be a force in water battles. Symphony Crusher Uses high frequency vibrations to destroy the opponent from the inside. Uses high frequency vibrations to destroy the opponent from the inside. NA NA 16 021D10F1 Aquatic Champion Virus 17280 Divermon
91 89 Gesomon A Mollusk Digimon that lives in the deep seas of the network. It is feared as the white devil of the deep seas. Its attacks are powerful and use poison. Coral Crusher Emits a poisonous mist to paralyze the opponent. Emits a poisonous mist to paralyze the opponent. Devil Bashing Swings down both its arms to hit the opponent. NA 18 021D10F2 Aquatic Champion Virus 17280 Vademon
92 91 Centarumon A Beast Humanoid Digimon that uses a duct on its back to propel itself at the speed of sound. It has power and speed of a beast and wits of a human. Solar Ray Fires a powerful beam from the right arm. Fires a powerful beam from the right arm. NA NA 16 021D10F4 Beast Champion Data 17280 Mammothmon
93 94 Kokatorimon A Gigantic Bird Digimon with giant feet. It cant fly but its large body gives it power. It can petrify its opponents, so beware! Frozne Fire Shot Fires a mysterious beam from its eyes, turning an opponent to stone. Fires a mysterious beam from its eyes, turning an opponent to stone. NA NA 16 021D10F7 Bird Champion Vaccine 17280 Deramon
94 95 Thundermon A Mamemon-like Mutant Digimon. It emits electricity from its magnet-like body. Moving quickly, it battles using electricity. Thunder Ball Fires a 10 million volt ball of electricity. Fires a 10 million volt ball of electricity. NA NA 14 021D10F8 Machine Champion Data 17280 Mamemon
95 96 Shellmon A Mollusk Digimon that lives in the Internet Sea. It moves between shells like a hermit crab as it grows. It is hostile and boasts high defense. Hydro Blaster Fires a stream of high pressure water. Fires a stream of high pressure water. NA NA 16 021D10F9 Aquatic Champion Data 17280 ShogunGekomon
96 98 GeoGreymon A subspecies of Greymon, this Digimon digivolved in harsh climates making it stronger. It has learned to use fire and special powers. Mega Flame Breathes out an intense flame to burn everything in sight. Breathes out an intense flame to burn everything in sight. Mega Burst An attack using Fire Breath, maximized to the peak of its intensity. Horn Impulse Charges the opponent, attacking it with its horn multiple times. 16 021D10FB Dragon Champion Vaccine 17280 Mammothmon
97 97 Seadramon An Aquatic Digimon with a long body like a snake. It wanders the seas and attacks enemies. Its not intelligent but beware of its attacks. Constriction An attack using its long body to wrap around the opponent to constrict it. An attack using its long body to wrap around the opponent to constrict it. Ice Blast A sub-zero breath used to freeze water which is then fired as arrows at the opponent. NA 18 021D10FA Aquatic Champion Data Yes 17280 Dragomon
98 99 Sukamon A Digimon that was spontaneously generated from scraps of data. It has almost no intelligence or fighting power. Compost Bomber Throws waste at an opponent. Throws waste at an opponent. NA NA 14 021D10FC Machine Champion Virus 17280 Garbagemon
99 100 Starmon A Mutant Digimon found by a computer for space exploration. It is a hero that saved many planets. Its defense is higher than expected. Halley's Squall Rains down small meteors at an opponent. Rains down small meteors at an opponent. NA NA 14 021D10FD Holy Champion Data 17280 Vademon
100 104 Darcmon An Angel Digimon resembling a female warrior. It is known as the Goddess of the Battlefield. Its graceful moves unleash powerful attacks. Dancing Sword Uses a slim sword to slash the opponent. Uses a slim sword to slash the opponent. NA NA 16 021D1101 Holy Champion Vaccine 17280 Piximon
101 103 DarkTyrannomon A Dinosaur Digimon infected by a virus. Its a Tyrannomon gone bad. As a result, its power increased but its intelligence decreased. Fire Blast Turns everything into an inferno with a powerful flaming torch. Turns everything into an inferno with a powerful flaming torch. NA NA 16 021D1100 Dark Champion Virus 17280 MetalTyrannomon
102 105 Tyrannomon A Dinosaur Digimon that looks like a T-Rex, it lives within a group. Its prized weapons are its arms and tail. Calm and smart, they are easy to tame. Blaze Blast Breathes out a crimson flame to burn everything. Breathes out a crimson flame to burn everything. NA NA 16 021D1102 Dragon Champion Data 17280 SkullGreymon
103 106 Gatomon A curious Holy Beast Digimon. It is small but protects itself with its claws copied from SaberLeomon. It lacks power but excels in speed. Lightning Paw Uses long claws to attack the opponent. Uses long claws to attack the opponent. Feline's Eye Fires beams from its eyes to stun the opponent. NA 16 021D1103 Holy Champion Vaccine 17280 Pandamon
104 107 Devidramon An Evil Dragon Digimon from the Dark Area. It was born from the negative emotions of hackers. Though it lacks wit, its claw attacks are powerful. Crimson Claw Uses its to slice an opponent to pieces. Uses its to slice an opponent to pieces. NA NA 18 021D1104 Dark Champion Virus 17280 SkullGreymon
105 108 Devimon A Dark Angel Digimon wrapped in shadowy clothes. It was once like Angemon but fell into the Dark Area. It is very smart. The Touch of Evil Uses its elastic arms to grab the opponent's Digicore. Uses its elastic arms to grab the opponent's Digicore. NA NA 16 021D1105 Dark Champion Virus 17280 Phantomon
106 110 Togemon A Vegetation Digimon that looks like a giant cactus. It survives in the desert by storing nutritional data in its body. Its tough but very slow. Needle Spray Hardens the thorns on its fists and punches an opponent. Hardens the thorns on its fists and punches an opponent. NA NA 16 021D1107 I.Plant Champion Data 17280 Deramon
107 109 Tortomon A Reptile Digimon armored with a bladed shell. It is heavy because of its dense body data. Like a turtle, its movements are slow, but its defense is high. Strong Carapace Launches the blades on its carapace like missiles. Launches the blades on its carapace like missiles. NA NA 18 021D1106 Dragon Champion Vaccine 17280 Triceramon
108 111 Numemon A sluglike Mollusk Digimon that lives in moist climates. It throws scrap data to attack. Your Digimon may turn into this if raised incorrectly. Compost Bomber Throws waste at the opponent. Throws waste at the opponent. NA NA 14 021D1108 Machine Champion Virus 17280 Garbagemon
109 113 Bakemon A Ghost Digimon born from the Dark Area. It sends viruses at night. Its normal attacks arent powerful, but be careful of its special attacks. Night Claw Grabs an opponent and drags them into an abyss. Grabs an opponent and drags them into an abyss. Death Charm Casts a spell of death on the opponent. NA 12 021D110A Dark Champion Virus 17280 Phantomon
110 112 Birdramon A Gigantic Bird Digimon engulfed in flames. Its heat waves have defeated many who dare face it. Digimon weak against heat must be wary of its power. Meteor Wing Flapping wings fire burning feathers at an opponent like meteors. Flapping wings fire burning feathers at an opponent like meteors. NA NA 16 021D1109 Bird Champion Vaccine 17280 Parrotmon
111 116 Vegiemon A big-mouthed, carnivorous Vegetation Digimon. It will eat anything that can fit in its mouth. It wont look for battle since its not very strong. Compost Bomber Throws waste at the opponent. Throws waste at the opponent. NA NA 16 021D110D I.Plant Champion Virus 17280 Vademon
112 117 Peckmon A Bird Digimon with strong legs. It cant fly, but its a very fast runner. Its good at utilizing its speed for surprise attacks. Spiral Claw A rapid spin that crushes an opponent with huge claws. A rapid spin that crushes an opponent with huge claws. Kunai Wing Throws steel feathers like ninja stars at the opponent. Thousand Beaks Pokes the opponent with a woodpecker-like beak. 16 021D110E Bird Champion Vaccine 17280 Deramon
113 118 Meramon A Fire Digimon engulfed in flames. It has an aggressive nature and burns anything it touches. It is weak in icy environments. Fireball Uses its flaming arm to unleash a burning punch. Uses its flaming arm to unleash a burning punch. NA NA 16 021D110F Machine Champion Data 17280 Etemon
114 119 Mojyamon A furry Rare Animal Digimon that usually lives quietly, not wanting to be disturbed. It is tough, but weak against Fire Digimon. Ice Cloud Attacks using an icicle made by freezing the moisture in the air. Attacks using an icicle made by freezing the moisture in the air. Bone Boomerang Throws an ancient Digimon bone like a boomerang. NA 16 021D1110 Beast Champion Vaccine 17280 Pandamon
115 120 Monochromon An Armored Dragon Digimon with a horn like a rhino. It is docile, but has a very hard horn longer than half its body. It has very high defense. Tomehawk Slash Uses a machete-like horn to slash the opponent. Uses a machete-like horn to slash the opponent. Volcanic Strike Fires a ball of fire from its mouth. NA 16 021D1111 Dragon Champion Lazy 17280 SkullGreymon
116 121 Frigimon An Icy Digimon covered in ice and snow. Its slow and cute actions soothe the heart. It is strong, but dislikes battles, and is weak against Meramon. Absolute Zero Ice Punch Unleashes an icy punch to freeze an opponent solid. Unleashes an icy punch to freeze an opponent solid. NA NA 16 021D1112 Aquatic Champion Vaccine 17280 Pandamon
117 122 Unimon A Composition Digimon with a unicorns horn to attack and pegasus wings to fly. It has a temper but once tamed, it is loyal to its owner. Aerial Attack Fires a ball of energy from its large mouth. Fires a ball of energy from its large mouth. NA NA 16 021D1113 Beast Champion Vaccine 17280 Mammothmon
118 123 Youkomon Unlike Kyubimon, this nine tailed Mysterious Beast Digimon is feared to bring destruction and decay. It has high TP so beware of its fire attacks. Tail Flame Attacks with a blazing ball of fire from the tip of its tail. Attacks with a blazing ball of fire from the tip of its tail. Jaenryu Unleashes a burning red dragon from its tail and burns opponents to a crisp. NA 16 021D1114 Dark Champion Data 17280 LadyDevimon
119 124 Lynxmon A Beast Digimon that looks like a wild cat engulfed in flames. It lives in hot areas and is adept at using fire attacks. A rival of Garurumon. Howling Buster Maximizes the body's thermal energy and charges an opponent. Maximizes the body's thermal energy and charges an opponent. NA NA 16 021D1115 Beast Champion Free 17280 Monzaemon
120 125 Raremon A decayed, Undead Digimon. Despite being made into a machine to stabilize it, its data is breaking. It lacks thought, but its attacks are powerful. Slime Pelter Spits out a lump of sludge from its mouth. Spits out a lump of sludge from its mouth. NA NA 16 021D1116 Machine Champion Virus 17280 Garbagemon
121 126 Leomon Known as Noble Hero and King of the Beasts, this Digimon is a source of legends. It knows justice, has a strong will and has high defense and power. Fist of the Beast King Unleashes energy from its hand. Unleashes energy from its hand. NA NA 16 021D1117 Beast Champion Vaccine 17280 WaruMonzaemon
122 128 RedVegiemon A Vegiemon in its true form. It digivolved in harsh conditions, making it very strong. Its red color serves as a warning of the poison it holds. Rotten Rainballs Exhales a powerful poisonous breath. Exhales a powerful poisonous breath. NA NA 16 021D1119 I.Plant Champion Virus 17280 Vademon
123 92 Coredramon (Blue) A Dragon Digimon with a blue body that lives in the mountains. Adapting to harsh conditions gave it huge wings for swift flight. Blue Flare Breath Blows a blazing blue breath. Blows a blazing blue breath. Strike Bomber Strikes an opponent with its powerful tail. G Shurunen-II Fires a diffusion laser beam from its mouth. 16 021D10F5 Dragon Champion Vaccine 17280 Cyberdramon
124 93 Coredramon (Green) A green, Dragon Digimon that digivolved from Dracomon. It is not good at flying, but uses its legs to travel at amazing speeds. Green Flare Breath Blows a blazing green breath. Blows a blazing green breath. Strike Bomber Strikes an opponent with its powerful tail. G Shurunen-II Fires a diffusion laser beam from its mouth. 16 021D10F6 Dragon Champion Virus 17280 Triceramon
125 114 Firamon A Beast Digimon known as the Flying Lion. It guards a certain ruin in the Digital World. It is adept at fire attacks, and is a charismatic leader. Flame Dive Charges from the sky with its body enveloped in flames. Charges from the sky with its body enveloped in flames. Fira Claw Slices an opponent to pieces with its powerful, flaming front legs, Fira Bomb Focuses power into its forehead and unleashes a flaming bomb. 18 021D110B Holy Champion Vaccine 17280 Monzaemon
126 127 Lekismon A Beast Humanoid Digimon with amazing jumping ability. It skillfully battles using great speed. There is something mystical about it. Moon Night Bomb Throws froth with its hands to put an opponent to sleep. Throws froth with its hands to put an opponent to sleep. Tear Arrow Draws a beautiful ice arrow from its back and fires it. Moon Night Kick Jumps into the sky and comes down on an opponent with a kick. 16 021D1118 Dark Champion Data 17280 WaruMonzaemon
127 65 IceDevimon A Dark Angel Digimon said to be the digivolved form of a particularly evil Devimon. Highly intelligent, it can freeze opponents with its wings. Frost Claw Stabs an opponent with its arm to freeze it. Stabs an opponent with its arm to freeze it. Zero Freeze Freezes an opponent with a blue light emitted from its arm. NA 16 021D10DA Dark Champion Virus 17280 LadyDevimon
128 84 Gururumon A Garurumon-like Beast Digimon that lives in the darkness and is very violent. Though it seems to be a Virus, most are actually Vaccine. Chaos Blaster Breathes out an intense flame. Breathes out an intense flame. Killer Bite Uses its sharp fangs to bite an opponent. NA 16 021D10ED Beast Champion Vaccine 17280 Mammothmon
129 90 Geremon A Numemon-like Mollusk Digimon. It likes filthy areas. It is not strong, yet its ferocity makes it attack. It will battle endlessly even if it loses. Compost Bomber Throws waste at the opponent. Throws waste at the opponent. NA NA 16 021D10F3 Machine Champion Virus 17280 Vademon
130 102 Socerimon From another Digital World and related to Wizardmon, this Digimon controls the powers of light and ice. It can heal itself with its holy powers. Crystal Cloud Summons a snow cloud and creates a blizzard. Summons a snow cloud and creates a blizzard. Ice Illusion Gives an opponent a nightmare about the freezing cold. NA 14 021D10FF Holy Champion Vaccine 17280 Piximon
131 67 Akatorimon A Kokatorimon-like Bird Digimon that cant fly. Its weapons are powerful legs and flame attacks. It moves rather slowly and is not suited for battle. Chicken Red Eyes Petrifies an opponent with beams emitted from scary red eyes. Petrifies an opponent with beams emitted from scary red eyes. NA NA 16 021D10DC Bird Champion Data 17280 Deramon
132 101 Saberdramon A Birdramon-like Gigantic Bird Digimon with flaming black wings. It is fierce and difficult to approach. It soars and aims for its prey from the sky. Black Saber Uses sharp claws as it attacks from the sky. Uses sharp claws as it attacks from the sky. Night Roar Unleashes feathers that burn a purple color and stab opponents. NA 16 021D10FE Dark Champion Vaccine 17280 Phantomon
133 66 Icemon An Icy Digimon covered in ice. It is unknown if it mutated or digivolved from Gotsumon. It has high defense, but is weak against Fire Digimon. Iceball Bomb Throws an ice bomb at an opponent. Throws an ice bomb at an opponent. NA NA 16 021D10DB Aquatic Champion Data 17280 Big Mamemon
134 115 Veedramon A rare Mythical Dragon Digimon. It has amazing power, and when cornered, it becomes even stronger than an Ultimate Digimon. V-Nova Blast Emits an intense heat ray from its mouth. Emits an intense heat ray from its mouth. Magnum Punch Focuses its power and unleashes it in the form of an intense punch. NA 16 021D110C Dragon Champion Vaccine 17280 Mammothmon
135 83 Growlmon A Digimon known as the Crimson Demon. It has a violent nature, but depending on how it is raised it may fight for justice. Plasma Blade Charges the blades on its elbows with lightning and slashes an opponent. Charges the blades on its elbows with lightning and slashes an opponent. Pyro Blaster Breathes an intense flame that sounds like an explosion. Raiden Blade Unleashes intense energy from its plasma blade. 16 021D10EC Dragon Champion Virus 17280 SkullGreymon
136 129 MegaKabuterimon A digivolved version of a Kabuterimon. Its power and defense have become stronger. Its reinforced horn is powerful in battle. Horn Buster Charges an opponent and stabs it with its huge horn. Charges an opponent and stabs it with its huge horn. Electro Shocker Accumulates energy with its arms and horn, unleashing a ball of plasma. NA 24 021D111A I.Plant Ultimate Vaccine 24480 DigiEgg
137 130 Scorpiomon Born from the data of ancient life, this Crustacean Digimon has a shell with high defense. It uses its two tentacles and tail blade to attack. Stinger Surprise Creates a shockwave by crossing its legs. Creates a shockwave by crossing its legs. Tail Blade Stabs an opponent with the sharp blade on its tail. NA 32 021D111B Aquatic Ultimate Data 24480 Pukumon
138 131 Andromon A humanoid Digimon. It was built as a prototype of an Android Digimon. It is quite powerful. Gatling Missile Fires a missile from the launch bay in its chest. Fires a missile from the launch bay in its chest. Lightning Blade Attacks using an energy blade. NA 18 021D111C Machine Ultimate Vaccine Yes 24480 DigiEgg
139 133 Etemon A Puppet Digimon in a high defense monkey suit. Do not underestimate its powerful attacks. It has high resistence to all attribute based attacks. DarkNetwork&C.Crush Sings a song that causes an opponent to lose the will to fight. Sings a song that causes an opponent to lose the will to fight. Dark Spirits Fires a black sphere that destroys everything in its path. NA 18 021D111E Beast Ultimate Virus No 24480 DigiEgg
140 134 Angewomon An Angel Digimon in the form of a beautiful woman. Its 8 wings display its great abilities which give it goddess status in the Digital World. Celestial Arrow Fires an arrow from a bow. Fires an arrow from a bow. Heaven's Charm Unleashes rays of light filled with beauty and kindness. NA 18 021D111F Holy Ultimate Vaccine Yes 24480 DigiEgg
141 135 Okuwamon A digivolved version of Kuwagamon. Its destructive impulse made it digivolve. Its defensive power and scissor attacks have been improved. Double Scissor Claw A stronger version of Scissor Claw. It can cut a diamond in half. A stronger version of Scissor Claw. It can cut a diamond in half. Destructive Impulse Lets instinct take over and goes on a rampage. NA 24 021D1120 I.Plant Ultimate Virus Yes 24480 DigiEgg
142 137 Garudamon A winged Bird Humanoid Digimon with giant claws. Its size does not prevent it from moving quick with powerful attacks. It loves nature and protects it. Wing Blade Uses sharp blades of air traveling at lightning speed to cut your opponent to pieces. Uses sharp blades of air traveling at lightning speed to cut your opponent to pieces. Fire Hurricane Creates a huge tornado of fire. NA 18 021D1122 Bird Ultimate Vaccine Yes 24480 Valkyrimon
143 136 Garbagemon A Mutant Digimon evolved from a desktop trashcan. It has a black hole which traps all that goes in. It leads filth Digimon, but is weak itself. Junk Chunker Fires waste from a bazooka made of cans. Fires waste from a bazooka made of cans. Dirty Saucer Attacks by throwing the lid from a trash bin. NA 18 021D1121 Machine Ultimate Virus Yes 24480 DigiEgg
144 140 Cyberdramon This Android Digimon wears special rubber armor which can withstand any attack and also makes it more powerful. Erase Claw Emits a viberation that destroys data, erases the opponent and its immediate surroundings. Emits a viberation that destroys data, erases the opponent and its immediate surroundings. Cyber Nail An attack using sharp claws. NA 18 021D1125 Dragon Ultimate Vaccine Yes 24480 DigiEgg
145 141 Cherrymon A Vegetation Digimon that digivolved from a Woodmon. As King of the Forest, it casts illusions on those entering its forest. It is slow, but tough. Pit Pelter Attacks an opponent with sweet smelling berries growing on its trees. Attacks an opponent with sweet smelling berries growing on its trees. Vine Attack Uses the vines growing from its body to attack an opponent. NA 24 021D1126 I.Plant Ultimate Virus Yes 24480 DigiEgg
146 142 SkullGreymon A skeletal Undead Digimon. It has no intelligence and has only the instinct to fight. It moves slowly but has powerful special attacks. Dark Shot Fires a missile from the launch pad in its back. Fires a missile from the launch pad in its back. Cursed Breath A purple breath that paralyzes an opponent. NA 18 021D1127 Dragon Ultimate Virus No 24480 SkullMammothmon
147 143 Zudomon A digivolved Ikkakumon that smashes its foe with Vulcans Hammer made of chrome Digizoid. Its toned body gives it strong attack and defense. Vulcan's Hammer Attacks with a shockwave produced by swinging a hammer. Attacks with a shockwave produced by swinging a hammer. Glacial Spear Uses the horn on top of its head to pierce an opponent. NA 20 021D1128 Aquatic Ultimate Vaccine Yes 24480 DigiEgg
148 145 Dragomon A Digimon born from a boats computer virus. Though it looks humanoid, it is a digivolved Mollusk Digimon. It attacks using its powerful tentacles. Tentacle Claw Uses amazing strength to throw a trident. Uses amazing strength to throw a trident. Thousand Whips Unleashes numerous tentacles at an opponent. NA 24 021D112A Aquatic Ultimate Virus Yes 24480 Pukumon
149 146 SkullMeramon A Fire Digimon digivolved from Meramon. Its blue flame now has more power. It still has its weakness, but its attack and defense increased. Metal Fireball Melts heavy metals inside its body and sprays it on an opponent. Melts heavy metals inside its body and sprays it on an opponent. Heat Chain Uses the burning chains wrapped around its body to attack its opponent. NA 18 021D112B Machine Ultimate Data Yes 24480 DigiEgg
150 147 Deramon A Bird Digimon with a plant growing out of its back. An odd fruit can be found growing on it. Since it cant fly, it is slow, but has strong attacks. Royal Smasher Fires egg-like projectiles from the bushes on its back. Fires egg-like projectiles from the bushes on its back. Gorgeous Beak Uses a sharp beak to pech at an opponent. NA 18 021D112C Bird Ultimate Data Yes 24480 DigiEgg
151 148 ShogunGekomon A digivolved Gekomon resembling a shogun. This Amphibian Digimon plays music with its horns and attacks with its voice. It is slow, but tough. Musical Fist Uses ultra low frequency waves to destroy the data that makes up an opponent's body. Uses ultra low frequency waves to destroy the data that makes up an opponent's body. Symphony Crusher Uses high frequency vibrations to destroy an opponent from the inside. NA 24 021D112D Aquatic Ultimate Virus Yes 24480 DigiEgg
152 149 Triceramon A calm, Horned Dragon Digimon that can destroy obstacles with its three horns. Its skin is as tough as metal and provides a strong defense. Tri-horn Attack Charges an opponent and stabs it with its huge horn. Charges an opponent and stabs it with its huge horn. Golden Tri-horn Attack A Tri-horn Attack with the horns spinning at high speed. NA 20 021D112E Dragon Ultimate Data Yes 24480 DigiEgg
153 150 Knightmon A Warrior Digimon wearing chrome Digizoid armor. Once it finds a lord, it stays loyal to the end. A power fighter, it uses a sword as tall as itself. Berserk Sword Wields a huge sword that can cut anything in half with one swing. Wields a huge sword that can cut anything in half with one swing. Grand Smash Uses its sword not to cut, but to blow an opponent away. NA 18 021D112F Holy Ultimate Data 24480 DigiEgg
154 151 Parrotmon A parrot-like Gigantic Bird Digimon that came from a rift in time and space. Smart and hating conflict, it can use its claws and speed if needed. Sonic Destroyer Uses shockwaves created at mach speeds to attack an opponent. Uses shockwaves created at mach speeds to attack an opponent. Mjollnir Lightning Unleashes a powerful bolt of lightning from its forehead. NA 18 021D1130 Bird Ultimate Vaccine 24480 Eaglemon
155 152 Divermon A Digimon wearing a wetsuit. It swims quickly using the motor on its back. Strong in water battles, but weak on land. Striking Fish Throws a fishing spear at an opponent. Throws a fishing spear at an opponent. Abyss Dive Jumps high into the sky to dive at an opponent. NA 18 021D1131 Aquatic Ultimate Data 24480 Pukumon
156 153 Pandamon A panda-like Puppet Digimon with a sour nature and charmless actions. It doesnt look strong, but its powerful blows have defeated many Digimon. Animal Nail Slashes an opponent with claws hidden on the inside of its hands. Slashes an opponent with claws hidden on the inside of its hands. Bamboo Punch Attacks with an amazing bamboo leaf. NA 18 021D1132 Beast Ultimate Data 24480 SkullMammothmon
157 154 Big Mamemon A Mutant Digimon that is larger than Mamemon. It acts as the leader of the small Mamemon who follow it. Its large size helps against attacks. Big Smiley Bomb Throws a Mamemom holding a bomb at an opponent. Throws a Mamemom holding a bomb at an opponent. Buster Dive Dives down from the sky and uses its large body to crush an opponent. NA 20 021D1133 Machine Ultimate Data 24480 DigiEgg
158 155 Piximon A Pixie Digimon that uses magic. Its small, but can seal its opponents powers. Its quick moves and abilities are its strengths. Pit Bomb Causes a huge explosion with a bomb filled with computer viruses. Causes a huge explosion with a bomb filled with computer viruses. Fairy Tale Attacks with a spear. NA 12 021D1134 Holy Ultimate Data 24480 DigiEgg
159 156 Phantomon A Ghost Digimon that looks like the Grim Reaper. It is feared as a high level ghost that brings death. It uses its scythe for its special attack. Shadow Scythe Cuts an opponents soul to pieces with a sickle and chain. Cuts an opponents soul to pieces with a sickle and chain. Words of Death Kills an opponent instantly with a word of death. NA 14 021D1135 Dark Ultimate Virus 24480 Pharaohmon
160 160 Vademon An Alien Digimon from outer space. Its origins are unknown. It unleashes a mysterious attack. As its large head indicates, it is highly intelligent. Unidentified Flying Kiss Throws a heart shaped kiss at an opponent, turning it into a coward. Throws a heart shaped kiss at an opponent, turning it into a coward. Abduction Beam An attack using a ray gun. NA 14 021D1139 Machine Ultimate Virus 24480 DigiEgg
161 162 Whamon A Sea Mammal Digimon that is comprised of data that even a super computer cant process. It is the toughest Digimon of them all. Tidal Wave Attacks with a huge tsunami. Attacks with a huge tsunami. Blasting Spout Attacks by spraying a powerful water storm. NA 32 021D113B Aquatic Ultimate Vaccine 24480 DigiEgg
162 161 MagnaAngemon A High Angel Digimon with 8 silver wings. It is the representative of Light that keeps public order. Well-balanced in speed, attack and defense. Excalibur Wields a sword and slashes an opponent. Wields a sword and slashes an opponent. The Gate of Destiny Attacks an opponent by opening another dimension with its sword. NA 18 021D113A Holy Ultimate Vaccine 24480 DigiEgg
163 163 MachGaogamon An Android Digimon digivolved from GaoGamon. It can exceed the speed of sound with its rocket engine and is good at hit-and-run attacks. Gaoga Tornade Unleashes a series of high speed punches. Unleashes a series of high speed punches. Winning Knuckle Unleashes a powerful punch with its android arm. Howling Cannon Unleashes high frequency attacks by emitting a powerful howl. 18 021D113C Beast Ultimate Data 24480 DigiEgg
164 164 Mamemon A Mutant Digimon that looks like a bomb. It may look cute, but it uses its speed and huge bombs as weapons to attack. Smiley Bomb Throws a large exploding glove at an opponent. Throws a large exploding glove at an opponent. Buster Dive Dives at an opponent from the sky. NA 12 021D113D Machine Ultimate Data 24480 DigiEgg
165 165 Mammothmon An Ancient Beast Digimon said to have existed eons ago. It emerged from the ice due to global warming. It is powerful and tough, but is weak against heat. Tusk Crusher Uses huge fangs to pierce an opponent. Uses huge fangs to pierce an opponent. Tundra Breath Exhales a breath of icy air from its nose to freeze an opponent. NA 24 021D113E Beast Ultimate Vaccine Yes 24480 SkullMammothmon
166 166 MegaSeadramon Countless battles have made Seadramon digivolve into this Aquatic Digimon. It is bigger with a blade on its head capable of generating electricity. Lightning Javelin Unleashes a powerful lightning bolt from the blade on top of its forehead. Unleashes a powerful lightning bolt from the blade on top of its forehead. Maelstrom Creates an icy tsunami that freezes an opponent. NA 18 021D113F Aquatic Ultimate Data Yes 24480 DigiEgg
167 167 Megadramon A modified Android Digimon with amazing power. It contains a program to destroy all. Both its arms have unstoppable power. Darkside Attack Fires powerful missiles from both arms. Fires powerful missiles from both arms. Ultimate Slicer Creates a vacuum with both arms and slices an opponent in half. NA 18 021D1140 Machine Ultimate Virus Yes 24480 DigiEgg
168 168 MetalGreymon (Dark) As a mechanized Greymon, this Android Digimons digivolution process is incomplete, but it still has attacks reminiscent of nuclear blasts. Giga Blaster Fires a missile with a nuclear warhead from the launch bay on its chest. Fires a missile with a nuclear warhead from the launch bay on its chest. Trident Arm Fires its left Chrome Digizoid arm at an opponent. NA 20 021D1141 Dragon Ultimate Virus No 24480 DigiEgg
169 169 MetalGreymon A completely digivolved Greymon, this Android Digimons mechanized body surpasses all of Greymons abilities. It boasts power and toughness. Giga Blaster Fires a missile with a nuclear warhead from the launch bay on its chest. Fires a missile with a nuclear warhead from the launch bay on its chest. Trident Arm Fires its left Chrome Digizoid arm at an opponent. NA 20 021D1142 Dragon Ultimate Vaccine Yes 24480 DigiEgg
170 170 MetalTyrannomon An Android Digimon modified for ground counterattacks. It deflects attacks and has powerful jaws to crush opponents armor. Giga Blaster II A missile fired from the arm. More powerful than the Giga Blaster. A missile fired from the arm. More powerful than the Giga Blaster. Nuclear Laser A powerful laser fired from the arm. NA 18 021D1143 Dragon Ultimate Virus 24480 DigiEgg
171 171 Monzaemon A Puppet Digimon that looks like a teddy bear. Though it has a mean look, its overflowing love brings joy. Its fluffy body has high defense. Hearts Attack Throws hearts at an opponent, causing it to lose the will to fight. Throws hearts at an opponent, causing it to lose the will to fight. Gyral Punch Rapidly rotates both arms, unleashing multiple punches. NA 18 021D1144 Holy Ultimate Vaccine 24480 SaberLeomon
172 172 Crowmon A Mysterious Bird Digimon that looks like a crow with 3 legs. It looks evil, but is said to be the guide to El Dorado. Be wary of its quick claws. Savage Emperor Attacks using its leg wielding energy gathered from the pestles on its wings. Attacks using its leg wielding energy gathered from the pestles on its wings. Blackout Unleashes a black light from its wings to blind an opponent. NA 14 021D1145 Bird Ultimate Vaccine 24480 Gryphonmon
173 173 RizeGreymon An Android Digimon similar to MetalGreymon. The revolver on its left hand can be fired or used in combat. Its mechanized, heavily armed and fast. Trident Revolver Fires three shots simultaneously from the revolver on the left arm. Fires three shots simultaneously from the revolver on the left arm. Rising Destroyer Unleashes a barrage of beams from the launch bays in its wings and chest. Solid Strike Charges an opponent, striking it with the revolver on its left arm. 18 021D1146 Dragon Ultimate Vaccine 24480 DigiEgg
174 174 Rapidmon An Android Digimon that digivolved from Gargomon. It has very accurate attacks and its speed has increased. Rapid Fire Unleashes a volley of homing missiles. Unleashes a volley of homing missiles. Golden Triangle Unleashes beams of light from its body and decompiles an opponent to their data level. NA 18 021D1147 Beast Ultimate Vaccine 24480 DigiEgg
175 175 Lillymon A Pixie Digimon born from a flower. It flies using its 4 wings and can trail a nice breeze with them. It looks like a child, but it hides great power. Flower Cannon Uses the flower petals on its hands to fire balls of energy. Uses the flower petals on its hands to fire balls of energy. Fairy Vine Unleashes thorny rays from its hands. NA 14 021D1148 I.Plant Ultimate Data 24480 DigiEgg
176 176 LadyDevimon A female Dark Angel Digimon of a noble figure in the dark world. She has many followers and attacks using her dark powers. Darkness Wave Unleashes energy waves that look like bats and burn an opponent to a crisp. Unleashes energy waves that look like bats and burn an opponent to a crisp. Poison Spray Turns an opponent's power into dark energy, destroying it from the inside. NA 18 021D1149 Dark Ultimate Virus Yes 24480 DigiEgg
177 179 WaruMonzaemon A Monzaemon-like, evil-looking Puppet Digimon. It is equipped with a bear claw and a tough fluffy body. Hearts Break Attack Emits black hearts from its mouth, causing an opponent to lose the will to fight. Emits black hearts from its mouth, causing an opponent to lose the will to fight. Bear Claw Attacks with the claws on its left hand. NA 18 021D114C Dark Ultimate Virus 24480 DigiEgg
178 177 WereGarurumon A Beast Humanoid Digimon digivolved from Garurumon. It has lost its speed, but its attack and defense have improved. A very good partner to have on a team. Wolf Claw Uses the sharp nails on its arms to cut an opponent to pieces. Uses the sharp nails on its arms to cut an opponent to pieces. Howling Blaster Breathes out a scorching blue flame. NA 18 021D114A Beast Ultimate Vaccine 24480 DigiEgg
179 178 WereGarurumon (Dark) A Beast Humanoid Digimon digivolved into a Virus from Garurumon. Its abilities are the same as its Vaccine counterpart, but its kick attack is powerful. Wolf Claw Uses the sharp nails on its arms to cut an opponent to pieces. Uses the sharp nails on its arms to cut an opponent to pieces. Garuru Kick An intense kick unleashed from powerful legs. NA 18 021D114B Beast Ultimate Virus 24480 DigiEgg
180 132 Wingdramon A Dragon Digimon with huge wings. It spends most of its time airborne, and can fly at Mach 20! Few Digimon can survive an aerial battle with it. Blaze Sonic Breath Shoots an intense flaming breath faster than the speed of sound. Shoots an intense flaming breath faster than the speed of sound. Exploding Sonic Breath Drops down from the sky at maximum speed to pierce an opponent with the spear on its back. Wing Blast Attacks using a blast wave it creates while moving. 24 021D111D Dragon Ultimate Vaccine 24480 DigiEgg
181 138 Groundramon A deadly Dragon Digimon that has a large arm on its back which is said to have evolved from wings. Very fierce, most all who face it have fallen. Scrap Claw Uses the arms on its back to grab and smash an enemy. Uses the arms on its back to grab and smash an enemy. Megaton Hammer Crush Crushes opponents with the metal ball on its tail. Giga Crack Slam its body into the ground, creating a crack that opponents fall into. 24 021D1123 Dragon Ultimate Virus 24480 DigiEgg
182 159 Flaremon A Beast Humanoid Digimon with a magnificent mane. Like Leomon, it will do anything for its ally. It uses many types of flame attacks. Guren Juuouha Fires an energy shot from its hands that looks like a lion's head. Fires an energy shot from its hands that looks like a lion's head. Kurenai Shishinomai Unleashes multiple flaming punches and kicks upon an opponent. Purifying Howl Unleashes an energy blast while howling to destroy an opponent's data. 18 021D1138 Holy Ultimate Vaccine 24480 DigiEgg
183 139 Crescemon This graceful Digimon uses a unique weapon during battle. Its attack power is said to double when it absorbs the light from the moon. Its very quick. Lunatic Dance Bewitches opponents with a graceful dance and attacks while its guard is down. Bewitches opponents with a graceful dance and attacks while its guard is down. Ice Archery An attack that uses ice arrows. Dark Archery Attacks using arrows of dark energy. 18 021D1124 Dark Ultimate Data 24480 DigiEgg
184 144 SuperStarmon A Mutant Digimon from Starmon. It hides itself with sunglasses. Its defense is high, and its charisma has brought out potential for leadership. Halley's Squall Unleashes meteors at an opponent. Unleashes meteors at an opponent. Superstar Upper A powerful uppercut attack. NA 16 021D1129 Machine Ultimate Data 24480 PrinceMamemon
185 157 BlackRapidmon A Rapidmon capable of night fighting. Its color is now black so it can easily hide in the darkness. Its quick and has strong attacks. Rapid Fire Unleashes a volley of homing misiles. Unleashes a volley of homing misiles. Golden Triangle Unleashes beams of light from its body and decompiles an opponent to their data level. NA 18 021D1136 Machine Ultimate Vaccine 24480 DigiEgg
186 158 BlueMeramon A Fire Digimon burning at extremely high temperatures. It wants to burn anything it touches. It is hotter than Meramon, so it is not affected by cold. Ice Phantom Fires a black sphere filled with cold flames at an opponent. Fires a black sphere filled with cold flames at an opponent. Cold Flame Unleashes an icy cold flame. NA 16 021D1137 Dark Ultimate Data 24480 DigiEgg
187 182 PileVolcanomon A Beast Humanoid Digimon, and ruler of the permafrost land. The morning star Mjollnir on its back can destroy a mountain in one blow. Arctic Blizzard Creates a tremendous blizzard to freeze an opponent. Creates a tremendous blizzard to freeze an opponent. Mjollnir Uses the morning star on its back to unleash powerful hits. NA 24 021D114F Aquatic Mega Free No 30240 DigiEgg
188 183 Valkyrimon A Warrior Digimon that appears in folk tales. It is said to recycle data of defeated war heroes into DigiEggs. It is quick, attacking like a gale. Feral Sword Slashes with its sword to freeze an opponent. Slashes with its sword to freeze an opponent. Aurvandil's Arrow Attacks using a bow and arrow that never misses. NA 18 021D1150 Bird Mega Free No 30240 DigiEgg
189 184 WarGreymon A Dragon Humanoid Digimon in chrome Digizoid armor. It is slim-like in appearance, but its strength far exceeds any Mega Digimon. Terra Force Focuses all the energy in the air and unleashes it on an opponent. Focuses all the energy in the air and unleashes it on an opponent. Iron Claws Attacks using its claws which are highly effective against Dragon Digimon. NA 32 021D1151 Dragon Mega Vaccine Yes 30240 DigiEgg
190 185 GigaSeadramon A secretly created Android Digimon. It is an improved MetalSeadramon with better defense and attacks. It is very dangerous when faced in the water. Giga Sea Destroyer Launches a powerful energy torpedo from its mouth. Launches a powerful energy torpedo from its mouth. Sky Wave Launches multiple energy shots from its back. NA 24 021D1152 Aquatic Mega Data No 30240 DigiEgg
191 186 GranKuwagamon A Mega Kuwagamon that lives deep in the woods and is considered one of the most dangerous Insectoid Digimon with its powerful attacks. Dimension Scissors Uses huge scissors to cut an opponent and its surroundings to pieces. Uses huge scissors to cut an opponent and its surroundings to pieces. Grand Death Screw Charges an opponent while spinning its body. NA 20 021D1153 I.Plant Mega Free No 30240 DigiEgg
192 187 Gryphonmon A Mythical Beast Digimon which is part bird, beast, and snake. It is quick and strong and has huge wings. It lives in the desert and mountainous areas. Legendary Blade Uses supersonic sound to destroy an opponent's data. Uses supersonic sound to destroy an opponent's data. Mobius Bite Uses the mouths on the head and tail to bite an opponent and tear it apart. NA 20 021D1154 Holy Mega Data Yes 30240 DigiEgg
193 188 Eaglemon A Digimon in highly protective chrome Digizoid armor. It is said to be a digivolved Parrotmon. It attacks by charging its enemy. Phoenix Claw Pulverizes an opponent by charging with its fully metallic body. Pulverizes an opponent by charging with its fully metallic body. Mystic Break Unleashes a white beam that turns an opponent to ash. NA 20 021D1155 Bird Mega Vaccine No 30240 DigiEgg
194 189 SaberLeomon An Ancient Beast Digimon said to be an ancestor of Leomon. It can move at mach speed and attacks with its fierce fangs and claws. Howling Crusher Uses huge claws and amazing speed to slash an opponent to pieces. Uses huge claws and amazing speed to slash an opponent to pieces. Infinity Arrow Paralyzes an opponent by firing numerous poison hairs from its mane. NA 24 021D1156 Beast Mega Data Yes 30240 DigiEgg
195 190 ShineGreymon A Shining Dragon Digimon which uses solar energy. It looks like a huge humanoid robot. It has numerous close range and long range attacks. Glorious Burst Focuses light energy and unleashes it by spreading its wings. Focuses light energy and unleashes it by spreading its wings. Shining Blast Blows away an opponent with wings of shining light. Geogrey Sword Attacks with a sword summoned from the earth. 32 021D1157 Dragon Mega Vaccine No 30240 DigiEgg
196 192 SkullMammothmon A skeletal Undead Mammothmon infected by a virus. It holds a grudge against the virus that killed it. It is very tough, but not very smart. Spiral Bone Crusher Rapidly spins the bones on its back, throwing them at an opponent. Rapidly spins the bones on its back, throwing them at an opponent. Grand Charge Charges an opponent with its huge body. NA 20 021D1159 Beast Mega Vaccine Yes 30240 DigiEgg
197 194 MegaGargomon A heavily armed Machine Digimon. It is armed with many weapons and can attack in any direction, but it is rather slow. Burst Shot Unleashes every projectile weapon from its body. Unleashes every projectile weapon from its body. Magna Blaster Launches a gigantic missile from its shoulder. NA 24 021D115B Beast Mega Vaccine No 30240 DigiEgg
198 197 HiAndromon An improved Andromon. Its body is made of chrome Digizoid that gives it much higher attack and defense. Atomic Ray Unleashes a beam that fuses energy and destroys the enemy. Unleashes a beam that fuses energy and destroys the enemy. Lightning Blade Attacks using an energy blade. NA 20 021D115E Machine Mega Vaccine No 30240 DigiEgg
199 198 BanchLeomon A Beast Humanoid Digimon loyal to its own sense of justice. Only the victorious can become one. Good with defense and close range combat. Lion King Slash Attacks using a flaming hot short sword. Attacks using a flaming hot short sword. Flash Bancho Punch Accumulates energy with its arms and horn, unleashing a ball of plasma. NA 20 021D115F Beast Mega Vaccine No 30240 DigiEgg
200 199 Piedmon A Digimon that looks like a clown. It shows up unexpectedly and without reason. It is very powerful despite its appearance. Trump Sword Teleports the sword on its back to stab an opponent instantly. Teleports the sword on its back to stab an opponent instantly. Ending Snipe Unleashes electricity from both hands and electrocutes opponents. NA 20 021D1160 Dark Mega Virus Yes 30240 DigiEgg
201 201 Puppetmon A Digimon created from a cursed Cherrymon. It is shaped like a puppet. Beware of the hammer it wields. Puppet Pummel Hits an opponent with a hammer filled with explosives. Hits an opponent with a hammer filled with explosives. Wood Cross Attacks using an X-shaped tree like a boomerang. NA 18 021D1162 Machine Mega Virus Yes 30240 DigiEgg
202 202 Pharaohmon A Digimon that held absolute power in the ancient Digital World. It is not very powerful, but its special attacks are strong. Deadly Necro Mist Emits a deadly gas that destroys an opponent instantly. Emits a deadly gas that destroys an opponent instantly. Poisonous Necro Mist Emits a deadly poison gas. NA 20 021D1163 Dark Mega Virus No 30240 DigiEgg
203 203 Pukumon A Mutant Digimon born from a computer virus created by a hacker. It is small but has one of the most defiant natures in the Digital World. Needle Squall Fires the hard thorns on top of its head at an opponent. Fires the hard thorns on top of its head at an opponent. Britain Punch Uses its fists to punch an opponent. NA 18 021D1164 Aquatic Mega Virus Yes 30240 DigiEgg
204 204 BlackWarGreymon This greatly feared Black Draconian Knight hates cowards despite its dark side. It wont associate with unrefined Virus Digimon. Dark Gaia Force Focuses all the energy in the air and unleashes it on an opponent. Focuses all the energy in the air and unleashes it on an opponent. Iron Claws Attacks using the claws on both hands that are highly effective against Dragon Digimon. NA 32 021D1165 Dragon Mega Virus No 30240 DigiEgg
205 205 PrinceMamemon A Mutant Digimon created with Royal data. This Prince of Mamemon wears a cape and crown. Despite its look, it has a deadly special attack. Smiley Warhead Unleashes a powerful headbutt while laughing. Unleashes a powerful headbutt while laughing. Purple Rain Rains down purple roses. NA 18 021D1166 Machine Mega Data No 30240 DigiEgg
206 207 Preciomon A Digimon found in a computer researching unknown species. It is strong in water battles and takes advantage of its large size. Water Tail Blaster Attacks with a cry that makes any Digimon lose the will to fight. Attacks with a cry that makes any Digimon lose the will to fight. Pulse Blast Attacks with a high frequency sound wave unleashed at maximum intensity. NA 20 021D1168 Aquatic Mega Data Yes 30240 DigiEgg
207 208 HerculesKabuterimon A Mega Insectoid Digimon created by data from Kabuterimon and Kuwagamon. It has both high defense and attack capabilities. Giga Scissor Claw A more powerful Electro Shocker that has increased its data density to the limit. A more powerful Electro Shocker that has increased its data density to the limit. Electro Blaster Uses all four arms to unleash a powerful energy blast. NA 32 021D1169 I.Plant Mega Vaccine Yes 30240 DigiEgg
208 209 Phoenixmon A Holy Beast Digimon with 4 golden wings. It is the epitome of Holy and Bird Digimon with powerful abilities. Its special attack is powerful. Starlight Explosion Flaps its wings to spray golden particles. Flaps its wings to spray golden particles. Crimson Flame Uses its wings to propel flames unleashed from its mouth. NA 20 021D116A Bird Mega Vaccine Yes 30240 DigiEgg
209 210 MirageGaogamon A Beast Knight Digimon that looks like a knight in a red cape. It is covered in chrome Digizoid armor and fights with many swift attacks. Double Crescent Mirage Unleashes crescent shaped energy blasts from both hands. Unleashes crescent shaped energy blasts from both hands. Full Moon Blaster Focuses all of its energy into the opening on its chest and unleashes a blast. Gale Claw Slices apart an opponent with amazing speed. 20 021D116B Beast Mega Data No 30240 DigiEgg
210 211 Machinedramon Made from Android Digimon parts, this Digimon is said to be the strongest in the Digital World. Its power overwhelms all other Digimon. Giga Cannon Fires powerful energy shots from the two cannons on its back. Fires powerful energy shots from the two cannons on its back. Infinite Hand Crushes an opponent with its huge arm. NA 32 021D116C Machine Mega Virus Yes 30240 DigiEgg
211 212 MetalEtemon An Android Digimon digivolved from Etemon. It excels in defense against both physical and attribute attacks thanks to its chrome Digizoid. Banana Slip Makes an opponent slip on a banana peel. Makes an opponent slip on a banana peel. DarkNetwork&C.Crush Sings a song that causes an opponent to lose the will to fight. NA 20 021D116D Beast Mega Virus Yes 30240 DigiEgg
212 213 MetalGarurumon This metallic form of Garurumon can now fly. Its whole body is filled with weapons, and few Digimon can escape from it. Freezing Breath Freezes an opponent with a breath of freezing cold air. Freezes an opponent with a breath of freezing cold air. Grace Cross Freezer Attacks by launching all missiles on its body. NA 20 021D116E Beast Mega Data Yes 30240 DigiEgg
213 214 MetalGarurumon (Black) The Virus MetalGarurumon. Its whole body is filled with weapons and it fires missiles blindly at opponents. Freezing Breath Freezes an opponent with a breath of freezing cold air. Freezes an opponent with a breath of freezing cold air. Blizzard Wolf Claw Launches every missile on its body at an opponent. NA 20 021D116F Beast Mega Virus Yes 30240 DigiEgg
214 215 MetalSeadramon An Aquatic Digimon in a chrome Digizoid body that deflects various attacks. It is the fastest Digimon under water and never lets prey escape. River of Power Fires an energy cannon on the tip of its nose to burn everything to a crisp. Fires an energy cannon on the tip of its nose to burn everything to a crisp. Poseidon Divide Attacks an opponent with a huge tsunami. NA 32 021D1170 Aquatic Mega Data Yes 30240 DigiEgg
215 216 Rosemon Called Queen of Flowers, this rose-shaped Digimon has a female form and dons a Tifaret jewel. It is a balanced fighter with grace and beauty. Thorn Whipping Attacks using an electrified whip with thorns. Attacks using an electrified whip with thorns. Forbidden Temptation Wraps an opponent in multiple roses and destroys it data. NA 18 021D1171 I.Plant Mega Data Yes 30240 DigiEgg
216 191 ZeedGarurumon An Android Digimon that is equipped with the Zeed Cannon. It is an offshoot of MetalGarurumon and specializes in attacks. Zeed Cannon The ultimate weapon for attack. The ultimate weapon for attack. Full Metal Breath Launches the Zeed Cannon and other weapons on its body all at once. Blowback Breath Accumulates energy produced when launching weapons, and unleashes it from the mouth. 24 021D1158 Beast Mega Data No 30240 DigiEgg
217 200 VictoryGreymon The Great Dragon Warrior. It wears chrome Digizoid armor and is an offshoot of WarGreymon. It is a powerful fighter. Dramon Breaker Wields a huge sword to pulverize an opponent. Wields a huge sword to pulverize an opponent. Trident Gaia Disassembles its sword, attaches it to both arms, and launches an energy sword. Victory Charge Deflects an opponent's attack with a huge sword. 32 021D1161 Dragon Mega Vaccine No 30240 DigiEgg
218 193 Slayerdramon A Dragon Humanoid Digimon wearing full-body armor. This form can only be achieved by Dragon Digimon that complete special training. Tenryu Slash Cuts an opponent in half by striking at the top of its head with a sword. Cuts an opponent in half by striking at the top of its head with a sword. Shoryu Slash Unleashes the energy of its sword upwards, slashing an opponent with its power. Koryu Slash Transforms its sword and wraps it around an opponent to slice away at its body. 32 021D115A Dragon Mega Vaccine No 30240 DigiEgg
219 206 Brakedramon A machine Dragon Digimon that has assimilated various data from heavy construction equipment. It is feared as the ultimate destructive dragon. Destroyed Rush Rapidly swings both shovel arms, hitting an opponent multiple times. Rapidly swings both shovel arms, hitting an opponent multiple times. Infinity Bowling Engages all the drills on its body and charges an opponent. Gravity Press Crushes an opponent with immense body weight. 32 021D1167 Dragon Mega Virus No 30240 DigiEgg
220 180 Apollompn A Deity Digimon that can control nature. Its flame abilities are so powerful they can melt through anything. It is a very defensive fighter. Solblaster Unleashes a burning fireball from the ball of fire on the back. Unleashes a burning fireball from the ball of fire on the back. Foibos Blow A fatal blow from a fist with unimaginable power. Arrow of Apollo Unleashes multiple burning arrows from both hands. 24 021D114D Holy Mega Vaccine No 30240 DigiEgg
221 195 Dianamon A Deity Digimon that can control nature. It rules ice and water and can fight in absolute zero temperatures. Its speedy attacks are deadly. Crescent Harken Uses the power of the moon to show an opponent an illusion before cutting them in half. Uses the power of the moon to show an opponent an illusion before cutting them in half. Arrow of Artemis Uses a long icicle from the protrusion on its back to attack an opponent. Goodnight Moon Unleashes moonlight from the faces on both legs to put an opponent to sleep. 24 021D115C Dark Mega Data No 30240 DigiEgg
222 181 Imperialdramon An Ancient Dragon Digimon that existed in ancient times. It is one of the greatest Digimon with its amazing power and high intelligence. Positron Laser A powerful energy cannon unleashed from the right arm. A powerful energy cannon unleashed from the right arm. Giga Fire A destructive energy unleashed from the positron laser inserted into the chest. NA 32 021D114E Dragon Mega Free No 30240 DigiEgg
223 196 Gallantmon The highest ranked Holy Knight Digimon. It wears chrome Digizoid armor and has a spear in its right hand and a shield in its left. It is very chivalrous. Royal Saber A powerful strike unleashed with the spear on the right arm. A powerful strike unleashed with the spear on the right arm. Final Elision A powerful beam unleashed from the shield on the left arm. NA 32 021D115D Holy Mega Virus Yes 30240 DigiEgg
Experienced player (863)
Joined: 2/5/2012
Posts: 1866
Location: Brasil
this table kinda screws the formatting, are you sure you cannot put it somewhere else or in another more contained format?
I want all good TAS inside TASvideos, it's my motto. TAS i'm interested: Megaman series, specially the RPGs! Where is the mmbn1 all chips TAS we deserve? Where is the Command Mission TAS? i'm slowly moving away from TASing fighting games for speed, maybe it's time to start finding some entertainment value in TASing.

1741847609