sora10pls

[LGPE] Capture Records

Aug 27th, 2020 (edited)
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. At offset 0x468A8, there are 153 entries (u32) that store how many of every individual Species you've caught (cap: 9,999).
  2.  
  3. At offset 0x46B0C, there are 153 entries (u32) that store how many of every individual Species you've transferred to Professor Oak (cap: 999,999,999).
  4.  
  5. Offset 0x46D94 is a u32 that stores how many total Pokémon you've caught (cap: 999,999,999).
  6.  
  7. Offset 0x46DA8 is a u32 that stores how many Pokémon you've transferred to Professor Oak.
  8. This value is equal to the sum of all individual transferred Species, but caps out at 999,999,999 even if the sum of all individual Species exceeds this.
  9. Because of this, the value cannot be edited directly, but rather must always equal the sum of all individual Species transferred.
Add Comment
Please, Sign In to add comment