The dai_encount file which governs event raids via Dynamax Crystals, typically 0x78 in size,
Though various start offsets are inconsistent through the file.
This page documents the various offsets found throughout the data structure, in terms of the event raid data.
Type | Offset | Notes (if any) |
---|---|---|
Dynamax Level Stars tier |
0x03 |
Dynamax level = exact value Stars tier = value - 1 |
Ability | 0x04 |
0x0 Ability 1 0x1Ability 2 0x2 Hidden Ability 0x3 RND 1, 2 0x4 RND 1, 2, HA |
Host Catch Rate | 0x05 |
0x0 Appears to be guaranteed caught 0x6 Cannot even attempt to catch 0x1 to 0x5 Ranging from easiest to hardest. Might be a multiplier against base catch rate. |
Non-host Catch Rate | 0x06 |
0x0 Appears to be guaranteed caught 0x6 Cannot even attempt to catch 0x1 to 0x5 Ranging from easiest to hardest. Might be a multiplier against base catch rate. Might be part of a different formula from host catch rate. |
Gender | 0x07 |
0x0 Random 0x1 Male 0x2 Female 0x3 Genderless (if it is random, and the species only has one gender or is genderless, the encounter will correctly reflect that) [note, if the form has only one gender (like indeedee-0 is male, and indeedee-1 is female), random will also correctly reflect only one gender for that form in-game] |
Shiny Status | 0x08 |
0x0 Standard Odds 0x1 Shiny Locked 0x2 Forced Shiny (Squares only) |
Nature | 0x09 |
Follows table of Natures 0x19 is Random |
HP IV | 0x0A |
Set IV: 0 to 31. Random IV: 255 |
ATK IV | 0x0C |
Set IV: 0 to 31. Random IV: 255 |
DEF IV | 0x0E |
Set IV: 0 to 31. Random IV: 255 |
S.ATK IV | 0x10 |
Set IV: 0 to 31. Random IV: 255 |
S.DEF IV | 0x12 |
Set IV: 0 to 31. Random IV: 255 |
SPE IV | 0x14 |
Set IV: 0 to 31. Random IV: 255 |
Entry Index | 0x16 | 1 to 300 (one for set for SW, one set for Shield) |
Species | 0x1A | |
Form | 0x1E | |
Level of Encounter | 0x22 | Hex -> Dec, representing level |
Gigantamax Factor | 0x26 |
0x0 Cannot Gigantamax 0x1 Can Gigantamax |
Move 1 | 0x2E | Value is Move Index. |
Move 2 | 0x32 | Value is Move Index. |
Move 3 | 0x36 | Value is Move Index. |
Move 4 | 0x3A | Value is Move Index. |
Dynamax Boost | 0x3E |
Float: a multiplier on top of what the Pokemon's Dynamax HP would otherwise be. If the Pokemon has Dynamax level 10 and its normal HP is 100, it has 200 HP when Dynamaxed; if it has a Dynamax boost of 2.5, it'll have 500 HP |
Number of attacks per turn | 0x46 |
Maximum number of attacks it has per turn, excluding extra moves. If the value here is 0, it'll get bumped up to 1. (A mon can't have no moves now ><) You can see this most clearly with Mewtwo. One of Mewtwo's entries has 3 here. See this Youtube video. Mewtwo attacks three times, not counting its extra move(s). |
Shield Thickness | 0x4A | Hex -> Dec, representing amount of shields |
1st layer of Shield at HP% | 0x4E |
Convert the hex to dec. From 0 to 100, representing % of health to bring up shields |
Extra Move 1 | 0x52 | Value is Move Index. |
Extra Move 1 Priority | 0x56 |
0: Disabled (it mostly only appears for <3-star entries) 1: the move is used as soon as the shields are triggered, and never again after. (FYI this is in the current Wild Area News for the ""Gigantamax Festival"", for 5-star Gengar in Sw.) 2: As long as 1st shield is up, the move is used at the end of the turn (this includes after moves like Counter from an NPC's Wobbuffet) 3: As long as 1st shield is up, the Pokemon uses it as their second move during their turn |
2nd layer of Shield at HP% | 0x5A |
Convert the hex to dec. From 0 to 100, representing % of health to bring up shields |
Extra Move 2 | 0x5E | Value is Move Index. |
Extra Move 2 Priority | 0x62 |
0: Disabled (it mostly only appears for <3-star entries) 1: the move is used as soon as the shields are triggered, and never again after. (FYI this is in the current Wild Area News for the ""Gigantamax Festival"", for 5-star Gengar in Sw.) 2: As long as 2nd shield is up, the move is used at the end of the turn (this includes after moves like Counter from an NPC's Wobbuffet) 3: As long as 2nd shield is up, the Pokemon uses it as their second move during their turn |
Raid random drops | ? | Refers to drop_rewards |
Raid fixed rewards | ? | Refers to bonus_rewards |
List of hex addresses for Dai encounter (from ★Aql7235 Shield to ★And458 on Sword)
Spoiler
0x512 |
0x58A |
0x602 |
0x67A |
0x6F2 |
0x76A |
0x7E2 |
0x85A |
0x8D2 |
0x94A |
0x9C2 |
0xA3A |
0xAB2 |
0xB2A |
0xBA2 |
0xC1A |
0xC92 |
0xD0A |
0xD82 |
0xDFA |
0xE72 |
0xEEA |
0xF62 |
0xFDA |
0x1052 |
0x10CA |
0x1142 |
0x11BA |
0x1232 |
0x12AA |
0x1322 |
0x139A |
0x1412 |
0x148A |
0x1502 |
0x157A |
0x15F2 |
0x166A |
0x16E2 |
0x175A |
0x17D2 |
0x184A |
0x18C2 |
0x193A |
0x19B2 |
0x1A2A |
0x1AA2 |
0x1B1A |
0x1B92 |
0x1C0A |
0x1C82 |
0x1CFA |
0x1D72 |
0x1DEA |
0x1E62 |
0x1EDA |
0x1F52 |
0x1FCA |
0x2042 |
0x20BA |
0x2132 |
0x21AA |
0x2222 |
0x229A |
0x2312 |
0x238A |
0x2402 |
0x247A |
0x24F2 |
0x256A |
0x25E2 |
0x265A |
0x26D2 |
0x274A |
0x27C2 |
0x283A |
0x28B2 |
0x292A |
0x29A2 |
0x2A1A |
0x2A92 |
0x2B0A |
0x2B82 |
0x2BFA |
0x2C72 |
0x2CEA |
0x2D62 |
0x2DDA |
0x2E52 |
0x2ECA |
0x2F42 |
0x2FBA |
0x3032 |
0x30AA |
0x3122 |
0x319A |
0x3212 |
0x328A |
0x3302 |
0x337A |
0x33F2 |
0x346A |
0x34E2 |
0x355A |
0x35D2 |
0x364A |
0x36C2 |
0x373A |
0x37B2 |
0x382A |
0x38A2 |
0x391A |
0x3992 |
0x3A0A |
0x3A82 |
0x3AFA |
0x3B72 |
0x3BEA |
0x3C62 |
0x3CDA |
0x3D52 |
0x3DCA |
0x3E42 |
0x3EBA |
0x3F32 |
0x3FAA |
0x4022 |
0x409A |
0x4112 |
0x418A |
0x4202 |
0x427A |
0x42F2 |
0x436A |
0x43E2 |
0x445A |
0x44D2 |
0x454A |
0x45C2 |
0x463A |
0x46B2 |
0x472A |
0x47A2 |
0x481A |
0x4892 |
0x490A |
0x4982 |
0x49FA |
0x4A72 |
0x4AEA |
0x4B62 |
0x4BDA |
0x4C52 |
0x4CCA |
0x4D42 |
0x4DBA |
0x4E32 |
0x4EAA |
0x4F22 |
0x4F9A |
0x5012 |
0x508A |
0x5102 |
0x517A |
0x51F2 |
0x526A |
0x52E2 |
0x535A |
0x53D2 |
0x544A |
0x54C2 |
0x553A |
0x55B2 |
0x562A |
0x56A2 |
0x571A |
0x5792 |
0x580A |
0x5882 |
0x58FA |
0x5972 |
0x59EA |
0x5A62 |
0x5ADA |
0x5B52 |
0x5BCA |
0x5C42 |
0x5CBA |
0x5D32 |
0x5DAA |
0x5E22 |
0x5E9A |
0x5F12 |
0x5F8A |
0x6002 |
0x607A |
0x60F2 |
0x616A |
0x61E2 |
0x625A |
0x62D2 |
0x634A |
0x63C2 |
0x643A |
0x64B2 |
0x652A |
0x65A2 |
0x661A |
0x6692 |
0x670A |
0x6782 |
0x67FA |
0x6872 |
0x68EA |
0x6962 |
0x69DA |
0x6A52 |
0x6ACA |
0x6B42 |
0x6BBA |
0x6C32 |
0x6CAA |
0x6D22 |
0x6D9A |
0x6E12 |
0x6E8A |
0x6F02 |
0x6F7A |
0x6FF2 |
0x706A |
0x70E2 |
0x715A |
0x71D2 |
0x724A |
0x72C2 |
0x733A |
0x73B2 |
0x742A |
0x74A2 |
0x751A |
0x7592 |
0x760A |
0x7682 |
0x76FA |
0x7772 |
0x77EA |
0x7862 |
0x78DA |
0x7952 |
0x79CA |
0x7A42 |
0x7ABA |
0x7B32 |
0x7BAA |
0x7C22 |
0x7C9A |
0x7D12 |
0x7D8A |
0x7E02 |
0x7E7A |
0x7EF2 |
0x7F6A |
0x7FE2 |
0x805A |
0x80D2 |
0x814A |
0x81C2 |
0x823A |
0x82B2 |
0x832A |
0x83A2 |
0x841A |
0x8492 |
0x850A |
0x8582 |
0x85FA |
0x8672 |
0x86EA |
0x8762 |
0x87DA |
0x8852 |
0x88CA |
0x8942 |
0x89BA |
0x8A32 |
0x8AAA |
0x8B22 |
0x8B9A |
0x8C12 |
0x8C8A |
0x8D02 |
0x8D7A |
0x8DF2 |
0x8E6A |
0x8EE2 |
0x8F5A |
0x8FD2 |
0x904A |
0x90C2 |
0x918A |
0x96DA |
0x9752 |
0x97CA |
0x9842 |
0x98BA |
0x9932 |
0x99AA |
0x9A22 |
0x9A9A |
0x9B12 |
0x9B8A |
0x9C02 |
0x9C7A |
0x9CF2 |
0x9D6A |
0x9DE2 |
0x9E5A |
0x9ED2 |
0x9F4A |
0x9FC2 |
0xA03A |
0xA0B2 |
0xA12A |
0xA1A2 |
0xA21A |
0xA292 |
0xA30A |
0xA382 |
0xA3FA |
0xA472 |
0xA4EA |
0xA562 |
0xA5DA |
0xA652 |
0xA6CA |
0xA742 |
0xA7BA |
0xA832 |
0xA8AA |
0xA922 |
0xA99A |
0xAA12 |
0xAA8A |
0xAB02 |
0xAB7A |
0xABF2 |
0xAC6A |
0xACE2 |
0xAD5A |
0xADD2 |
0xAE4A |
0xAEC2 |
0xAF3A |
0xAFB2 |
0xB02A |
0xB0A2 |
0xB11A |
0xB192 |
0xB20A |
0xB282 |
0xB2FA |
0xB372 |
0xB3EA |
0xB462 |
0xB4DA |
0xB552 |
0xB5CA |
0xB642 |
0xB6BA |
0xB732 |
0xB7AA |
0xB822 |
0xB89A |
0xB912 |
0xB98A |
0xBA02 |
0xBA7A |
0xBAF2 |
0xBB6A |
0xBBE2 |
0xBC5A |
0xBCD2 |
0xBD4A |
0xBDC2 |
0xBE3A |
0xBEB2 |
0xBF2A |
0xBFA2 |
0xC01A |
0xC092 |
0xC10A |
0xC182 |
0xC1FA |
0xC272 |
0xC2EA |
0xC362 |
0xC3DA |
0xC452 |
0xC4CA |
0xC542 |
0xC5BA |
0xC632 |
0xC6AA |
0xC722 |
0xC79A |
0xC812 |
0xC88A |
0xC902 |
0xC97A |
0xC9F2 |
0xCA6A |
0xCAE2 |
0xCB5A |
0xCBD2 |
0xCC4A |
0xCCC2 |
0xCD3A |
0xCDB2 |
0xCE2A |
0xCEA2 |
0xCF1A |
0xCF92 |
0xD00A |
0xD082 |
0xD0FA |
0xD172 |
0xD1EA |
0xD262 |
0xD2DA |
0xD352 |
0xD3CA |
0xD442 |
0xD4BA |
0xD532 |
0xD5AA |
0xD622 |
0xD69A |
0xD712 |
0xD78A |
0xD802 |
0xD87A |
0xD8F2 |
0xD96A |
0xD9E2 |
0xDA5A |
0xDAD2 |
0xDB4A |
0xDBC2 |
0xDC3A |
0xDCB2 |
0xDD2A |
0xDDA2 |
0xDE1A |
0xDE92 |
0xDF0A |
0xDF82 |
0xDFFA |
0xE072 |
0xE0EA |
0xE162 |
0xE1DA |
0xE252 |
0xE2CA |
0xE342 |
0xE3BA |
0xE432 |
0xE4AA |
0xE522 |
0xE59A |
0xE612 |
0xE68A |
0xE702 |
0xE77A |
0xE7F2 |
0xE86A |
0xE8E2 |
0xE95A |
0xE9D2 |
0xEA4A |
0xEAC2 |
0xEB3A |
0xEBB2 |
0xEC2A |
0xECA2 |
0xED1A |
0xED92 |
0xEE0A |
0xEE82 |
0xEEFA |
0xEF72 |
0xEFEA |
0xF062 |
0xF0DA |
0xF152 |
0xF1CA |
0xF242 |
0xF2BA |
0xF332 |
0xF3AA |
0xF422 |
0xF49A |
0xF512 |
0xF58A |
0xF602 |
0xF67A |
0xF6F2 |
0xF76A |
0xF7E2 |
0xF85A |
0xF8D2 |
0xF94A |
0xF9C2 |
0xFA3A |
0xFAB2 |
0xFB2A |
0xFBA2 |
0xFC1A |
0xFC92 |
0xFD0A |
0xFD82 |
0xFDFA |
0xFE72 |
0xFEEA |
0xFF62 |
0xFFDA |
0x10052 |
0x100CA |
0x10142 |
0x101BA |
0x10232 |
0x102AA |
0x10322 |
0x1039A |
0x10412 |
0x1048A |
0x10502 |
0x1057A |
0x105F2 |
0x1066A |
0x106E2 |
0x1075A |
0x107D2 |
0x1084A |
0x108C2 |
0x1093A |
0x109B2 |
0x10A2A |
0x10AA2 |
0x10B1A |
0x10B92 |
0x10C0A |
0x10C82 |
0x10CFA |
0x10D72 |
0x10DEA |
0x10E62 |
0x10EDA |
0x10F52 |
0x10FCA |
0x11042 |
0x110BA |
0x11132 |
0x111AA |
0x11222 |
0x1129A |
0x11312 |
0x1138A |
0x11402 |
0x1147A |
0x114F2 |
0x1156A |
0x115E2 |
0x1165A |
0x116D2 |
0x1174A |
0x117C2 |
0x1183A |
0x118B2 |
0x1192A |
0x119A2 |
0x11A1A |
0x11A92 |
0x11B0A |
0x11B82 |
0x11BFA |
0x11C72 |
0x11CEA |
0x11D62 |
0x11DDA |
0x11E52 |
0x11ECA |
0x11F42 |
0x11FBA |
0x12032 |
0x120AA |
0x12122 |
0x1219A |
0x12212 |
0x122DA |
0x123A2 |
Edited by theSLAYER
Recommended Comments
There are no comments to display.