blob: 26d9ed9b54c66510fbb0145260c6ab6b5c68a294 (
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
|
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.
##
# 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.
|