summaryrefslogtreecommitdiff
path: root/assets/xml/interface/nes_font_static.xml
blob: b021dbfdb32d466024a304b94a277ad77007f096 (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
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
<Root>
     <File Name="nes_font_static">
        <!-- The two-digit number after the prefix is the character's codepoint: the hexadecimal byte it corresponds to in the text data -->
        <!-- "ASCII" block -->
        <!-- Not actually either ASCII or JIS X 0201: 0x5C is the yen symbol, 0x7E the tilde, 0x7F the masculine ordinal indicator -->
        <Texture Name="gMsgChar20SpaceTex" OutName="msg_char_20_space" Format="i4" Width="16" Height="16" Offset="0x0"/>
        <Texture Name="gMsgChar21ExclamationMarkTex" OutName="msg_char_21_exclamation_mark" Format="i4" Width="16" Height="16" Offset="0x80"/>
        <Texture Name="gMsgChar22QuotationMarkTex" OutName="msg_char_22_quotation_mark" Format="i4" Width="16" Height="16" Offset="0x100"/>
        <Texture Name="gMsgChar23NumberSignTex" OutName="msg_char_23_number_sign" Format="i4" Width="16" Height="16" Offset="0x180"/>
        <Texture Name="gMsgChar24DollarSignTex" OutName="msg_char_24_dollar_sign" Format="i4" Width="16" Height="16" Offset="0x200"/>
        <Texture Name="gMsgChar25PercentSignTex" OutName="msg_char_25_percent_sign" Format="i4" Width="16" Height="16" Offset="0x280"/>
        <Texture Name="gMsgChar26AmpersandTex" OutName="msg_char_26_ampersand" Format="i4" Width="16" Height="16" Offset="0x300"/>
        <Texture Name="gMsgChar27ApostropheTex" OutName="msg_char_27_apostrophe" Format="i4" Width="16" Height="16" Offset="0x380"/>
        <Texture Name="gMsgChar28LeftParenthesesTex" OutName="msg_char_28_left_parentheses" Format="i4" Width="16" Height="16" Offset="0x400"/>
        <Texture Name="gMsgChar29RightParenthesesTex" OutName="msg_char_29_right_parentheses" Format="i4" Width="16" Height="16" Offset="0x480"/>
        <Texture Name="gMsgChar2AAsteriskTex" OutName="msg_char_2a_asterisk" Format="i4" Width="16" Height="16" Offset="0x500"/>
        <Texture Name="gMsgChar2BPlusSignTex" OutName="msg_char_2b_plus_sign" Format="i4" Width="16" Height="16" Offset="0x580"/>
        <Texture Name="gMsgChar2CCommaTex" OutName="msg_char_2c_comma" Format="i4" Width="16" Height="16" Offset="0x600"/>
        <Texture Name="gMsgChar2DHyphenMinusTex" OutName="msg_char_2d_hyphen_minus" Format="i4" Width="16" Height="16" Offset="0x680"/>
        <Texture Name="gMsgChar2EFullStopTex" OutName="msg_char_2e_full_stop" Format="i4" Width="16" Height="16" Offset="0x700"/>
        <Texture Name="gMsgChar2FSolidusTex" OutName="msg_char_2f_solidus" Format="i4" Width="16" Height="16" Offset="0x780"/>
        <Texture Name="gMsgChar30Digit0Tex" OutName="msg_char_30_digit_0" Format="i4" Width="16" Height="16" Offset="0x800"/>
        <Texture Name="gMsgChar31Digit1Tex" OutName="msg_char_31_digit_1" Format="i4" Width="16" Height="16" Offset="0x880"/>
        <Texture Name="gMsgChar32Digit2Tex" OutName="msg_char_32_digit_2" Format="i4" Width="16" Height="16" Offset="0x900"/>
        <Texture Name="gMsgChar33Digit3Tex" OutName="msg_char_33_digit_3" Format="i4" Width="16" Height="16" Offset="0x980"/>
        <Texture Name="gMsgChar34Digit4Tex" OutName="msg_char_34_digit_4" Format="i4" Width="16" Height="16" Offset="0xA00"/>
        <Texture Name="gMsgChar35Digit5Tex" OutName="msg_char_35_digit_5" Format="i4" Width="16" Height="16" Offset="0xA80"/>
        <Texture Name="gMsgChar36Digit6Tex" OutName="msg_char_36_digit_6" Format="i4" Width="16" Height="16" Offset="0xB00"/>
        <Texture Name="gMsgChar37Digit7Tex" OutName="msg_char_37_digit_7" Format="i4" Width="16" Height="16" Offset="0xB80"/>
        <Texture Name="gMsgChar38Digit8Tex" OutName="msg_char_38_digit_8" Format="i4" Width="16" Height="16" Offset="0xC00"/>
        <Texture Name="gMsgChar39Digit9Tex" OutName="msg_char_39_digit_9" Format="i4" Width="16" Height="16" Offset="0xC80"/>
        <Texture Name="gMsgChar3AColonTex" OutName="msg_char_3a_colon" Format="i4" Width="16" Height="16" Offset="0xD00"/>
        <Texture Name="gMsgChar3BSemicolonTex" OutName="msg_char_3b_semicolon" Format="i4" Width="16" Height="16" Offset="0xD80"/>
        <Texture Name="gMsgChar3CLessThanSignTex" OutName="msg_char_3c_less_than_sign" Format="i4" Width="16" Height="16" Offset="0xE00"/>
        <Texture Name="gMsgChar3DEqualsSignTex" OutName="msg_char_3d_equals_sign" Format="i4" Width="16" Height="16" Offset="0xE80"/>
        <Texture Name="gMsgChar3EGreaterThanSignTex" OutName="msg_char_3e_greater_than_sign" Format="i4" Width="16" Height="16" Offset="0xF00"/>
        <Texture Name="gMsgChar3FQuestionMarkTex" OutName="msg_char_3f_question_mark" Format="i4" Width="16" Height="16" Offset="0xF80"/>
        <Texture Name="gMsgChar40CommercialAtTex" OutName="msg_char_40_commercial_at" Format="i4" Width="16" Height="16" Offset="0x1000"/>
        <Texture Name="gMsgChar41LatinCapitalLetterATex" OutName="msg_char_41_latin_capital_letter_a" Format="i4" Width="16" Height="16" Offset="0x1080"/>
        <Texture Name="gMsgChar42LatinCapitalLetterBTex" OutName="msg_char_42_latin_capital_letter_b" Format="i4" Width="16" Height="16" Offset="0x1100"/>
        <Texture Name="gMsgChar43LatinCapitalLetterCTex" OutName="msg_char_43_latin_capital_letter_c" Format="i4" Width="16" Height="16" Offset="0x1180"/>
        <Texture Name="gMsgChar44LatinCapitalLetterDTex" OutName="msg_char_44_latin_capital_letter_d" Format="i4" Width="16" Height="16" Offset="0x1200"/>
        <Texture Name="gMsgChar45LatinCapitalLetterETex" OutName="msg_char_45_latin_capital_letter_e" Format="i4" Width="16" Height="16" Offset="0x1280"/>
        <Texture Name="gMsgChar46LatinCapitalLetterFTex" OutName="msg_char_46_latin_capital_letter_f" Format="i4" Width="16" Height="16" Offset="0x1300"/>
        <Texture Name="gMsgChar47LatinCapitalLetterGTex" OutName="msg_char_47_latin_capital_letter_g" Format="i4" Width="16" Height="16" Offset="0x1380"/>
        <Texture Name="gMsgChar48LatinCapitalLetterHTex" OutName="msg_char_48_latin_capital_letter_h" Format="i4" Width="16" Height="16" Offset="0x1400"/>
        <Texture Name="gMsgChar49LatinCapitalLetterITex" OutName="msg_char_49_latin_capital_letter_i" Format="i4" Width="16" Height="16" Offset="0x1480"/>
        <Texture Name="gMsgChar4ALatinCapitalLetterJTex" OutName="msg_char_4a_latin_capital_letter_j" Format="i4" Width="16" Height="16" Offset="0x1500"/>
        <Texture Name="gMsgChar4BLatinCapitalLetterKTex" OutName="msg_char_4b_latin_capital_letter_k" Format="i4" Width="16" Height="16" Offset="0x1580"/>
        <Texture Name="gMsgChar4CLatinCapitalLetterLTex" OutName="msg_char_4c_latin_capital_letter_l" Format="i4" Width="16" Height="16" Offset="0x1600"/>
        <Texture Name="gMsgChar4DLatinCapitalLetterMTex" OutName="msg_char_4d_latin_capital_letter_m" Format="i4" Width="16" Height="16" Offset="0x1680"/>
        <Texture Name="gMsgChar4ELatinCapitalLetterNTex" OutName="msg_char_4e_latin_capital_letter_n" Format="i4" Width="16" Height="16" Offset="0x1700"/>
        <Texture Name="gMsgChar4FLatinCapitalLetterOTex" OutName="msg_char_4f_latin_capital_letter_o" Format="i4" Width="16" Height="16" Offset="0x1780"/>
        <Texture Name="gMsgChar50LatinCapitalLetterPTex" OutName="msg_char_50_latin_capital_letter_p" Format="i4" Width="16" Height="16" Offset="0x1800"/>
        <Texture Name="gMsgChar51LatinCapitalLetterQTex" OutName="msg_char_51_latin_capital_letter_q" Format="i4" Width="16" Height="16" Offset="0x1880"/>
        <Texture Name="gMsgChar52LatinCapitalLetterRTex" OutName="msg_char_52_latin_capital_letter_r" Format="i4" Width="16" Height="16" Offset="0x1900"/>
        <Texture Name="gMsgChar53LatinCapitalLetterSTex" OutName="msg_char_53_latin_capital_letter_s" Format="i4" Width="16" Height="16" Offset="0x1980"/>
        <Texture Name="gMsgChar54LatinCapitalLetterTTex" OutName="msg_char_54_latin_capital_letter_t" Format="i4" Width="16" Height="16" Offset="0x1A00"/>
        <Texture Name="gMsgChar55LatinCapitalLetterUTex" OutName="msg_char_55_latin_capital_letter_u" Format="i4" Width="16" Height="16" Offset="0x1A80"/>
        <Texture Name="gMsgChar56LatinCapitalLetterVTex" OutName="msg_char_56_latin_capital_letter_v" Format="i4" Width="16" Height="16" Offset="0x1B00"/>
        <Texture Name="gMsgChar57LatinCapitalLetterWTex" OutName="msg_char_57_latin_capital_letter_w" Format="i4" Width="16" Height="16" Offset="0x1B80"/>
        <Texture Name="gMsgChar58LatinCapitalLetterXTex" OutName="msg_char_58_latin_capital_letter_x" Format="i4" Width="16" Height="16" Offset="0x1C00"/>
        <Texture Name="gMsgChar59LatinCapitalLetterYTex" OutName="msg_char_59_latin_capital_letter_y" Format="i4" Width="16" Height="16" Offset="0x1C80"/>
        <Texture Name="gMsgChar5ALatinCapitalLetterZTex" OutName="msg_char_5a_latin_capital_letter_z" Format="i4" Width="16" Height="16" Offset="0x1D00"/>
        <Texture Name="gMsgChar5BLeftSquareBracketTex" OutName="msg_char_5b_left_square_bracket" Format="i4" Width="16" Height="16" Offset="0x1D80"/>
        <Texture Name="gMsgChar5CYenSignTex" OutName="msg_char_5c_yen_sign" Format="i4" Width="16" Height="16" Offset="0x1E00"/>
        <Texture Name="gMsgChar5DRightSquareBracketTex" OutName="msg_char_5d_right_square_bracket" Format="i4" Width="16" Height="16" Offset="0x1E80"/>
        <Texture Name="gMsgChar5ECircumflexAccentTex" OutName="msg_char_5e_circumflex_accent" Format="i4" Width="16" Height="16" Offset="0x1F00"/>
        <Texture Name="gMsgChar5FLowLineTex" OutName="msg_char_5f_low_line" Format="i4" Width="16" Height="16" Offset="0x1F80"/>
        <Texture Name="gMsgChar60GraveAccentTex" OutName="msg_char_60_grave_accent" Format="i4" Width="16" Height="16" Offset="0x2000"/>
        <Texture Name="gMsgChar61LatinSmallLetterATex" OutName="msg_char_61_latin_small_letter_a" Format="i4" Width="16" Height="16" Offset="0x2080"/>
        <Texture Name="gMsgChar62LatinSmallLetterBTex" OutName="msg_char_62_latin_small_letter_b" Format="i4" Width="16" Height="16" Offset="0x2100"/>
        <Texture Name="gMsgChar63LatinSmallLetterCTex" OutName="msg_char_63_latin_small_letter_c" Format="i4" Width="16" Height="16" Offset="0x2180"/>
        <Texture Name="gMsgChar64LatinSmallLetterDTex" OutName="msg_char_64_latin_small_letter_d" Format="i4" Width="16" Height="16" Offset="0x2200"/>
        <Texture Name="gMsgChar65LatinSmallLetterETex" OutName="msg_char_65_latin_small_letter_e" Format="i4" Width="16" Height="16" Offset="0x2280"/>
        <Texture Name="gMsgChar66LatinSmallLetterFTex" OutName="msg_char_66_latin_small_letter_f" Format="i4" Width="16" Height="16" Offset="0x2300"/>
        <Texture Name="gMsgChar67LatinSmallLetterGTex" OutName="msg_char_67_latin_small_letter_g" Format="i4" Width="16" Height="16" Offset="0x2380"/>
        <Texture Name="gMsgChar68LatinSmallLetterHTex" OutName="msg_char_68_latin_small_letter_h" Format="i4" Width="16" Height="16" Offset="0x2400"/>
        <Texture Name="gMsgChar69LatinSmallLetterITex" OutName="msg_char_69_latin_small_letter_i" Format="i4" Width="16" Height="16" Offset="0x2480"/>
        <Texture Name="gMsgChar6ALatinSmallLetterJTex" OutName="msg_char_6a_latin_small_letter_j" Format="i4" Width="16" Height="16" Offset="0x2500"/>
        <Texture Name="gMsgChar6BLatinSmallLetterKTex" OutName="msg_char_6b_latin_small_letter_k" Format="i4" Width="16" Height="16" Offset="0x2580"/>
        <Texture Name="gMsgChar6CLatinSmallLetterLTex" OutName="msg_char_6c_latin_small_letter_l" Format="i4" Width="16" Height="16" Offset="0x2600"/>
        <Texture Name="gMsgChar6DLatinSmallLetterMTex" OutName="msg_char_6d_latin_small_letter_m" Format="i4" Width="16" Height="16" Offset="0x2680"/>
        <Texture Name="gMsgChar6ELatinSmallLetterNTex" OutName="msg_char_6e_latin_small_letter_n" Format="i4" Width="16" Height="16" Offset="0x2700"/>
        <Texture Name="gMsgChar6FLatinSmallLetterOTex" OutName="msg_char_6f_latin_small_letter_o" Format="i4" Width="16" Height="16" Offset="0x2780"/>
        <Texture Name="gMsgChar70LatinSmallLetterPTex" OutName="msg_char_70_latin_small_letter_p" Format="i4" Width="16" Height="16" Offset="0x2800"/>
        <Texture Name="gMsgChar71LatinSmallLetterQTex" OutName="msg_char_71_latin_small_letter_q" Format="i4" Width="16" Height="16" Offset="0x2880"/>
        <Texture Name="gMsgChar72LatinSmallLetterRTex" OutName="msg_char_72_latin_small_letter_r" Format="i4" Width="16" Height="16" Offset="0x2900"/>
        <Texture Name="gMsgChar73LatinSmallLetterSTex" OutName="msg_char_73_latin_small_letter_s" Format="i4" Width="16" Height="16" Offset="0x2980"/>
        <Texture Name="gMsgChar74LatinSmallLetterTTex" OutName="msg_char_74_latin_small_letter_t" Format="i4" Width="16" Height="16" Offset="0x2A00"/>
        <Texture Name="gMsgChar75LatinSmallLetterUTex" OutName="msg_char_75_latin_small_letter_u" Format="i4" Width="16" Height="16" Offset="0x2A80"/>
        <Texture Name="gMsgChar76LatinSmallLetterVTex" OutName="msg_char_76_latin_small_letter_v" Format="i4" Width="16" Height="16" Offset="0x2B00"/>
        <Texture Name="gMsgChar77LatinSmallLetterWTex" OutName="msg_char_77_latin_small_letter_w" Format="i4" Width="16" Height="16" Offset="0x2B80"/>
        <Texture Name="gMsgChar78LatinSmallLetterXTex" OutName="msg_char_78_latin_small_letter_x" Format="i4" Width="16" Height="16" Offset="0x2C00"/>
        <Texture Name="gMsgChar79LatinSmallLetterYTex" OutName="msg_char_79_latin_small_letter_y" Format="i4" Width="16" Height="16" Offset="0x2C80"/>
        <Texture Name="gMsgChar7ALatinSmallLetterZTex" OutName="msg_char_7a_latin_small_letter_z" Format="i4" Width="16" Height="16" Offset="0x2D00"/>
        <Texture Name="gMsgChar7BLeftCurlyBracketTex" OutName="msg_char_7b_left_curly_bracket" Format="i4" Width="16" Height="16" Offset="0x2D80"/>
        <Texture Name="gMsgChar7CVerticalLineTex" OutName="msg_char_7c_vertical_line" Format="i4" Width="16" Height="16" Offset="0x2E00"/>
        <Texture Name="gMsgChar7DRightCurlyBracketTex" OutName="msg_char_7d_right_curly_bracket" Format="i4" Width="16" Height="16" Offset="0x2E80"/>
        <Texture Name="gMsgChar7ETildeTex" OutName="msg_char_7e_tilde" Format="i4" Width="16" Height="16" Offset="0x2F00"/>
        <Texture Name="gMsgChar7FMasculineOrdinalIndicatorTex" OutName="msg_char_7f_masculine_ordinal_indicator" Format="i4" Width="16" Height="16" Offset="0x2F80"/>

        <!-- Accented character section -->
        <!-- These do not conform to any standard encoding, but this section is much more regular and expansive than the corresponding one in Ocarina of Time -->
        <Texture Name="gMsgChar80LatinCapitalLetterAWithGraveTex" OutName="msg_char_80_latin_capital_letter_a_with_grave" Format="i4" Width="16" Height="16" Offset="0x3000"/>
        <Texture Name="gMsgChar81LatinCapitalLetterAWithAcuteTex" OutName="msg_char_81_latin_capital_letter_a_with_acute" Format="i4" Width="16" Height="16" Offset="0x3080"/>
        <Texture Name="gMsgChar82LatinCapitalLetterAWithCircumflexTex" OutName="msg_char_82_latin_capital_letter_a_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3100"/>
        <Texture Name="gMsgChar83LatinCapitalLetterAWithDiaeresisTex" OutName="msg_char_83_latin_capital_letter_a_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3180"/>
        <Texture Name="gMsgChar84LatinCapitalLetterCWithCedillaTex" OutName="msg_char_84_latin_capital_letter_c_with_cedilla" Format="i4" Width="16" Height="16" Offset="0x3200"/>
        <Texture Name="gMsgChar85LatinCapitalLetterEWithGraveTex" OutName="msg_char_85_latin_capital_letter_e_with_grave" Format="i4" Width="16" Height="16" Offset="0x3280"/>
        <Texture Name="gMsgChar86LatinCapitalLetterEWithAcuteTex" OutName="msg_char_86_latin_capital_letter_e_with_acute" Format="i4" Width="16" Height="16" Offset="0x3300"/>
        <Texture Name="gMsgChar87LatinCapitalLetterEWithCircumflexTex" OutName="msg_char_87_latin_capital_letter_e_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3380"/>
        <Texture Name="gMsgChar88LatinCapitalLetterEWithDiaeresisTex" OutName="msg_char_88_latin_capital_letter_e_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3400"/>
        <Texture Name="gMsgChar89LatinCapitalLetterIWithGraveTex" OutName="msg_char_89_latin_capital_letter_i_with_grave" Format="i4" Width="16" Height="16" Offset="0x3480"/>
        <Texture Name="gMsgChar8ALatinCapitalLetterIWithAcuteTex" OutName="msg_char_8a_latin_capital_letter_i_with_acute" Format="i4" Width="16" Height="16" Offset="0x3500"/>
        <Texture Name="gMsgChar8BLatinCapitalLetterIWithCircumflexTex" OutName="msg_char_8b_latin_capital_letter_i_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3580"/>
        <Texture Name="gMsgChar8CLatinCapitalLetterIWithDiaeresisTex" OutName="msg_char_8c_latin_capital_letter_i_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3600"/>
        <Texture Name="gMsgChar8DLatinCapitalLetterNWithTildeTex" OutName="msg_char_8d_latin_capital_letter_n_with_tilde" Format="i4" Width="16" Height="16" Offset="0x3680"/>
        <Texture Name="gMsgChar8ELatinCapitalLetterOWithGraveTex" OutName="msg_char_8e_latin_capital_letter_o_with_grave" Format="i4" Width="16" Height="16" Offset="0x3700"/>
        <Texture Name="gMsgChar8FLatinCapitalLetterOWithAcuteTex" OutName="msg_char_8f_latin_capital_letter_o_with_acute" Format="i4" Width="16" Height="16" Offset="0x3780"/>
        <Texture Name="gMsgChar90LatinCapitalLetterOWithCircumflexTex" OutName="msg_char_90_latin_capital_letter_o_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3800"/>
        <Texture Name="gMsgChar91LatinCapitalLetterOWithDiaeresisTex" OutName="msg_char_91_latin_capital_letter_o_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3880"/>
        <Texture Name="gMsgChar92LatinCapitalLetterUWithGraveTex" OutName="msg_char_92_latin_capital_letter_u_with_grave" Format="i4" Width="16" Height="16" Offset="0x3900"/>
        <Texture Name="gMsgChar93LatinCapitalLetterUWithAcuteTex" OutName="msg_char_93_latin_capital_letter_u_with_acute" Format="i4" Width="16" Height="16" Offset="0x3980"/>
        <Texture Name="gMsgChar94LatinCapitalLetterUWithCircumflexTex" OutName="msg_char_94_latin_capital_letter_u_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3A00"/>
        <Texture Name="gMsgChar95LatinCapitalLetterUWithDiaeresisTex" OutName="msg_char_95_latin_capital_letter_u_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3A80"/>
        <Texture Name="gMsgChar96GreekSmallLetterBetaTex" OutName="msg_char_96_greek_small_letter_beta" Format="i4" Width="16" Height="16" Offset="0x3B00"/><!-- Likely meant to be eszett -->
        <Texture Name="gMsgChar97LatinSmallLetterAWithGraveTex" OutName="msg_char_97_latin_small_letter_a_with_grave" Format="i4" Width="16" Height="16" Offset="0x3B80"/>
        <Texture Name="gMsgChar98LatinSmallLetterAWithAcuteTex" OutName="msg_char_98_latin_small_letter_a_with_acute" Format="i4" Width="16" Height="16" Offset="0x3C00"/>
        <Texture Name="gMsgChar99LatinSmallLetterAWithCircumflexTex" OutName="msg_char_99_latin_small_letter_a_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3C80"/>
        <Texture Name="gMsgChar9ALatinSmallLetterAWithDiaeresisTex" OutName="msg_char_9a_latin_small_letter_a_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3D00"/>
        <Texture Name="gMsgChar9BLatinSmallLetterCWithCedillaTex" OutName="msg_char_9b_latin_small_letter_c_with_cedilla" Format="i4" Width="16" Height="16" Offset="0x3D80"/>
        <Texture Name="gMsgChar9CLatinSmallLetterEWithGraveTex" OutName="msg_char_9c_latin_small_letter_e_with_grave" Format="i4" Width="16" Height="16" Offset="0x3E00"/>
        <Texture Name="gMsgChar9DLatinSmallLetterEWithAcuteTex" OutName="msg_char_9d_latin_small_letter_e_with_acute" Format="i4" Width="16" Height="16" Offset="0x3E80"/>
        <Texture Name="gMsgChar9ELatinSmallLetterEWithCircumflexTex" OutName="msg_char_9e_latin_small_letter_e_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x3F00"/>
        <Texture Name="gMsgChar9FLatinSmallLetterEWithDiaeresisTex" OutName="msg_char_9f_latin_small_letter_e_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x3F80"/>
        <Texture Name="gMsgCharA0LatinSmallLetterIWithGraveTex" OutName="msg_char_a0_latin_small_letter_i_with_grave" Format="i4" Width="16" Height="16" Offset="0x4000"/>
        <Texture Name="gMsgCharA1LatinSmallLetterIWithAcuteTex" OutName="msg_char_a1_latin_small_letter_i_with_acute" Format="i4" Width="16" Height="16" Offset="0x4080"/>
        <Texture Name="gMsgCharA2LatinSmallLetterIWithCircumflexTex" OutName="msg_char_a2_latin_small_letter_i_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x4100"/>
        <Texture Name="gMsgCharA3LatinSmallLetterIWithDiaeresisTex" OutName="msg_char_a3_latin_small_letter_i_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x4180"/>
        <Texture Name="gMsgCharA4LatinSmallLetterNWithTildeTex" OutName="msg_char_a4_latin_small_letter_n_with_tilde" Format="i4" Width="16" Height="16" Offset="0x4200"/>
        <Texture Name="gMsgCharA5LatinSmallLetterOWithGraveTex" OutName="msg_char_a5_latin_small_letter_o_with_grave" Format="i4" Width="16" Height="16" Offset="0x4280"/>
        <Texture Name="gMsgCharA6LatinSmallLetterOWithAcuteTex" OutName="msg_char_a6_latin_small_letter_o_with_acute" Format="i4" Width="16" Height="16" Offset="0x4300"/>
        <Texture Name="gMsgCharA7LatinSmallLetterOWithCircumflexTex" OutName="msg_char_a7_latin_small_letter_o_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x4380"/>
        <Texture Name="gMsgCharA8LatinSmallLetterOWithDiaeresisTex" OutName="msg_char_a8_latin_small_letter_o_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x4400"/>
        <Texture Name="gMsgCharA9LatinSmallLetterUWithGraveTex" OutName="msg_char_a9_latin_small_letter_u_with_grave" Format="i4" Width="16" Height="16" Offset="0x4480"/>
        <Texture Name="gMsgCharAALatinSmallLetterUWithAcuteTex" OutName="msg_char_aa_latin_small_letter_u_with_acute" Format="i4" Width="16" Height="16" Offset="0x4500"/>
        <Texture Name="gMsgCharABLatinSmallLetterUWithCircumflexTex" OutName="msg_char_ab_latin_small_letter_u_with_circumflex" Format="i4" Width="16" Height="16" Offset="0x4580"/>
        <Texture Name="gMsgCharACLatinSmallLetterUWithDiaeresisTex" OutName="msg_char_ac_latin_small_letter_u_with_diaeresis" Format="i4" Width="16" Height="16" Offset="0x4600"/>
        <Texture Name="gMsgCharADInvertedExclamationMarkTex" OutName="msg_char_ad_inverted_exclamation_mark" Format="i4" Width="16" Height="16" Offset="0x4680"/>
        <Texture Name="gMsgCharAEInvertedQuestionMarkTex" OutName="msg_char_ae_inverted_question_mark" Format="i4" Width="16" Height="16" Offset="0x4700"/>
        <Texture Name="gMsgCharAFFeminineOrdinalIndicatorTex" OutName="msg_char_af_feminine_ordinal_indicator" Format="i4" Width="16" Height="16" Offset="0x4780"/>

        <!-- Controller buttons and target inverted triangle -->
        <Texture Name="gMsgCharB0ButtonATex" OutName="msg_char_b0_button_a" Format="i4" Width="16" Height="16" Offset="0x4800"/>
        <Texture Name="gMsgCharB1ButtonBTex" OutName="msg_char_b1_button_b" Format="i4" Width="16" Height="16" Offset="0x4880"/>
        <Texture Name="gMsgCharB2ButtonCTex" OutName="msg_char_b2_button_c" Format="i4" Width="16" Height="16" Offset="0x4900"/>
        <Texture Name="gMsgCharB3ButtonLTex" OutName="msg_char_b3_button_l" Format="i4" Width="16" Height="16" Offset="0x4980"/>
        <Texture Name="gMsgCharB4ButtonRTex" OutName="msg_char_b4_button_r" Format="i4" Width="16" Height="16" Offset="0x4A00"/>
        <Texture Name="gMsgCharB5ButtonZTex" OutName="msg_char_b5_button_z" Format="i4" Width="16" Height="16" Offset="0x4A80"/>
        <Texture Name="gMsgCharB6ButtonCUpTex" OutName="msg_char_b6_button_c_up" Format="i4" Width="16" Height="16" Offset="0x4B00"/>
        <Texture Name="gMsgCharB7ButtonCDownTex" OutName="msg_char_b7_button_c_down" Format="i4" Width="16" Height="16" Offset="0x4B80"/>
        <Texture Name="gMsgCharB8ButtonCLeftTex" OutName="msg_char_b8_button_c_left" Format="i4" Width="16" Height="16" Offset="0x4C00"/>
        <Texture Name="gMsgCharB9ButtonCRightTex" OutName="msg_char_b9_button_c_right" Format="i4" Width="16" Height="16" Offset="0x4C80"/>
        <Texture Name="gMsgCharBAZTargetSignTex" OutName="msg_char_ba_z_target_sign" Format="i4" Width="16" Height="16" Offset="0x4D00"/>
        <Texture Name="gMsgCharBBControlStickTex" OutName="msg_char_bb_control_stick" Format="i4" Width="16" Height="16" Offset="0x4D80"/>
     </File>
</Root>