From 2cf5cc1dc7f0dcc4651cdacaefb28d1b607f444c Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 15 Dec 2017 17:50:45 -0500 Subject: Move more unknown graphics into real subfolders --- Makefile | 14 ++++++++------ engine/link.asm | 4 ++-- event/photo.asm | 4 ++-- gfx/font.asm | 8 ++++---- gfx/font/unused_bold_font.png | Bin 0 -> 575 bytes gfx/font/unused_weekday_kanji.png | Bin 0 -> 142 bytes gfx/font/weekday_kanji.png | Bin 142 -> 0 bytes gfx/mobile/ascii_font.png | Bin 0 -> 762 bytes gfx/mobile/down_arrow.png | Bin 0 -> 77 bytes gfx/mobile/electro_ball.2bpp.lz.3eaf004f | Bin 0 -> 676 bytes gfx/mobile/electro_ball.png | Bin 0 -> 692 bytes gfx/mobile/electro_ball_nonmatching.png | Bin 0 -> 1422 bytes gfx/mobile/mobile_splash.attrmap | Bin 0 -> 360 bytes gfx/mobile/mobile_splash.png | Bin 0 -> 1681 bytes gfx/mobile/mobile_splash.tilemap | Bin 0 -> 360 bytes gfx/mobile/pichu_animated.2bpp.lz.5d6d2ad4 | Bin 0 -> 2190 bytes gfx/mobile/pichu_animated.png | Bin 0 -> 1939 bytes gfx/mobile/up_arrow.png | Bin 0 -> 77 bytes gfx/printer/bold_a.png | Bin 0 -> 85 bytes gfx/printer/bold_b.png | Bin 0 -> 77 bytes gfx/trade/unused_gen_1_border_tiles.png | Bin 0 -> 175 bytes gfx/unknown/ascii_font.png | Bin 762 -> 0 bytes gfx/unknown/bold_a.png | Bin 85 -> 0 bytes gfx/unknown/bold_b.png | Bin 77 -> 0 bytes gfx/unknown/bold_font.png | Bin 575 -> 0 bytes gfx/unknown/down_arrow.png | Bin 77 -> 0 bytes gfx/unknown/electro_ball.2bpp.lz.3eaf004f | Bin 676 -> 0 bytes gfx/unknown/electro_ball.png | Bin 692 -> 0 bytes gfx/unknown/electro_ball_nonmatching.png | Bin 1422 -> 0 bytes gfx/unknown/mobile_splash.attrmap | Bin 360 -> 0 bytes gfx/unknown/mobile_splash.png | Bin 1681 -> 0 bytes gfx/unknown/mobile_splash.tilemap | Bin 360 -> 0 bytes gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 | Bin 2190 -> 0 bytes gfx/unknown/pichu_animated.png | Bin 1939 -> 0 bytes gfx/unknown/unused_border.png | Bin 175 -> 0 bytes gfx/unknown/up_arrow.png | Bin 77 -> 0 bytes mobile/mobile_12.asm | 16 ++++++++-------- mobile/mobile_5b.asm | 6 +++--- mobile/mobile_5c.asm | 8 +++++--- 39 files changed, 32 insertions(+), 28 deletions(-) create mode 100644 gfx/font/unused_bold_font.png create mode 100644 gfx/font/unused_weekday_kanji.png delete mode 100644 gfx/font/weekday_kanji.png create mode 100644 gfx/mobile/ascii_font.png create mode 100644 gfx/mobile/down_arrow.png create mode 100644 gfx/mobile/electro_ball.2bpp.lz.3eaf004f create mode 100644 gfx/mobile/electro_ball.png create mode 100755 gfx/mobile/electro_ball_nonmatching.png create mode 100644 gfx/mobile/mobile_splash.attrmap create mode 100755 gfx/mobile/mobile_splash.png create mode 100644 gfx/mobile/mobile_splash.tilemap create mode 100644 gfx/mobile/pichu_animated.2bpp.lz.5d6d2ad4 create mode 100644 gfx/mobile/pichu_animated.png create mode 100644 gfx/mobile/up_arrow.png create mode 100644 gfx/printer/bold_a.png create mode 100644 gfx/printer/bold_b.png create mode 100644 gfx/trade/unused_gen_1_border_tiles.png delete mode 100644 gfx/unknown/ascii_font.png delete mode 100644 gfx/unknown/bold_a.png delete mode 100644 gfx/unknown/bold_b.png delete mode 100644 gfx/unknown/bold_font.png delete mode 100644 gfx/unknown/down_arrow.png delete mode 100644 gfx/unknown/electro_ball.2bpp.lz.3eaf004f delete mode 100644 gfx/unknown/electro_ball.png delete mode 100755 gfx/unknown/electro_ball_nonmatching.png delete mode 100644 gfx/unknown/mobile_splash.attrmap delete mode 100755 gfx/unknown/mobile_splash.png delete mode 100644 gfx/unknown/mobile_splash.tilemap delete mode 100644 gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 delete mode 100644 gfx/unknown/pichu_animated.png delete mode 100644 gfx/unknown/unused_border.png delete mode 100644 gfx/unknown/up_arrow.png diff --git a/Makefile b/Makefile index 63d1177e8..83667441a 100644 --- a/Makefile +++ b/Makefile @@ -196,15 +196,17 @@ gfx/trainer_card/kris_card.2bpp: rgbgfx += -h gfx/battle/dude.2bpp: rgbgfx += -h +gfx/font/unused_bold_font.1bpp: tools/gfx += --trim-whitespace + 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/electro_ball.2bpp: tools/gfx += --trim-whitespace -gfx/unknown/electro_ball_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/mobile/ascii_font.2bpp: tools/gfx += --trim-whitespace +gfx/mobile/electro_ball.2bpp: tools/gfx += --trim-whitespace +gfx/mobile/electro_ball_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/mobile/mobile_splash.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/mobile/pichu_animated.2bpp: tools/gfx += --trim-whitespace + gfx/unknown/unknown_egg.2bpp: rgbgfx += -h diff --git a/engine/link.asm b/engine/link.asm index 5be841394..7f71f4880 100755 --- a/engine/link.asm +++ b/engine/link.asm @@ -2577,7 +2577,7 @@ Special_CableClubCheckWhichChris: ; 29f47 ret ; 29f54 -GFX_29f54: ; 29f54 +UnusedGen1LinkCommsBorderGFX: ; 29f54 ; unreferenced -INCBIN "gfx/unknown/unused_border.2bpp" +INCBIN "gfx/trade/unused_gen_1_border_tiles.2bpp" ; 29fe4 diff --git a/event/photo.asm b/event/photo.asm index fea57a368..55ac8e7d1 100755 --- a/event/photo.asm +++ b/event/photo.asm @@ -214,9 +214,9 @@ UnownDexVacantString: ; 16d9c UnownDexATile: ; 16d9c -INCBIN "gfx/unknown/bold_a.1bpp" +INCBIN "gfx/printer/bold_a.1bpp" UnownDexBTile: ; 16da4 -INCBIN "gfx/unknown/bold_b.1bpp" +INCBIN "gfx/printer/bold_b.1bpp" ; 16dac PlaceUnownPrinterFrontpic: ; 16dac diff --git a/gfx/font.asm b/gfx/font.asm index 8d17722f4..867619a9c 100755 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -50,16 +50,16 @@ TownMapGFX: ; f8ba0 INCBIN "gfx/pokegear/town_map.2bpp.lz" ; f8ea4 -WeekdayKanjiGFX: ; unused kanji -INCBIN "gfx/font/weekday_kanji.2bpp" +UnusedWeekdayKanjiGFX: ; unused kanji +INCBIN "gfx/font/unused_weekday_kanji.2bpp" ; f8f24 OverworldPhoneIconGFX: ; f8f24 INCBIN "gfx/font/overworld_phone_icon.2bpp" ; f8f34 -GFX_f8f34: ; unused bold letters + unown chars -INCBIN "gfx/unknown/bold_font.1bpp" +UnusedBoldFontGFX: ; unused bold letters + unown chars +INCBIN "gfx/font/unused_bold_font.1bpp" ; f9204 TextBoxSpaceGFX: ; f9204 diff --git a/gfx/font/unused_bold_font.png b/gfx/font/unused_bold_font.png new file mode 100644 index 000000000..e02b91ce2 Binary files /dev/null and b/gfx/font/unused_bold_font.png differ diff --git a/gfx/font/unused_weekday_kanji.png b/gfx/font/unused_weekday_kanji.png new file mode 100644 index 000000000..6eeb69b11 Binary files /dev/null and b/gfx/font/unused_weekday_kanji.png differ diff --git a/gfx/font/weekday_kanji.png b/gfx/font/weekday_kanji.png deleted file mode 100644 index 6eeb69b11..000000000 Binary files a/gfx/font/weekday_kanji.png and /dev/null differ diff --git a/gfx/mobile/ascii_font.png b/gfx/mobile/ascii_font.png new file mode 100644 index 000000000..1c32d2bda Binary files /dev/null and b/gfx/mobile/ascii_font.png differ diff --git a/gfx/mobile/down_arrow.png b/gfx/mobile/down_arrow.png new file mode 100644 index 000000000..9eaaadd2d Binary files /dev/null and b/gfx/mobile/down_arrow.png differ diff --git a/gfx/mobile/electro_ball.2bpp.lz.3eaf004f b/gfx/mobile/electro_ball.2bpp.lz.3eaf004f new file mode 100644 index 000000000..b4fabff15 Binary files /dev/null and b/gfx/mobile/electro_ball.2bpp.lz.3eaf004f differ diff --git a/gfx/mobile/electro_ball.png b/gfx/mobile/electro_ball.png new file mode 100644 index 000000000..3e1c0bb46 Binary files /dev/null and b/gfx/mobile/electro_ball.png differ diff --git a/gfx/mobile/electro_ball_nonmatching.png b/gfx/mobile/electro_ball_nonmatching.png new file mode 100755 index 000000000..44ea166ef Binary files /dev/null and b/gfx/mobile/electro_ball_nonmatching.png differ diff --git a/gfx/mobile/mobile_splash.attrmap b/gfx/mobile/mobile_splash.attrmap new file mode 100644 index 000000000..86666b3fd Binary files /dev/null and b/gfx/mobile/mobile_splash.attrmap differ diff --git a/gfx/mobile/mobile_splash.png b/gfx/mobile/mobile_splash.png new file mode 100755 index 000000000..d54b68cdf Binary files /dev/null and b/gfx/mobile/mobile_splash.png differ diff --git a/gfx/mobile/mobile_splash.tilemap b/gfx/mobile/mobile_splash.tilemap new file mode 100644 index 000000000..81818e531 Binary files /dev/null and b/gfx/mobile/mobile_splash.tilemap differ diff --git a/gfx/mobile/pichu_animated.2bpp.lz.5d6d2ad4 b/gfx/mobile/pichu_animated.2bpp.lz.5d6d2ad4 new file mode 100644 index 000000000..4d50c6bcf Binary files /dev/null and b/gfx/mobile/pichu_animated.2bpp.lz.5d6d2ad4 differ diff --git a/gfx/mobile/pichu_animated.png b/gfx/mobile/pichu_animated.png new file mode 100644 index 000000000..2832fdb6a Binary files /dev/null and b/gfx/mobile/pichu_animated.png differ diff --git a/gfx/mobile/up_arrow.png b/gfx/mobile/up_arrow.png new file mode 100644 index 000000000..e8b43de99 Binary files /dev/null and b/gfx/mobile/up_arrow.png differ diff --git a/gfx/printer/bold_a.png b/gfx/printer/bold_a.png new file mode 100644 index 000000000..56252c423 Binary files /dev/null and b/gfx/printer/bold_a.png differ diff --git a/gfx/printer/bold_b.png b/gfx/printer/bold_b.png new file mode 100644 index 000000000..8ce07a03c Binary files /dev/null and b/gfx/printer/bold_b.png differ diff --git a/gfx/trade/unused_gen_1_border_tiles.png b/gfx/trade/unused_gen_1_border_tiles.png new file mode 100644 index 000000000..d3ac169fc Binary files /dev/null and b/gfx/trade/unused_gen_1_border_tiles.png differ diff --git a/gfx/unknown/ascii_font.png b/gfx/unknown/ascii_font.png deleted file mode 100644 index 1c32d2bda..000000000 Binary files a/gfx/unknown/ascii_font.png and /dev/null differ diff --git a/gfx/unknown/bold_a.png b/gfx/unknown/bold_a.png deleted file mode 100644 index 56252c423..000000000 Binary files a/gfx/unknown/bold_a.png and /dev/null differ diff --git a/gfx/unknown/bold_b.png b/gfx/unknown/bold_b.png deleted file mode 100644 index 8ce07a03c..000000000 Binary files a/gfx/unknown/bold_b.png and /dev/null differ diff --git a/gfx/unknown/bold_font.png b/gfx/unknown/bold_font.png deleted file mode 100644 index e02b91ce2..000000000 Binary files a/gfx/unknown/bold_font.png and /dev/null differ diff --git a/gfx/unknown/down_arrow.png b/gfx/unknown/down_arrow.png deleted file mode 100644 index 9eaaadd2d..000000000 Binary files a/gfx/unknown/down_arrow.png and /dev/null differ diff --git a/gfx/unknown/electro_ball.2bpp.lz.3eaf004f b/gfx/unknown/electro_ball.2bpp.lz.3eaf004f deleted file mode 100644 index b4fabff15..000000000 Binary files a/gfx/unknown/electro_ball.2bpp.lz.3eaf004f and /dev/null differ diff --git a/gfx/unknown/electro_ball.png b/gfx/unknown/electro_ball.png deleted file mode 100644 index 3e1c0bb46..000000000 Binary files a/gfx/unknown/electro_ball.png and /dev/null differ diff --git a/gfx/unknown/electro_ball_nonmatching.png b/gfx/unknown/electro_ball_nonmatching.png deleted file mode 100755 index 44ea166ef..000000000 Binary files a/gfx/unknown/electro_ball_nonmatching.png and /dev/null differ diff --git a/gfx/unknown/mobile_splash.attrmap b/gfx/unknown/mobile_splash.attrmap deleted file mode 100644 index 86666b3fd..000000000 Binary files a/gfx/unknown/mobile_splash.attrmap and /dev/null differ diff --git a/gfx/unknown/mobile_splash.png b/gfx/unknown/mobile_splash.png deleted file mode 100755 index d54b68cdf..000000000 Binary files a/gfx/unknown/mobile_splash.png and /dev/null differ diff --git a/gfx/unknown/mobile_splash.tilemap b/gfx/unknown/mobile_splash.tilemap deleted file mode 100644 index 81818e531..000000000 Binary files a/gfx/unknown/mobile_splash.tilemap and /dev/null differ diff --git a/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 b/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 deleted file mode 100644 index 4d50c6bcf..000000000 Binary files a/gfx/unknown/pichu_animated.2bpp.lz.5d6d2ad4 and /dev/null differ diff --git a/gfx/unknown/pichu_animated.png b/gfx/unknown/pichu_animated.png deleted file mode 100644 index 2832fdb6a..000000000 Binary files a/gfx/unknown/pichu_animated.png and /dev/null differ diff --git a/gfx/unknown/unused_border.png b/gfx/unknown/unused_border.png deleted file mode 100644 index d3ac169fc..000000000 Binary files a/gfx/unknown/unused_border.png and /dev/null differ diff --git a/gfx/unknown/up_arrow.png b/gfx/unknown/up_arrow.png deleted file mode 100644 index e8b43de99..000000000 Binary files a/gfx/unknown/up_arrow.png and /dev/null differ diff --git a/mobile/mobile_12.asm b/mobile/mobile_12.asm index efe138162..8b21bb6a6 100755 --- a/mobile/mobile_12.asm +++ b/mobile/mobile_12.asm @@ -21,13 +21,13 @@ InitMobileProfile: ; 4802f (12:402f) .not_yet_initialized call Function486bf call LoadFontsExtra - ld de, GFX_488c3 + ld de, MobileUpArrowGFX ld hl, VTiles2 tile $10 - lb bc, BANK(GFX_488c3), 1 + lb bc, BANK(MobileUpArrowGFX), 1 call Request1bpp - ld de, GFX_488cb + ld de, MobileDownArrowGFX ld hl, VTiles2 tile $11 - lb bc, BANK(GFX_488cb), 1 + lb bc, BANK(MobileDownArrowGFX), 1 call Request1bpp call Function4a3a7 call ClearBGPalettes @@ -1020,11 +1020,11 @@ Function488b9: ; 488b9 (12:48b9) ret ; 488c3 (12:48c3) -GFX_488c3: ; 488c3 -INCBIN "gfx/unknown/up_arrow.2bpp" +MobileUpArrowGFX: ; 488c3 +INCBIN "gfx/mobile/up_arrow.2bpp" -GFX_488cb: ; 488cb -INCBIN "gfx/unknown/down_arrow.2bpp" +MobileDownArrowGFX: ; 488cb +INCBIN "gfx/mobile/down_arrow.2bpp" Function488d3: ; 488d3 (12:48d3) call Function48283 diff --git a/mobile/mobile_5b.asm b/mobile/mobile_5b.asm index 679f04342..041c071b4 100755 --- a/mobile/mobile_5b.asm +++ b/mobile/mobile_5b.asm @@ -221,13 +221,13 @@ MobileSystemSplashScreen_InitGFX: ; 16c108 ; 16c173 .Tiles: -INCBIN "gfx/unknown/mobile_splash.2bpp" +INCBIN "gfx/mobile/mobile_splash.2bpp" .TileMap: -INCBIN "gfx/unknown/mobile_splash.tilemap" +INCBIN "gfx/mobile/mobile_splash.tilemap" .AttrMap: -INCBIN "gfx/unknown/mobile_splash.attrmap" +INCBIN "gfx/mobile/mobile_splash.attrmap" UnknownMobilePalettes_16c903: ; 16c903 INCLUDE "gfx/unknown/16c903.pal" diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index 48f9cace9..f33ff7af4 100755 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -305,10 +305,10 @@ Function170d02: ; 170d02 ; 170d16 LZ_170d16: -INCBIN "gfx/unknown/pichu_animated.2bpp.lz" +INCBIN "gfx/mobile/pichu_animated.2bpp.lz" LZ_1715a4: -INCBIN "gfx/unknown/egg_animated.2bpp.lz" +INCBIN "gfx/mobile/electro_ball.2bpp.lz" GFX_171848: INCBIN "gfx/unknown/171848.2bpp" @@ -819,7 +819,8 @@ Palette_171d71: RGB 0, 0, 0 GFX_171db1: -INCBIN "gfx/unknown/ascii_font.2bpp" +INCBIN "gfx/mobile/ascii_font.2bpp" + Tilemap_172491: INCBIN "gfx/unknown/172491.tilemap" Tilemap_17251d: @@ -832,6 +833,7 @@ Attrmap_1727ed: INCBIN "gfx/unknown/1727ed.attrmap" Attrmap_172955: INCBIN "gfx/unknown/172955.attrmap" + LZ_172abd: INCBIN "gfx/pokedex/slowpoke.2bpp.lz" -- cgit v1.2.3