Move more unknown graphics into real subfolders
14
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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|