sora10pls

[SM/USUM] Battle Tree Scouted Trainers

May 12th, 2020
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Starting from:
  2. 0x6B224 in Sun and Moon (+0x24 from BattleInstSave block).
  3. 0x6B824 in Ultra Sun and Ultra Moon (+0x24 from BattleInstSave block).
  4.  
  5. Only 50 Trainers can be Scouted at a time.
  6.  
  7. == TRAINERS ==
  8. The first set of 100 bytes represent your current list of Scouted Trainers, 2 bytes each.
  9. Each entry can range from 0 to 204 (SM), or 0 to 209 (USUM).
  10. 50 total entries.
  11. 0xFFFF in any given slot means that you haven't Scouted a Trainer for that slot.
  12.  
  13. == POKÉMON 1 ==
  14. The second set of 100 bytes represent your Scouted Trainers' first Pokémon, 2 bytes each.
  15. Each entry can range from 0 to 995 (SM), or 0 to 998 (USUM).
  16. 50 total entries.
  17. First entry is for your first Scouted Trainer, second entry is for your second Scouted Trainer, etc.
  18.  
  19. == POKÉMON 2 ==
  20. The third set of 100 bytes represent your Scouted Trainers' second Pokémon, 2 bytes each.
  21. Same as above.
  22.  
  23. Starting from:
  24. 0x6B354 in Sun and Moon (+0x54 from BattleInstSave block).
  25. 0x6B854 in Ultra Sun and Ultra Moon (+0x54 from BattleInstSave block).
  26.  
  27. == POKÉMON 1 (ABILITY) ==
  28. The first set of 50 bytes represents Pokémon 1's Ability, 1 byte each.
  29. All values can be rolled legitimately even if they are not legal in the game (e.g. Flame Body Heatran).
  30. 0x00 = Ability 1
  31. 0x01 = Ability 2
  32. 0x02 = Hidden Ability
  33.  
  34. == POKÉMON 2 (ABILITY) ==
  35. The second set of 50 bytes represents Pokémon 2's Ability, 1 byte each.
  36. Same as above.
  37.  
  38. All IDs, for Trainers and Pokémon, can be viewed in pk3DS.
  39.  
  40. For example, Trainer 080 with Pokémon 000 and Pokémon 001 is given to all Players by default.
  41. Trainer 080 - Rada
  42. Pokémon 000 - Barbaracle @ Bright Powder
  43. Pokémon 001 - Hawlucha @ Salac Berry
Advertisement
Add Comment
Please, Sign In to add comment