AKI Man
Legend
I will add to this post as I find the addys for each menu
8133F578 - original A CAW name (Used to get values)
Main Menu
81104380 - ROYAL ROAD
8110438C - EXHIBITION
8110439C - KOTR
811043AC - LEAGUE
811043B4 - RANK
811043C0 - PPV
811043C8 - EDIT
811043DC - OPTIONS
Match Select
811044A4 - SINGLE
811044B4 - TAG
811044E8 - 3 WAY
811044C4 - RUMBLE
811044D4 - TEAMS
BELT
81104B7C - NAME
81104B98 - NON TITLE
81104BC0 - NEW BELT
81104BD4 - MEMORY PAK
RULES
8119F768 - TKO
Values:
20���SP
21���!
22���"
23���#
24���$
25���%
26���&
27���'
28���(
29���)
2A���*
2B���+
2C���,
2D���-
2E���.
2F���/
30���0
31���1
32���2
33���3
34���4
35���5
36���6
37���7
38���8
39���9
3A���:
3B���;
3C���<
3D���=
3E���>
3F���?
40���@
41���A
42���B
43���C
44���D
45���E
46���F
47���G
48���H
49���I
4A���J
4B���K
4C���L
4D���M
4E���N
4F���O
50���P
51���Q
52���R
53���S
54���T
55���U
56���V
57���W
58���X
59���Y
5A���Z
5B���[
5C���\
5D���]
5E���^
5F���_
60���`
61���a
62���b
63���c
64���d
65���e
66���f
67���g
68���h
69���i
6A���j
6B���k
6C���l
6D���m
6E���n
6F���o
70���p
71���q
72���r
73���s
74���t
75���u
76���v
77���w
78���x
79���y
7A���z
7B���{
7C���|
7D���}
7E���~
Credit: JamStubbs, Fat Dave & BioHazardandTsukino
Example
To translate the LEAGUE selection on the main menu, take the start addy 811043AC then find the value for your first 2 letters, in this case L is 4C and E is 45. You then add 2 to the address in hexidecimal for each additional set of letters. The final letter must be 00 to signify the end of the text so the code would be:
811043AC 4C45 - LE
811043AE 4147 - AG
811043B0 5545 - UE
811043B2 0000 - (End)
8133F578 - original A CAW name (Used to get values)
Main Menu
81104380 - ROYAL ROAD
8110438C - EXHIBITION
8110439C - KOTR
811043AC - LEAGUE
811043B4 - RANK
811043C0 - PPV
811043C8 - EDIT
811043DC - OPTIONS
Match Select
811044A4 - SINGLE
811044B4 - TAG
811044E8 - 3 WAY
811044C4 - RUMBLE
811044D4 - TEAMS
BELT
81104B7C - NAME
81104B98 - NON TITLE
81104BC0 - NEW BELT
81104BD4 - MEMORY PAK
RULES
8119F768 - TKO
Values:
20���SP
21���!
22���"
23���#
24���$
25���%
26���&
27���'
28���(
29���)
2A���*
2B���+
2C���,
2D���-
2E���.
2F���/
30���0
31���1
32���2
33���3
34���4
35���5
36���6
37���7
38���8
39���9
3A���:
3B���;
3C���<
3D���=
3E���>
3F���?
40���@
41���A
42���B
43���C
44���D
45���E
46���F
47���G
48���H
49���I
4A���J
4B���K
4C���L
4D���M
4E���N
4F���O
50���P
51���Q
52���R
53���S
54���T
55���U
56���V
57���W
58���X
59���Y
5A���Z
5B���[
5C���\
5D���]
5E���^
5F���_
60���`
61���a
62���b
63���c
64���d
65���e
66���f
67���g
68���h
69���i
6A���j
6B���k
6C���l
6D���m
6E���n
6F���o
70���p
71���q
72���r
73���s
74���t
75���u
76���v
77���w
78���x
79���y
7A���z
7B���{
7C���|
7D���}
7E���~
Credit: JamStubbs, Fat Dave & BioHazardandTsukino
Example
To translate the LEAGUE selection on the main menu, take the start addy 811043AC then find the value for your first 2 letters, in this case L is 4C and E is 45. You then add 2 to the address in hexidecimal for each additional set of letters. The final letter must be 00 to signify the end of the text so the code would be:
811043AC 4C45 - LE
811043AE 4147 - AG
811043B0 5545 - UE
811043B2 0000 - (End)