diff options
author | YamaArashi <shadow962@live.com> | 2015-11-23 18:41:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-23 18:41:54 -0800 |
commit | 1ddb502ff85864276fba2c16ab84259bfa107069 (patch) | |
tree | 91d95ec708f7147eb6ff951df9d3ae5c7e9a816d | |
parent | 45a115354bed39138ec51b159e4aa55d946ce679 (diff) |
put back unused labels for FRLG fonts
-rw-r--r-- | data/data2.s | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/data/data2.s b/data/data2.s index 01457eb91..0560de31c 100644 --- a/data/data2.s +++ b/data/data2.s @@ -12085,24 +12085,20 @@ gFont0JapaneseGlyphs: ; 86544E4 gFont1JapaneseGlyphs: ; 86584E4 .incbin "data/graphics/fonts/font1.hwjpnfont" -; unused male Japanese font from FireRed/LeafGreen - .align 2, 0 -; 865C4E4 +gUnusedJapaneseFireRedLeafGreenMaleFontGlyphs: ; 865C4E4 .incbin "data/graphics/fonts/unused_frlg_male.fwjpnfont" -; 86644E4 +gUnusedJapaneseFireRedLeafGreenMaleFontGlyphWidths: ; 86644E4 .include "data/graphics/fonts/unused_japanese_frlg_male_font_widths.s" -; unused female Japanese font from FireRed/LeafGreen - .align 2, 0 -; 86646E4 +gUnusedJapaneseFireRedLeafGreenFemaleFontGlyphs: ; 86646E4 .incbin "data/graphics/fonts/unused_frlg_female.fwjpnfont" -; 866C6E4 +gUnusedJapaneseFireRedLeafGreenFemaleFontGlyphWidths: ; 866C6E4 .include "data/graphics/fonts/unused_japanese_frlg_female_font_widths.s" .align 2, 0 |