blob: d47fc9d44f8ac4b2aaa137d876fece1cdbde93f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Stuff to keep in mind.
##
# Random note
##
I have found three offset points require an ending with 0x50:
0x259E, 0x25FD, 2C5E
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
##
# TRAINER NAME:
OFFSET: 0x2598 - 0x259E
NOTE: It must end with 0x50
# RIVAL NAME:
OFFSET: 0x25F6 - 0x25FD
NOTE: It must end with 0x50
# MONEY:
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
|