1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-13 04:39:36 +00:00

Fix and rename nes_font_static (#753)

* renames

* change digits and control pad names

* Add codepoints, rename blank char 0x7F
This commit is contained in:
EllipticEllipsis 2021-06-08 18:22:28 +01:00 committed by GitHub
parent 4b97acff2c
commit d3db43df00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,143 +1,145 @@
<Root>
<File Name="nes_font_static" Segment="10">
<Texture Name="gMsgCharSpaceTex" OutName="msg_char_space" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharExclamationMarkTex" OutName="msg_char_exclamation_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharQuotationMarkTex" OutName="msg_char_quotation_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharNumberSignTex" OutName="msg_char_number_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharDollarSignTex" OutName="msg_char_dollar_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharPercentSignTex" OutName="msg_char_percent_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAmpersandTex" OutName="msg_char_ampersand" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharApostropheTex" OutName="msg_char_apostrophe" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLeftParenthesesTex" OutName="msg_char_left_parentheses" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharRightParenthesesTex" OutName="msg_char_right_parentheses" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAsteriskTex" OutName="msg_char_asterisk" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharPlusSignTex" OutName="msg_char_plus_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCommaTex" OutName="msg_char_comma" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharHyphenMinusTex" OutName="msg_char_hyphen_minus" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharPeriodTex" OutName="msg_char_period" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharSlashTex" OutName="msg_char_slash" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar0Tex" OutName="msg_char_0" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar1Tex" OutName="msg_char_1" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2Tex" OutName="msg_char_2" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3Tex" OutName="msg_char_3" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4Tex" OutName="msg_char_4" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5Tex" OutName="msg_char_5" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6Tex" OutName="msg_char_6" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7Tex" OutName="msg_char_7" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8Tex" OutName="msg_char_8" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9Tex" OutName="msg_char_9" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharColonTex" OutName="msg_char_colon" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharSemicolonTex" OutName="msg_char_semi_colon" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLessThanSignTex" OutName="msg_char_less_than_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharEqualsSignTex" OutName="msg_char_equals_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharGreaterThanSignTex" OutName="msg_char_greater_than_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharQuestionMarkTex" OutName="msg_char_question_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAtSignTex" OutName="msg_char_at_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseATex" OutName="msg_char_uppercase_A" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseBTex" OutName="msg_char_uppercase_B" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCTex" OutName="msg_char_uppercase_C" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDTex" OutName="msg_char_uppercase_D" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseETex" OutName="msg_char_uppercase_E" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseFTex" OutName="msg_char_uppercase_F" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseGTex" OutName="msg_char_uppercase_G" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseHTex" OutName="msg_char_uppercase_H" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseITex" OutName="msg_char_uppercase_I" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseJTex" OutName="msg_char_uppercase_J" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseKTex" OutName="msg_char_uppercase_K" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseLTex" OutName="msg_char_uppercase_L" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseMTex" OutName="msg_char_uppercase_M" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseNTex" OutName="msg_char_uppercase_N" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseOTex" OutName="msg_char_uppercase_O" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercasePTex" OutName="msg_char_uppercase_P" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseQTex" OutName="msg_char_uppercase_Q" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseRTex" OutName="msg_char_uppercase_R" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseSTex" OutName="msg_char_uppercase_S" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseTTex" OutName="msg_char_uppercase_T" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseUTex" OutName="msg_char_uppercase_U" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseVTex" OutName="msg_char_uppercase_V" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseWTex" OutName="msg_char_uppercase_W" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseXTex" OutName="msg_char_uppercase_X" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseYTex" OutName="msg_char_uppercase_Y" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseZTex" OutName="msg_char_uppercase_Z" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLeftSquareBracketTex" OutName="msg_char_left_square_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharYenSignTex" OutName="msg_char_yen_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharRightSquareBracketTex" OutName="msg_char_right_square_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCaretTex" OutName="msg_char_caret" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUnderscoreTex" OutName="msg_char_underscore" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharGraveAccentTex" OutName="msg_char_grave_accent" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseATex" OutName="msg_char_lowercase_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseBTex" OutName="msg_char_lowercase_b" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseCTex" OutName="msg_char_lowercase_c" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDTex" OutName="msg_char_lowercase_d" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseETex" OutName="msg_char_lowercase_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseFTex" OutName="msg_char_lowercase_f" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseGTex" OutName="msg_char_lowercase_g" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseHTex" OutName="msg_char_lowercase_h" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseITex" OutName="msg_char_lowercase_i" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseJTex" OutName="msg_char_lowercase_j" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseKTex" OutName="msg_char_lowercase_k" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseLTex" OutName="msg_char_lowercase_l" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseMTex" OutName="msg_char_lowercase_m" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseNTex" OutName="msg_char_lowercase_n" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseOTex" OutName="msg_char_lowercase_o" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercasePTex" OutName="msg_char_lowercase_p" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseQTex" OutName="msg_char_lowercase_q" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseRTex" OutName="msg_char_lowercase_r" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseSTex" OutName="msg_char_lowercase_s" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseTTex" OutName="msg_char_lowercase_t" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseUTex" OutName="msg_char_lowercase_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseVTex" OutName="msg_char_lowercase_v" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseWTex" OutName="msg_char_lowercase_w" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseXTex" OutName="msg_char_lowercase_x" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseYTex" OutName="msg_char_lowercase_y" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseZTex" OutName="msg_char_lowercase_z" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLeftCurlyBracketTex" OutName="msg_char_left_curly_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharVerticalBarTex" OutName="msg_char_vertical_bar" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharRightCurlyBracketTex" OutName="msg_char_right_curly_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharOverlineTex" OutName="msg_char_overline" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseAccentedATex" OutName="msg_char_uppercase_accented_A" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCircumflexedITex" OutName="msg_char_uppercase_circumflexed_I" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCircumflexedATex" OutName="msg_char_uppercase_circumflexed_A" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDiaeresisATex" OutName="msg_char_uppercase_diaeresis_A" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseLatinScriptCTex" OutName="msg_char_uppercase_latinscript_C" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseGraveAccentedETex" OutName="msg_char_uppercase_grave_accented_E" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseAccentedETex" OutName="msg_char_uppercase_accented_E" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCircumflexedETex" OutName="msg_char_uppercase_circumflexed_E" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDiaeresisETex" OutName="msg_char_uppercase_diaeresis_E" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDiaeresisITex" OutName="msg_char_uppercase_diaeresis_I" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCircumflexedOTex" OutName="msg_char_uppercase_circumflexed_O" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDiaeresisOTex" OutName="msg_char_uppercase_diaeresis_O" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseGraveAccentedUTex" OutName="msg_char_uppercase_grave_accented_U" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseCircumflexedUTex" OutName="msg_char_uppercase_circumflexed_U" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharUppercaseDiaeresisUTex" OutName="msg_char_uppercase_diaeresis_U" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharEszettTex" OutName="msg_char_eszett" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseGraveAccentedATex" OutName="msg_char_lowercase_grave_accented_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseAccentedATex" OutName="msg_char_lowercase_accented_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseCircumflexedATex" OutName="msg_char_lowercase_circumflexed_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDiaeresisATex" OutName="msg_char_lowercase_diaeresis_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseLatinScriptCTex" OutName="msg_char_lowercase_latin_script_c" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseGraveAccentedETex" OutName="msg_char_lowercase_grave_accented_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseAccentedETex" OutName="msg_char_lowercase_accented_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseCircumflexedETex" OutName="msg_char_lowercase_circumflexed_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDiaeresisETex" OutName="msg_char_lowercase_diaeresis_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDiaeresisITex" OutName="msg_char_lowercase_diaeresis_i" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseCircumflexedOTex" OutName="msg_char_lowercase_circumflexed_o" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDiaeresisOTex" OutName="msg_char_lowercase_diaeresis_o" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseGraveAccentedUTex" OutName="msg_char_lowercase_grave_accented_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseCircumflexedUTex" OutName="msg_char_lowercase_circumflexed_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLowercaseDiaeresisUTex" OutName="msg_char_lowercase_diaeresis_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAButtonTex" OutName="msg_char_a_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharBButtonTex" OutName="msg_char_b_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCButtonTex" OutName="msg_char_c_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharLTriggerTex" OutName="msg_char_l_trigger" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharRTriggerTex" OutName="msg_char_r_trigger" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharZTriggerTex" OutName="msg_char_z_trigger" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCUpButtonTex" OutName="msg_char_c_up_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCDownButtonTex" OutName="msg_char_c_down_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCLeftButtonTex" OutName="msg_char_c_left_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharCRightButtonTex" OutName="msg_char_c_right_button" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharZTargetSignTex" OutName="msg_char_z_target_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAnalogStickTex" OutName="msg_char_analog_stick" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharDPadTex" OutName="msg_char_dpad" Format="i4" Width="16" Height="16"/>
<!-- The two-digit number after the prefix is the character's codepoint: the hexadecimal byte it corresponds to in the text data -->
<Texture Name="gMsgChar20SpaceTex" OutName="msg_char_20_space" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar21ExclamationMarkTex" OutName="msg_char_21_exclamation_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar22QuotationMarkTex" OutName="msg_char_22_quotation_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar23NumberSignTex" OutName="msg_char_23_number_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar24DollarSignTex" OutName="msg_char_24_dollar_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar25PercentSignTex" OutName="msg_char_25_percent_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar26AmpersandTex" OutName="msg_char_26_ampersand" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar27ApostropheTex" OutName="msg_char_27_apostrophe" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar28LeftParenthesesTex" OutName="msg_char_28_left_parentheses" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar29RightParenthesesTex" OutName="msg_char_29_right_parentheses" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2AAsteriskTex" OutName="msg_char_2a_asterisk" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2BPlusSignTex" OutName="msg_char_2b_plus_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2CCommaTex" OutName="msg_char_2c_comma" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2DHyphenMinusTex" OutName="msg_char_2d_hyphen_minus" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2EFullStopTex" OutName="msg_char_2e_full_stop" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar2FSolidusTex" OutName="msg_char_2f_solidus" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar30Digit0Tex" OutName="msg_char_30_digit_0" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar31Digit1Tex" OutName="msg_char_31_digit_1" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar32Digit2Tex" OutName="msg_char_32_digit_2" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar33Digit3Tex" OutName="msg_char_33_digit_3" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar34Digit4Tex" OutName="msg_char_34_digit_4" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar35Digit5Tex" OutName="msg_char_35_digit_5" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar36Digit6Tex" OutName="msg_char_36_digit_6" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar37Digit7Tex" OutName="msg_char_37_digit_7" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar38Digit8Tex" OutName="msg_char_38_digit_8" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar39Digit9Tex" OutName="msg_char_39_digit_9" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3AColonTex" OutName="msg_char_3a_colon" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3BSemicolonTex" OutName="msg_char_3b_semicolon" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3CLessThanSignTex" OutName="msg_char_3c_less_than_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3DEqualsSignTex" OutName="msg_char_3d_equals_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3EGreaterThanSignTex" OutName="msg_char_3e_greater_than_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar3FQuestionMarkTex" OutName="msg_char_3f_question_mark" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar40CommercialAtTex" OutName="msg_char_40_commercial_at" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar41LatinCapitalLetterATex" OutName="msg_char_41_latin_capital_letter_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar42LatinCapitalLetterBTex" OutName="msg_char_42_latin_capital_letter_b" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar43LatinCapitalLetterCTex" OutName="msg_char_43_latin_capital_letter_c" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar44LatinCapitalLetterDTex" OutName="msg_char_44_latin_capital_letter_d" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar45LatinCapitalLetterETex" OutName="msg_char_45_latin_capital_letter_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar46LatinCapitalLetterFTex" OutName="msg_char_46_latin_capital_letter_f" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar47LatinCapitalLetterGTex" OutName="msg_char_47_latin_capital_letter_g" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar48LatinCapitalLetterHTex" OutName="msg_char_48_latin_capital_letter_h" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar49LatinCapitalLetterITex" OutName="msg_char_49_latin_capital_letter_i" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4ALatinCapitalLetterJTex" OutName="msg_char_4a_latin_capital_letter_j" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4BLatinCapitalLetterKTex" OutName="msg_char_4b_latin_capital_letter_k" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4CLatinCapitalLetterLTex" OutName="msg_char_4c_latin_capital_letter_l" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4DLatinCapitalLetterMTex" OutName="msg_char_4d_latin_capital_letter_m" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4ELatinCapitalLetterNTex" OutName="msg_char_4e_latin_capital_letter_n" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar4FLatinCapitalLetterOTex" OutName="msg_char_4f_latin_capital_letter_o" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar50LatinCapitalLetterPTex" OutName="msg_char_50_latin_capital_letter_p" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar51LatinCapitalLetterQTex" OutName="msg_char_51_latin_capital_letter_q" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar52LatinCapitalLetterRTex" OutName="msg_char_52_latin_capital_letter_r" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar53LatinCapitalLetterSTex" OutName="msg_char_53_latin_capital_letter_s" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar54LatinCapitalLetterTTex" OutName="msg_char_54_latin_capital_letter_t" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar55LatinCapitalLetterUTex" OutName="msg_char_55_latin_capital_letter_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar56LatinCapitalLetterVTex" OutName="msg_char_56_latin_capital_letter_v" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar57LatinCapitalLetterWTex" OutName="msg_char_57_latin_capital_letter_w" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar58LatinCapitalLetterXTex" OutName="msg_char_58_latin_capital_letter_x" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar59LatinCapitalLetterYTex" OutName="msg_char_59_latin_capital_letter_y" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5ALatinCapitalLetterZTex" OutName="msg_char_5a_latin_capital_letter_z" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5BLeftSquareBracketTex" OutName="msg_char_5b_left_square_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5CYenSignTex" OutName="msg_char_5c_yen_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5DRightSquareBracketTex" OutName="msg_char_5d_right_square_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5ECircumflexAccentTex" OutName="msg_char_5e_circumflex_accent" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar5FLowLineTex" OutName="msg_char_5f_low_line" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar60GraveAccentTex" OutName="msg_char_60_grave_accent" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar61LatinSmallLetterATex" OutName="msg_char_61_latin_small_letter_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar62LatinSmallLetterBTex" OutName="msg_char_62_latin_small_letter_b" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar63LatinSmallLetterCTex" OutName="msg_char_63_latin_small_letter_c" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar64LatinSmallLetterDTex" OutName="msg_char_64_latin_small_letter_d" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar65LatinSmallLetterETex" OutName="msg_char_65_latin_small_letter_e" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar66LatinSmallLetterFTex" OutName="msg_char_66_latin_small_letter_f" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar67LatinSmallLetterGTex" OutName="msg_char_67_latin_small_letter_g" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar68LatinSmallLetterHTex" OutName="msg_char_68_latin_small_letter_h" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar69LatinSmallLetterITex" OutName="msg_char_69_latin_small_letter_i" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6ALatinSmallLetterJTex" OutName="msg_char_6a_latin_small_letter_j" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6BLatinSmallLetterKTex" OutName="msg_char_6b_latin_small_letter_k" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6CLatinSmallLetterLTex" OutName="msg_char_6c_latin_small_letter_l" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6DLatinSmallLetterMTex" OutName="msg_char_6d_latin_small_letter_m" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6ELatinSmallLetterNTex" OutName="msg_char_6e_latin_small_letter_n" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar6FLatinSmallLetterOTex" OutName="msg_char_6f_latin_small_letter_o" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar70LatinSmallLetterPTex" OutName="msg_char_70_latin_small_letter_p" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar71LatinSmallLetterQTex" OutName="msg_char_71_latin_small_letter_q" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar72LatinSmallLetterRTex" OutName="msg_char_72_latin_small_letter_r" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar73LatinSmallLetterSTex" OutName="msg_char_73_latin_small_letter_s" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar74LatinSmallLetterTTex" OutName="msg_char_74_latin_small_letter_t" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar75LatinSmallLetterUTex" OutName="msg_char_75_latin_small_letter_u" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar76LatinSmallLetterVTex" OutName="msg_char_76_latin_small_letter_v" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar77LatinSmallLetterWTex" OutName="msg_char_77_latin_small_letter_w" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar78LatinSmallLetterXTex" OutName="msg_char_78_latin_small_letter_x" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar79LatinSmallLetterYTex" OutName="msg_char_79_latin_small_letter_y" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7ALatinSmallLetterZTex" OutName="msg_char_7a_latin_small_letter_z" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7BLeftCurlyBracketTex" OutName="msg_char_7b_left_curly_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7CVerticalLineTex" OutName="msg_char_7c_vertical_line" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7DRightCurlyBracketTex" OutName="msg_char_7d_right_curly_bracket" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7ETildeTex" OutName="msg_char_7e_tilde" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar7FBlankTex" OutName="msg_char_7f_blank" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar80LatinCapitalLetterAWithGraveTex" OutName="msg_char_80_latin_capital_letter_a_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar81LatinCapitalLetterIWithCircumflexTex" OutName="msg_char_81_latin_capital_letter_i_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar82LatinCapitalLetterAWithCircumflexTex" OutName="msg_char_82_latin_capital_letter_a_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar83LatinCapitalLetterAWithDiaeresisTex" OutName="msg_char_83_latin_capital_letter_a_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar84LatinCapitalLetterCWithCedillaTex" OutName="msg_char_84_latin_capital_letter_c_with_cedilla" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar85LatinCapitalLetterEWithGraveTex" OutName="msg_char_85_latin_capital_letter_e_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar86LatinCapitalLetterEWithAcuteTex" OutName="msg_char_86_latin_capital_letter_e_with_acute" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar87LatinCapitalLetterEWithCircumflexTex" OutName="msg_char_87_latin_capital_letter_e_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar88LatinCapitalLetterEWithDiaeresisTex" OutName="msg_char_88_latin_capital_letter_e_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar89LatinCapitalLetterIWithDiaeresisTex" OutName="msg_char_89_latin_capital_letter_i_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8ALatinCapitalLetterOWithCircumflexTex" OutName="msg_char_8a_latin_capital_letter_o_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8BLatinCapitalLetterOWithDiaeresisTex" OutName="msg_char_8b_latin_capital_letter_o_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8CLatinCapitalLetterUWithGraveTex" OutName="msg_char_8c_latin_capital_letter_u_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8DLatinCapitalLetterUWithCircumflexTex" OutName="msg_char_8d_latin_capital_letter_u_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8ELatinCapitalLetterUWithDiaeresisTex" OutName="msg_char_8e_latin_capital_letter_u_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar8FLatinSmallLetterSharpSTex" OutName="msg_char_8f_latin_small_letter_sharp_s" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar90LatinSmallLetterAWithGraveTex" OutName="msg_char_90_latin_small_letter_a_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar91LatinSmallLetterAWithAcuteTex" OutName="msg_char_91_latin_small_letter_a_with_acute" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar92LatinSmallLetterAWithCircumflexTex" OutName="msg_char_92_latin_small_letter_a_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar93LatinSmallLetterAWithDiaeresisTex" OutName="msg_char_93_latin_small_letter_a_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar94LatinSmallLetterCWithCedillaTex" OutName="msg_char_94_latin_small_letter_c_with_cedilla" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar95LatinSmallLetterEWithGraveTex" OutName="msg_char_95_latin_small_letter_e_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar96LatinSmallLetterEWithAcuteTex" OutName="msg_char_96_latin_small_letter_e_with_acute" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar97LatinSmallLetterEWithCircumflexTex" OutName="msg_char_97_latin_small_letter_e_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar98LatinSmallLetterEWithDiaeresisTex" OutName="msg_char_98_latin_small_letter_e_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar99LatinSmallLetterIWithDiaeresisTex" OutName="msg_char_99_latin_small_letter_i_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9ALatinSmallLetterOWithCircumflexTex" OutName="msg_char_9a_latin_small_letter_o_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9BLatinSmallLetterOWithDiaeresisTex" OutName="msg_char_9b_latin_small_letter_o_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9CLatinSmallLetterUWithGraveTex" OutName="msg_char_9c_latin_small_letter_u_with_grave" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9DLatinSmallLetterUWithCircumflexTex" OutName="msg_char_9d_latin_small_letter_u_with_circumflex" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9ELatinSmallLetterUWithDiaeresisTex" OutName="msg_char_9e_latin_small_letter_u_with_diaeresis" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgChar9FButtonATex" OutName="msg_char_9f_button_a" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA0ButtonBTex" OutName="msg_char_a0_button_b" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA1ButtonCTex" OutName="msg_char_a1_button_c" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA2ButtonLTex" OutName="msg_char_a2_button_l" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA3ButtonRTex" OutName="msg_char_a3_button_r" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA4ButtonZTex" OutName="msg_char_a4_button_z" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA5ButtonCUpTex" OutName="msg_char_a5_button_c_up" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA6ButtonCDownTex" OutName="msg_char_a6_button_c_down" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA7ButtonCLeftTex" OutName="msg_char_a7_button_c_left" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA8ButtonCRightTex" OutName="msg_char_a8_button_c_right" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharA9ZTargetSignTex" OutName="msg_char_a9_z_target_sign" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharAAControlStickTex" OutName="msg_char_aa_control_stick" Format="i4" Width="16" Height="16"/>
<Texture Name="gMsgCharABControlPadTex" OutName="msg_char_ab_control_pad" Format="i4" Width="16" Height="16"/>
</File>
</Root>