ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
1
Update "ROM PLAYERS" sheet.
3
You can simply paste the data from the CSV generated by the "NHL Hockey Roster Tool."
4
The spreadsheet is currently setup for an 800 player ROM (25 players per team). You will need to make adjustments to get it to work for more or less players.
5
6
2
Update the" Player Card Offsets."
7
Update Cell L1 to contain the offset for the default picture for cards not found.
8
Update the values in the GREEN column, for every single player offset. This will be 10 bytes less than the TileMolester offet (header data).
9
10
3
Set your "Order of Players." (Optional)
11
Update the cells to select the six players that will be cycled through on the team selection screen.
12
Please see the notes below for more details.
13
14
4
Update your ROM.
15
Copy the data in cell B1 and paste (Overwrite) into your ROM at offset 0x040E.
16
This writes into your ROM the information for where the picture is located for each roster spot.
17
18
Notes
Re: "Order of Players" Sheet (Optional)
19
The first six numbers in YELLOW for each team represent the roster number in HEX. Note 00 is the first (usually goalie) and it can go up to 25 (26 max player per team)
20
See the corresponding roster number to hex value for reference.
21
You can enter any 6 roster spots in the yellow cells and that is what will be displayed in the team selection screen.
22
23
IMPORTANT: ALL 26 roster spots must be assigned, and you can't have duplicates. So if you want to display roster spot 13 instead of 04, swap 04 in yellow with OD (hex for 13) AND replace the OD with 04.
24
You must always have all 26 assigned, or the ROM will crash.
25
Once you finish, you can copy/paste the values in Paste Hex starting at 0x040E.
26
27
#HEX#HEX
28
0000130D
29
0101140E
30
0202150F
31
03031610
32
04041711
33
05051812
34
06061913
35
07072014
36
08082115
37
09092216
38
100A2317
39
110B2418
40
120C2519
41
42
Reference
The "Player Card Map" is a map of the players and corresponding picture offsets by team. This is the organization of the hex data in the ROM.
43
You do not need to do anything here, it is just for reference.
44
45
Reference
Player Card Offsets - this is the card offsets list. Will be unique to each ROM.
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100