sora10pls

[USUM] Rotom Pokédex

Dec 29th, 2020 (edited)
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. In the FieldMenu save block (length 0x4C), there are a few notable stored values for Rotom Pokédex.
  2.  
  3. Offset 0x1A stores Rotom Pokédex's current Affection. This value can range from 0 to 1,000 and increments by 30 with every interaction you have with Rotom Pokédex when it looks sad.
  4.  
  5. Once you reach certain thresholds, there will be additional bonuses provided to the player by Rotom Pokédex:
  6.  
  7. • 601+ Affection: Rotom can now offer the player Z-Rotom Power, allowing them to use two Z-Moves in one battle. This will only work if a Rotom Power was used before the start of the battle (e.g. Roto Bargain), or at any point during the battle (e.g. Roto Boost).
  8. • 1000 Affection: Rotom will ask you for a nickname, and will now refer to you as that nickname.
  9.  
  10. Offset 0x2A stores a couple of bitflags for IsRotoLotoActive (bits 0 and 1). If they are set, then Rotom Pokédex can provide up to 2 Roto Lotos at a time. The prizes are not stored in the save block, and as such, are decided at random when interacting with the touch screen.
  11.  
  12. Offset 0x30 stores the nickname Rotom Pokédex has given the player. This can be one of the following, depending on their response to Rotom Pokédex:
  13. • Roto-(first character of player's name)
  14. • Roto Jr.
  15. • Master
Add Comment
Please, Sign In to add comment