diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-04-27 21:03:48 -0500 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-04-27 21:03:48 -0500 |
commit | a536d78b8eec8cc6902c6db4c12c309e8e36221e (patch) | |
tree | cf5d7b32ca912a98e7dab7adbd4906d222a1698d /notes.txt | |
parent | b28f8ed45a5d6377d77322de0614d26cf169d9da (diff) | |
download | PSE-a536d78b8eec8cc6902c6db4c12c309e8e36221e.tar.gz |
updated notes. Probably won't keep this.
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,7 @@ I have found three offset points require an ending with 0x50: 0x259E is the trainer, 0x25FD is the rival, but I am uncertain what 2C5E is at this time. +What is the items one can have in their pocket? ## # Specific offset points @@ -27,4 +28,13 @@ NOTE: It must end with 0x50 OFFSET: 0x25F3 - 0x25F5 NOTE: Reads hex weird. Only accepts 0-9. Basically, do not convert with money. +# ITEM BAG +OFFSET: 0x25C9 +NOTE: This is the amount of items held. + +OFFSET: 0x25CA +NOTE: This is the identifier for ITEM #0 + +OFFSET: 0x25CB +NOTE: This is the quantity for ITEM #0 |