-
Notifications
You must be signed in to change notification settings - Fork 0
/
UITileset.c
executable file
·187 lines (186 loc) · 9.46 KB
/
UITileset.c
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
41
42
43
44
45
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
#ifndef __UITilesetData__
#define __UITilesetData__
short UITileset[] = {
0x000E, 0x0010, 0x000E, 0x0000, //Window_Mid_Mid
0x000E, 0x0010, 0x001C, 0x0000, //Window_Top_Left
0x000E, 0x0010, 0x002A, 0x0000, //Window_Top_Right
0x000E, 0x0010, 0x0038, 0x0000, //Window_Bottom_Left
0x000E, 0x0010, 0x0046, 0x0000, //Window_Bottom_Right
0x000E, 0x0010, 0x0054, 0x0000, //Window_Top_Mid
0x000E, 0x0010, 0x0062, 0x0000, //Window_Bottom_Mid
0x000E, 0x0010, 0x0070, 0x0000, //Window_Mid_Left
0x000E, 0x0010, 0x007E, 0x0000, //Window_Mid_Right
0x000E, 0x0010, 0x0000, 0x0010, //Window_Div_Vertical_Bottom
0x000E, 0x0010, 0x000E, 0x0010, //Window_Div_Horizontal_Left
0x000E, 0x0010, 0x001C, 0x0010, //Window_Div_Horizontal_Right
0x000E, 0x0010, 0x002A, 0x0010, //Window_Div_Horizontal_Mid
0x000E, 0x0010, 0x0038, 0x0010, //Window_Div_Vertical_Mid
0x000E, 0x0010, 0x0046, 0x0010, //Window_Div_Four_Way
0x000E, 0x0010, 0x0054, 0x0010, //BlueArrow_Down
0x000E, 0x0010, 0x0062, 0x0010, //BlueArrow_Up
0x000E, 0x0010, 0x0070, 0x0010, //BlueArrow_Right
0x000E, 0x0010, 0x007E, 0x0010, //BlueArrow_Left
0x000E, 0x0010, 0x008C, 0x0010, //CheckMark
0x0009, 0x0010, 0x0099, 0x0010, //SliderHandle
0x001C, 0x0010, 0x00A6, 0x0010, //New_Mail_Icon
0x000E, 0x0020, 0x00C4, 0x0000, //RotationArrow
0x0008, 0x0010, 0x00D2, 0x0000, //ScrollbarHandle_Top
0x0008, 0x0010, 0x00DA, 0x0000, //ScrollbarHandle_Middle
0x0008, 0x0010, 0x00E2, 0x0000, //ScrollbarHandle_Bottom
0x0008, 0x0010, 0x00D2, 0x0010, //Scrollbar_Top
0x0008, 0x0010, 0x00DA, 0x0010, //Scrollbar_Middle
0x0008, 0x0010, 0x00E2, 0x0010, //Scrollbar_Bottom
0x000E, 0x0010, 0x0000, 0x0010, //Rect_23
0x000E, 0x0010, 0x000E, 0x0010, //Rect_24
0x000E, 0x0010, 0x001C, 0x0010, //Rect_25
0x000E, 0x0010, 0x002A, 0x0010, //Rect_26
0x000E, 0x0010, 0x0038, 0x0010, //Rect_27
0x000E, 0x0010, 0x0046, 0x0010, //Rect_28
0x0009, 0x0010, 0x0000, 0x0020, //AsciiBar_A
0x0009, 0x0010, 0x0009, 0x0020, //AsciiBar_B
0x0009, 0x0010, 0x0012, 0x0020, //AsciiBar_C
0x0009, 0x0010, 0x001B, 0x0020, //AsciiBar_D
0x0009, 0x0010, 0x0024, 0x0020, //AsciiBar_E
0x0009, 0x0010, 0x002D, 0x0020, //AsciiBar_F
0x0009, 0x0010, 0x0036, 0x0020, //AsciiBar_G
0x0009, 0x0010, 0x003F, 0x0020, //AsciiBar_H
0x0009, 0x0010, 0x0048, 0x0020, //AsciiBar_I
0x0009, 0x0010, 0x0051, 0x0020, //AsciiBar_J
0x0009, 0x0010, 0x005A, 0x0020, //AsciiBar_K
0x0009, 0x0010, 0x0063, 0x0020, //AsciiBar_L
0x0009, 0x0010, 0x006C, 0x0020, //AsciiBar_M
0x0009, 0x0010, 0x0075, 0x0020, //AsciiBar_N
0x0009, 0x0010, 0x007E, 0x0020, //AsciiBar_O
0x0009, 0x0010, 0x0087, 0x0020, //AsciiBar_P
0x0009, 0x0010, 0x0090, 0x0020, //AsciiBar_Q
0x0009, 0x0010, 0x0099, 0x0020, //AsciiBar_R
0x0009, 0x0010, 0x00A2, 0x0020, //AsciiBar_S
0x0009, 0x0010, 0x00AB, 0x0020, //AsciiBar_T
0x0009, 0x0010, 0x00B4, 0x0020, //AsciiBar_U
0x0009, 0x0010, 0x00BD, 0x0020, //AsciiBar_V
0x0009, 0x0010, 0x00C6, 0x0020, //AsciiBar_W
0x0008, 0x0010, 0x00CF, 0x0020, //AsciiBar_X
0x000A, 0x0010, 0x00D7, 0x0020, //AsciiBar_Y
0x0009, 0x0010, 0x00E1, 0x0020, //AsciiBar_Z
0x0008, 0x0010, 0x00EA, 0x0020, //AsciiBar_Left
0x0008, 0x0010, 0x00F2, 0x0020, //AsciiBar_Right
0x000B, 0x0010, 0x0000, 0x0030, //AsciiBar_0
0x0007, 0x0010, 0x000B, 0x0030, //AsciiBar_1
0x0009, 0x0010, 0x0012, 0x0030, //AsciiBar_2
0x0009, 0x0010, 0x001B, 0x0030, //AsciiBar_3
0x0009, 0x0010, 0x0024, 0x0030, //AsciiBar_4
0x0009, 0x0010, 0x002D, 0x0030, //AsciiBar_5
0x0009, 0x0010, 0x0036, 0x0030, //AsciiBar_6
0x0009, 0x0010, 0x003F, 0x0030, //AsciiBar_7
0x0009, 0x0010, 0x0048, 0x0030, //AsciiBar_8
0x0009, 0x0010, 0x0051, 0x0030, //AsciiBar_9
0x0009, 0x0010, 0x0059, 0x0030, //AsciiBar_Space
0x0010, 0x0010, 0x00A0, 0x0030, //Selection_Feather
0x0010, 0x0010, 0x0000, 0x0040, //Button_Circle
0x0010, 0x0010, 0x0010, 0x0040, //Button_Triangle
0x0010, 0x0010, 0x0020, 0x0040, //Button_Square
0x0010, 0x0010, 0x0030, 0x0040, //Button_Cross
0x0010, 0x0010, 0x0040, 0x0040, //Button_DPad_Left
0x0010, 0x0010, 0x0050, 0x0040, //Button_DPad_Up
0x0010, 0x0010, 0x0060, 0x0040, //Button_DPad_Right
0x0010, 0x0010, 0x0070, 0x0040, //Button_DPad_Down
0x0016, 0x0018, 0x0080, 0x0040, //Button_Left_Analog
0x0018, 0x0018, 0x0096, 0x0040, //Button_Right_Analog
0x000F, 0x0010, 0x0081, 0x0030, //Button_Start
0x000E, 0x0010, 0x0091, 0x0030, //Button_Select
0x0020, 0x0010, 0x0000, 0x0050, //Button_L1
0x0020, 0x0010, 0x0020, 0x0050, //Button_L2
0x0020, 0x0010, 0x0040, 0x0050, //Button_R1
0x0020, 0x0010, 0x0060, 0x0050, //Button_R2
0x000E, 0x0010, 0x00B0, 0x0054, //Rect_85
0x000E, 0x0010, 0x00BE, 0x0054, //AlternateWindowTop_Left
0x000E, 0x0010, 0x00CC, 0x0054, //AlternateWindowTop_Mid
0x000E, 0x0010, 0x00DA, 0x0054, //AlternateWindowTop_Right
0x000E, 0x0010, 0x00E8, 0x0054, //Rect_89
0x000E, 0x0010, 0x00B0, 0x0064, //AlternateWindowMid_Left
0x000E, 0x0010, 0x00BE, 0x0064, //AlternateWindowMid_Mid
0x000E, 0x0010, 0x00CC, 0x0064, //AlternateWindowMid_Right
0x000A, 0x0008, 0x0090, 0x0064, //AlternateWindowMid_Left_Expander
0x000C, 0x0008, 0x009A, 0x0064, //AlternateWindowMid_Mid_Expander
0x000A, 0x0008, 0x00A6, 0x0064, //AlternateWindowMid_Right_Expander
0x000E, 0x0010, 0x00DA, 0x0064, //Rect_93
0x000E, 0x0010, 0x00E8, 0x0064, //Rect_94
0x0011, 0x0018, 0x0000, 0x0060, //LargeTitleBar_Left
0x0010, 0x0018, 0x0010, 0x0060, //LargeTitleBar_Mid
0x0010, 0x0018, 0x0020, 0x0060, //LargeTitleBar_Right
0x0010, 0x0018, 0x0030, 0x0060, //LargeTitleBar_Shade_Left
0x0010, 0x0018, 0x0040, 0x0060, //LargeTitleBar_Shade_Mid
0x0010, 0x0018, 0x0050, 0x0060, //LargeTitleBar_Shade_Right
0x0010, 0x0006, 0x0060, 0x0060, //Square_Selection_Rect_Top_Left
0x0010, 0x0006, 0x0060, 0x006E, //Square_Selection_Rect_Bottom_Left
0x0010, 0x0008, 0x0060, 0x0066, //Square_Selection_Rect_Mid_Left
0x0010, 0x0006, 0x0070, 0x0060, //Square_Selection_Rect_Top_Mid
0x0010, 0x0008, 0x0070, 0x0066, //Square_Selection_Rect_Mid_Mid
0x0010, 0x0006, 0x0070, 0x006E, //Square_Selection_Rect_Bottom_Mid
0x0010, 0x0006, 0x0080, 0x0060, //Square_Selection_Rect_Top_Right
0x0010, 0x0008, 0x0080, 0x0066, //Square_Selection_Rect_Mid_Right
0x0010, 0x0006, 0x0080, 0x006E, //Square_Selection_Rect_Bottom_Right
0x0010, 0x0015, 0x00EA, 0x0000, //WhiteTriangle_Right
0x0054, 0x0010, 0x0000, 0x0080, //HPBar
0x0054, 0x0010, 0x0000, 0x0090, //SPBar
-0x005, 0x0010, 0x0054, 0x0080, //HPSP_TextArea_Left
0x0039, 0x0010, 0x001B, 0x0080, //HPSP_TextArea_Right
0x0008, 0x0008, 0x0054, 0x0080, //HPSPBar_Bar
0x000E, 0x000E, 0x0062, 0x0080, //Triangle_SW
0x000E, 0x000E, 0x0070, 0x0080, //WhiteTriangle_NW
0x000E, 0x000E, 0x007E, 0x0080, //WhiteTriangle_NE
0x000E, 0x000E, 0x008C, 0x0080, //WhiteTriangle_SE
0x0008, 0x0008, 0x009A, 0x0080, //WhiteLineRect_Top_Left
0x0008, 0x0008, 0x00A2, 0x0080, //WhiteLineRect_Top_Mid
0x0008, 0x0008, 0x00AA, 0x0080, //WhiteLineRect_Top_Right
0x0008, 0x0008, 0x009A, 0x0088, //WhiteLineRect_Mid_Left
0x0008, 0x0008, 0x00A2, 0x0088, //WhiteLineRect_Mid_Mid
0x0008, 0x0008, 0x00AA, 0x0088, //WhiteLineRect_Mid_Right
0x0008, 0x0008, 0x009A, 0x0090, //WhiteLineRect_Bottom_Left
0x0008, 0x0008, 0x00A2, 0x0090, //WhiteLineRect_Bottom_Mid
0x0008, 0x0008, 0x00AA, 0x0090, //WhiteLineRect_Bottom_Right
0x0046, 0x0020, 0x00B6, 0x0080, //Text_ATTACK
0x000E, 0x0010, 0x0054, 0x0090, //WhiteSquare
0x0088, 0x0020, 0x0000, 0x00A0, //Text_BATTLE_MODE
0x001F, 0x0020, 0x0091, 0x00A0, //Text_On
0x002A, 0x0020, 0x00C0, 0x00A0, //Text_Off
0x0020, 0x0018, 0x0000, 0x00C0, //GateMenu_Crystal
0x0020, 0x0018, 0x0020, 0x00C0, //GateMenu_Crystal_Glow
0x005A, 0x002C, 0x0040, 0x00C0, //PlayerHud_Left_Top
0x005A, 0x002C, 0x009A, 0x00C0, //PlayerHud_Left_Bottom
0x0010, 0x0010, 0x0000, 0x00D8, //RoundedSelectionRect_Top_Left
0x0010, 0x0010, 0x0010, 0x00D8, //RoundedSelectionRect_Top_Right
0x0010, 0x0010, 0x0020, 0x00D8, //RoundedSelectionRect_Mid_Left
0x0010, 0x0010, 0x0030, 0x00D8, //RoundedSelectionRect_Mid_Right
0x0010, 0x0010, 0x0000, 0x00E8, //RoundedSelectionRect_Top_Mid
0x0010, 0x0010, 0x0010, 0x00E8, //RoundedSelectionRect_Bottom_Mid
0x0010, 0x0010, 0x0020, 0x00E8, //RoundedSelectionRect_Bottom_Left
0x0010, 0x000E, 0x0030, 0x00EA, //RoundedSelectionRect_Bottom_Right
0x0030, 0x000C, 0x0040, 0x00EC, //Text_SELECT
0x0028, 0x000C, 0x0070, 0x00EC, //Text_START
0x000E, 0x0014, 0x00B0, 0x0030, //Tab_Left
0x000E, 0x0014, 0x00BE, 0x0030, //Tab_Left_Overlapped
0x000E, 0x0014, 0x00CC, 0x0030, //Tab_Mid
0x000E, 0x0014, 0x00DA, 0x0030, //Tab_Right_Overlapped
0x000E, 0x0014, 0x00E8, 0x0030, //Tab_Right
0x000E, 0x000A, 0x00BE, 0x0044, //Tab_Window_Overlay_Left
0x000E, 0x000A, 0x00CC, 0x0044, //Tab_Window_Overlay_Mid
0x000E, 0x000A, 0x00DA, 0x0044, //Tab_Window_Overlay_Right
0x0003, 0x000D, 0x009D, 0x0000, //SliderBG_Left
0x0003, 0x000D, 0x00BE, 0x0000, //SliderBG_Right
0x001E, 0x000D, 0x00A0, 0x0000, //SliderBG_Mid
0x000E, 0x0010, 0x0040, 0x00F0, //Icon_TwinBlade
0x000E, 0x0010, 0x0050, 0x00F0, //Icon_Blade
0x000E, 0x0010, 0x0060, 0x00F0, //Icon_HeavyBlade
0x000E, 0x0010, 0x0070, 0x00F0, //Icon_Axe
0x000E, 0x0010, 0x0080, 0x00F0, //Icon_Spear
0x000E, 0x0010, 0x0090, 0x00F0, //Icon_Staff
0x000E, 0x0010, 0x00A0, 0x00F0, //Icon_Helmet
0x000E, 0x0010, 0x00B0, 0x00F0, //Icon_Armor
0x000E, 0x0010, 0x00C0, 0x00F0, //Icon_HandArmor
0x000E, 0x0010, 0x00D0, 0x00F0, //Icon_LegArmor
0x000E, 0x0010, 0x00E0, 0x00F0, //Icon_Item
0x000E, 0x0010, 0x00F0, 0x00F0, //Icon_Scroll
0x000E, 0x0010, 0x00F0, 0x00E0, //Icon_Exclaim
};
#endif