From 2d644f5077fa9ec43009ea5ec072e6ade9a1f61b Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 11 Dec 2017 18:04:23 -0500 Subject: Name some gfx/unknown/ files --- Makefile | 12 ++++++------ engine/link.asm | 2 +- event/photo.asm | 4 ++-- gfx/font.asm | 2 +- gfx/unknown/016d9c.png | Bin 85 -> 0 bytes gfx/unknown/016da4.png | Bin 77 -> 0 bytes gfx/unknown/029f54.png | Bin 175 -> 0 bytes gfx/unknown/0488c3.png | Bin 77 -> 0 bytes gfx/unknown/0488cb.png | Bin 77 -> 0 bytes gfx/unknown/0f8f34.png | Bin 575 -> 0 bytes gfx/unknown/16c173.png | Bin 1681 -> 0 bytes gfx/unknown/16c633.tilemap | Bin 360 -> 0 bytes gfx/unknown/16c79b.tilemap | Bin 360 -> 0 bytes gfx/unknown/170d16.2bpp.lz.5d6d2ad4 | Bin 2190 -> 0 bytes gfx/unknown/170d16.png | Bin 1939 -> 0 bytes gfx/unknown/1715a4.2bpp.lz.3eaf004f | Bin 676 -> 0 bytes gfx/unknown/1715a4.png | Bin 692 -> 0 bytes gfx/unknown/1715a4_nonmatching.png | Bin 1422 -> 0 bytes gfx/unknown/171db1.png | Bin 762 -> 0 bytes gfx/unknown/ascii_font.png | Bin 0 -> 762 bytes gfx/unknown/bold_a.png | Bin 0 -> 85 bytes gfx/unknown/bold_b.png | Bin 0 -> 77 bytes gfx/unknown/bold_font.png | Bin 0 -> 575 bytes gfx/unknown/down_arrow.png | Bin 0 -> 77 bytes gfx/unknown/egg_animated.2bpp.lz.3eaf004f | Bin 0 -> 676 bytes gfx/unknown/egg_animated.png | Bin 0 -> 692 bytes gfx/unknown/egg_animated_nonmatching.png | Bin 0 -> 1422 bytes gfx/unknown/mobile_splash.attrmap | Bin 0 -> 360 bytes gfx/unknown/mobile_splash.png | Bin 0 -> 1681 bytes gfx/unknown/mobile_splash.tilemap | Bin 0 -> 360 bytes gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 | Bin 0 -> 2190 bytes gfx/unknown/pichu_animated.png | Bin 0 -> 1939 bytes gfx/unknown/unused_border.png | Bin 0 -> 175 bytes gfx/unknown/up_arrow.png | Bin 0 -> 77 bytes misc/mobile_12.asm | 4 ++-- misc/mobile_5b.asm | 6 +++--- misc/mobile_5c.asm | 7 ++++--- 37 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 gfx/unknown/016d9c.png delete mode 100644 gfx/unknown/016da4.png delete mode 100644 gfx/unknown/029f54.png delete mode 100644 gfx/unknown/0488c3.png delete mode 100644 gfx/unknown/0488cb.png delete mode 100644 gfx/unknown/0f8f34.png delete mode 100755 gfx/unknown/16c173.png delete mode 100644 gfx/unknown/16c633.tilemap delete mode 100644 gfx/unknown/16c79b.tilemap delete mode 100644 gfx/unknown/170d16.2bpp.lz.5d6d2ad4 delete mode 100644 gfx/unknown/170d16.png delete mode 100644 gfx/unknown/1715a4.2bpp.lz.3eaf004f delete mode 100644 gfx/unknown/1715a4.png delete mode 100755 gfx/unknown/1715a4_nonmatching.png delete mode 100644 gfx/unknown/171db1.png create mode 100644 gfx/unknown/ascii_font.png create mode 100644 gfx/unknown/bold_a.png create mode 100644 gfx/unknown/bold_b.png create mode 100644 gfx/unknown/bold_font.png create mode 100644 gfx/unknown/down_arrow.png create mode 100644 gfx/unknown/egg_animated.2bpp.lz.3eaf004f create mode 100644 gfx/unknown/egg_animated.png create mode 100755 gfx/unknown/egg_animated_nonmatching.png create mode 100644 gfx/unknown/mobile_splash.attrmap create mode 100755 gfx/unknown/mobile_splash.png create mode 100644 gfx/unknown/mobile_splash.tilemap create mode 100644 gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 create mode 100644 gfx/unknown/pichu_animated.png create mode 100644 gfx/unknown/unused_border.png create mode 100644 gfx/unknown/up_arrow.png diff --git a/Makefile b/Makefile index 6979e7ce9..d3158c341 100644 --- a/Makefile +++ b/Makefile @@ -200,13 +200,13 @@ gfx/battle/dude.2bpp: rgbgfx += -h gfx/pokegear/pokegear.2bpp: rgbgfx += -x2 gfx/pokegear/pokegear_sprites.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/ascii_font.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/bold_font.1bpp: tools/gfx += --trim-whitespace +gfx/unknown/egg_animated.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/egg_animated_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/unknown/mobile_splash.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/unknown/pichu_animated.2bpp: tools/gfx += --trim-whitespace gfx/unknown/unknown_egg.2bpp: rgbgfx += -h -gfx/unknown/0f8f34.1bpp: tools/gfx += --trim-whitespace -gfx/unknown/16c173.2bpp: tools/gfx += --remove-duplicates --remove-xflip -gfx/unknown/170d16.2bpp: tools/gfx += --trim-whitespace -gfx/unknown/1715a4.2bpp: tools/gfx += --trim-whitespace -gfx/unknown/1715a4_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip -gfx/unknown/171db1.2bpp: tools/gfx += --trim-whitespace %.bin: ; diff --git a/engine/link.asm b/engine/link.asm index f7e0b2ad4..b57e49e1e 100755 --- a/engine/link.asm +++ b/engine/link.asm @@ -2579,5 +2579,5 @@ Special_CableClubCheckWhichChris: ; 29f47 GFX_29f54: ; 29f54 ; unreferenced -INCBIN "gfx/unknown/029f54.2bpp" +INCBIN "gfx/unknown/unused_border.2bpp" ; 29fe4 diff --git a/event/photo.asm b/event/photo.asm index c47445fc5..fea57a368 100755 --- a/event/photo.asm +++ b/event/photo.asm @@ -214,9 +214,9 @@ UnownDexVacantString: ; 16d9c UnownDexATile: ; 16d9c -INCBIN "gfx/unknown/016d9c.1bpp" +INCBIN "gfx/unknown/bold_a.1bpp" UnownDexBTile: ; 16da4 -INCBIN "gfx/unknown/016da4.1bpp" +INCBIN "gfx/unknown/bold_b.1bpp" ; 16dac PlaceUnownPrinterFrontpic: ; 16dac diff --git a/gfx/font.asm b/gfx/font.asm index 99e8505b7..f2efefd37 100755 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -59,7 +59,7 @@ INCBIN "gfx/mobile/overworld_phone_icon.2bpp" ; f8f34 GFX_f8f34: ; unused bold letters + unown chars -INCBIN "gfx/unknown/0f8f34.1bpp" +INCBIN "gfx/unknown/bold_font.1bpp" ; f9204 TextBoxSpaceGFX: ; f9204 diff --git a/gfx/unknown/016d9c.png b/gfx/unknown/016d9c.png deleted file mode 100644 index 56252c423..000000000 Binary files a/gfx/unknown/016d9c.png and /dev/null differ diff --git a/gfx/unknown/016da4.png b/gfx/unknown/016da4.png deleted file mode 100644 index 8ce07a03c..000000000 Binary files a/gfx/unknown/016da4.png and /dev/null differ diff --git a/gfx/unknown/029f54.png b/gfx/unknown/029f54.png deleted file mode 100644 index d3ac169fc..000000000 Binary files a/gfx/unknown/029f54.png and /dev/null differ diff --git a/gfx/unknown/0488c3.png b/gfx/unknown/0488c3.png deleted file mode 100644 index e8b43de99..000000000 Binary files a/gfx/unknown/0488c3.png and /dev/null differ diff --git a/gfx/unknown/0488cb.png b/gfx/unknown/0488cb.png deleted file mode 100644 index 9eaaadd2d..000000000 Binary files a/gfx/unknown/0488cb.png and /dev/null differ diff --git a/gfx/unknown/0f8f34.png b/gfx/unknown/0f8f34.png deleted file mode 100644 index e02b91ce2..000000000 Binary files a/gfx/unknown/0f8f34.png and /dev/null differ diff --git a/gfx/unknown/16c173.png b/gfx/unknown/16c173.png deleted file mode 100755 index d54b68cdf..000000000 Binary files a/gfx/unknown/16c173.png and /dev/null differ diff --git a/gfx/unknown/16c633.tilemap b/gfx/unknown/16c633.tilemap deleted file mode 100644 index 81818e531..000000000 Binary files a/gfx/unknown/16c633.tilemap and /dev/null differ diff --git a/gfx/unknown/16c79b.tilemap b/gfx/unknown/16c79b.tilemap deleted file mode 100644 index 86666b3fd..000000000 Binary files a/gfx/unknown/16c79b.tilemap and /dev/null differ diff --git a/gfx/unknown/170d16.2bpp.lz.5d6d2ad4 b/gfx/unknown/170d16.2bpp.lz.5d6d2ad4 deleted file mode 100644 index 4d50c6bcf..000000000 Binary files a/gfx/unknown/170d16.2bpp.lz.5d6d2ad4 and /dev/null differ diff --git a/gfx/unknown/170d16.png b/gfx/unknown/170d16.png deleted file mode 100644 index 2832fdb6a..000000000 Binary files a/gfx/unknown/170d16.png and /dev/null differ diff --git a/gfx/unknown/1715a4.2bpp.lz.3eaf004f b/gfx/unknown/1715a4.2bpp.lz.3eaf004f deleted file mode 100644 index b4fabff15..000000000 Binary files a/gfx/unknown/1715a4.2bpp.lz.3eaf004f and /dev/null differ diff --git a/gfx/unknown/1715a4.png b/gfx/unknown/1715a4.png deleted file mode 100644 index 3e1c0bb46..000000000 Binary files a/gfx/unknown/1715a4.png and /dev/null differ diff --git a/gfx/unknown/1715a4_nonmatching.png b/gfx/unknown/1715a4_nonmatching.png deleted file mode 100755 index 44ea166ef..000000000 Binary files a/gfx/unknown/1715a4_nonmatching.png and /dev/null differ diff --git a/gfx/unknown/171db1.png b/gfx/unknown/171db1.png deleted file mode 100644 index 1c32d2bda..000000000 Binary files a/gfx/unknown/171db1.png and /dev/null differ diff --git a/gfx/unknown/ascii_font.png b/gfx/unknown/ascii_font.png new file mode 100644 index 000000000..1c32d2bda Binary files /dev/null and b/gfx/unknown/ascii_font.png differ diff --git a/gfx/unknown/bold_a.png b/gfx/unknown/bold_a.png new file mode 100644 index 000000000..56252c423 Binary files /dev/null and b/gfx/unknown/bold_a.png differ diff --git a/gfx/unknown/bold_b.png b/gfx/unknown/bold_b.png new file mode 100644 index 000000000..8ce07a03c Binary files /dev/null and b/gfx/unknown/bold_b.png differ diff --git a/gfx/unknown/bold_font.png b/gfx/unknown/bold_font.png new file mode 100644 index 000000000..e02b91ce2 Binary files /dev/null and b/gfx/unknown/bold_font.png differ diff --git a/gfx/unknown/down_arrow.png b/gfx/unknown/down_arrow.png new file mode 100644 index 000000000..9eaaadd2d Binary files /dev/null and b/gfx/unknown/down_arrow.png differ diff --git a/gfx/unknown/egg_animated.2bpp.lz.3eaf004f b/gfx/unknown/egg_animated.2bpp.lz.3eaf004f new file mode 100644 index 000000000..b4fabff15 Binary files /dev/null and b/gfx/unknown/egg_animated.2bpp.lz.3eaf004f differ diff --git a/gfx/unknown/egg_animated.png b/gfx/unknown/egg_animated.png new file mode 100644 index 000000000..3e1c0bb46 Binary files /dev/null and b/gfx/unknown/egg_animated.png differ diff --git a/gfx/unknown/egg_animated_nonmatching.png b/gfx/unknown/egg_animated_nonmatching.png new file mode 100755 index 000000000..44ea166ef Binary files /dev/null and b/gfx/unknown/egg_animated_nonmatching.png differ diff --git a/gfx/unknown/mobile_splash.attrmap b/gfx/unknown/mobile_splash.attrmap new file mode 100644 index 000000000..86666b3fd Binary files /dev/null and b/gfx/unknown/mobile_splash.attrmap differ diff --git a/gfx/unknown/mobile_splash.png b/gfx/unknown/mobile_splash.png new file mode 100755 index 000000000..d54b68cdf Binary files /dev/null and b/gfx/unknown/mobile_splash.png differ diff --git a/gfx/unknown/mobile_splash.tilemap b/gfx/unknown/mobile_splash.tilemap new file mode 100644 index 000000000..81818e531 Binary files /dev/null and b/gfx/unknown/mobile_splash.tilemap differ diff --git a/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 b/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 new file mode 100644 index 000000000..4d50c6bcf Binary files /dev/null and b/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 differ diff --git a/gfx/unknown/pichu_animated.png b/gfx/unknown/pichu_animated.png new file mode 100644 index 000000000..2832fdb6a Binary files /dev/null and b/gfx/unknown/pichu_animated.png differ diff --git a/gfx/unknown/unused_border.png b/gfx/unknown/unused_border.png new file mode 100644 index 000000000..d3ac169fc Binary files /dev/null and b/gfx/unknown/unused_border.png differ diff --git a/gfx/unknown/up_arrow.png b/gfx/unknown/up_arrow.png new file mode 100644 index 000000000..e8b43de99 Binary files /dev/null and b/gfx/unknown/up_arrow.png differ diff --git a/misc/mobile_12.asm b/misc/mobile_12.asm index ea1e25bb8..efe138162 100755 --- a/misc/mobile_12.asm +++ b/misc/mobile_12.asm @@ -1021,10 +1021,10 @@ Function488b9: ; 488b9 (12:48b9) ; 488c3 (12:48c3) GFX_488c3: ; 488c3 -INCBIN "gfx/unknown/0488c3.2bpp" +INCBIN "gfx/unknown/up_arrow.2bpp" GFX_488cb: ; 488cb -INCBIN "gfx/unknown/0488cb.2bpp" +INCBIN "gfx/unknown/down_arrow.2bpp" Function488d3: ; 488d3 (12:48d3) call Function48283 diff --git a/misc/mobile_5b.asm b/misc/mobile_5b.asm index d317f2af3..679f04342 100755 --- a/misc/mobile_5b.asm +++ b/misc/mobile_5b.asm @@ -221,13 +221,13 @@ MobileSystemSplashScreen_InitGFX: ; 16c108 ; 16c173 .Tiles: -INCBIN "gfx/unknown/16c173.2bpp" +INCBIN "gfx/unknown/mobile_splash.2bpp" .TileMap: -INCBIN "gfx/unknown/16c633.tilemap" +INCBIN "gfx/unknown/mobile_splash.tilemap" .AttrMap: -INCBIN "gfx/unknown/16c79b.tilemap" +INCBIN "gfx/unknown/mobile_splash.attrmap" UnknownMobilePalettes_16c903: ; 16c903 INCLUDE "gfx/unknown/16c903.pal" diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 2f1f1555c..5b7418a0f 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -305,10 +305,10 @@ Function170d02: ; 170d02 ; 170d16 LZ_170d16: -INCBIN "gfx/unknown/170d16.2bpp.lz" +INCBIN "gfx/unknown/pichu_animated.2bpp.lz" LZ_1715a4: -INCBIN "gfx/unknown/1715a4.2bpp.lz" +INCBIN "gfx/unknown/egg_animated.2bpp.lz" GFX_171848: INCBIN "gfx/unknown/171848.2bpp" @@ -817,8 +817,9 @@ Palette_171d71: RGB 21, 21, 20 RGB 11, 11, 10 RGB 0, 0, 0 + GFX_171db1: -INCBIN "gfx/unknown/171db1.2bpp" +INCBIN "gfx/unknown/ascii_font.2bpp" Tilemap_172491: INCBIN "gfx/unknown/172491.tilemap" Tilemap_17251d: -- cgit v1.2.3