Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Each O-Power takes up a set amount of O-Power Energy depending on:
- - Which O-Power it is
- - What Level it is
- - Who it was used on (yourself or another Player)
- Offset = OPower6 (0x16A00).
- Offset + 0x41 stores your current O-Power Energy, and it can range from 0 to 10.
- The game has a Regeneration Rate that can range from 1x to 4x speed, depending on how many steps the Nintendo 3DS Pedometer has registered for that day. As such, this value is not stored in the save data and cannot be edited directly. One can use the PedometerHistoryChanger SDK app to modify their step counter for that day and get an optimal Regeneration Rate (4001+ steps).
- The game also keeps track of how many times certain O-Powers have been used. Lv. 3, S, and MAX O-Powers are excluded from this.
- If a Lv. 1 O-Power is used 15 times, then it unlocks the Lv. 2 version of that O-Power.
- If a Lv. 2 O-Power is used 30 times, then it unlocks the Lv. 3 version of that O-Power.
- If an O-Power has been used 255 times, on the 256th use, the number of uses is reset back to 0.
- Number of uses are stored in 1 byte each, and can range from 0 to 255:
- Offset + 0x42 Lv. 1 Encounter
- Offset + 0x43 Lv. 1 Hatching
- Offset + 0x44 Lv. 1 Bargain
- Offset + 0x45 Lv. 1 Prize Money
- Offset + 0x46 Lv. 1 Exp. Point
- Offset + 0x47 Lv. 1 Capture
- Offset + 0x48 Lv. 1 Stealth
- Offset + 0x49 Lv. 1 HP Restoring
- Offset + 0x4A Lv. 1 PP Restoring
- Offset + 0x4B Lv. 1 Befriending
- Offset + 0x4C Lv. 2 Encounter
- Offset + 0x4D Lv. 2 Hatching
- Offset + 0x4E Lv. 2 Bargain
- Offset + 0x4F Lv. 2 Prize Money
- Offset + 0x50 Lv. 2 Exp. Point
- Offset + 0x51 Lv. 2 Capture
- Offset + 0x52 Lv. 2 Stealth
- Offset + 0x53 Lv. 2 HP Restoring
- Offset + 0x54 Lv. 2 PP Restoring
- Offset + 0x55 Lv. 2 Befriending
- Offset + 0x56 Lv. 1 Attack
- Offset + 0x57 Lv. 1 Defense
- Offset + 0x58 Lv. 1 Sp. Atk
- Offset + 0x59 Lv. 1 Sp. Def
- Offset + 0x5A Lv. 1 Speed
- Offset + 0x5B Lv. 1 Critical
- Offset + 0x5C Lv. 1 Accuracy
- Offset + 0x5D Lv. 2 Attack
- Offset + 0x5E Lv. 2 Defense
- Offset + 0x5F Lv. 2 Sp. Atk
- Offset + 0x60 Lv. 2 Sp. Def
- Offset + 0x61 Lv. 2 Speed
- Offset + 0x62 Lv. 2 Critical
- Offset + 0x63 Lv. 2 Accuracy
Advertisement
Add Comment
Please, Sign In to add comment