You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #388 from surskitty/master
Moving a few images out of gfx/unknown
This commit is contained in:
2
Makefile
2
Makefile
@@ -142,6 +142,7 @@ gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64
|
|||||||
gfx/title/logo.2bpp: rgbgfx += -x 4
|
gfx/title/logo.2bpp: rgbgfx += -x 4
|
||||||
|
|
||||||
gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace
|
gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace
|
||||||
|
gfx/trade/game_boy_n64.2bpp: tools/gfx += --trim-whitespace
|
||||||
|
|
||||||
gfx/slots_2.2bpp: tools/gfx += --interleave --width=16
|
gfx/slots_2.2bpp: tools/gfx += --interleave --width=16
|
||||||
gfx/slots_3.2bpp: tools/gfx += --interleave --width=24 --remove-duplicates --keep-whitespace --remove-xflip
|
gfx/slots_3.2bpp: tools/gfx += --interleave --width=24 --remove-duplicates --keep-whitespace --remove-xflip
|
||||||
@@ -184,7 +185,6 @@ gfx/unknown/170d16.2bpp: tools/gfx += --trim-whitespace
|
|||||||
gfx/unknown/1715a4.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/1715a4_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip
|
||||||
gfx/unknown/171db1.2bpp: tools/gfx += --trim-whitespace
|
gfx/unknown/171db1.2bpp: tools/gfx += --trim-whitespace
|
||||||
gfx/unknown/172f1f.2bpp: tools/gfx += --trim-whitespace
|
|
||||||
|
|
||||||
|
|
||||||
%.bin: ;
|
%.bin: ;
|
||||||
|
@@ -75,7 +75,7 @@ ShakeHeadbuttTree: ; 8c80a
|
|||||||
; 8c893
|
; 8c893
|
||||||
|
|
||||||
HeadbuttTreeGFX: ; 8c893
|
HeadbuttTreeGFX: ; 8c893
|
||||||
INCBIN "gfx/unknown/08c893.2bpp"
|
INCBIN "gfx/overworld/headbutt_tree.2bpp"
|
||||||
; 8c913
|
; 8c913
|
||||||
|
|
||||||
HideHeadbuttTree: ; 8c913
|
HideHeadbuttTree: ; 8c913
|
||||||
|
@@ -50,8 +50,8 @@ TownMapGFX: ; f8ba0
|
|||||||
INCBIN "gfx/misc/town_map.2bpp.lz"
|
INCBIN "gfx/misc/town_map.2bpp.lz"
|
||||||
; f8ea4
|
; f8ea4
|
||||||
|
|
||||||
GFX_f8ea4: ; unused kanji
|
WeekdayKanjiGFX: ; unused kanji
|
||||||
INCBIN "gfx/unknown/0f8ea4.2bpp"
|
INCBIN "gfx/font/weekday_kanji.2bpp"
|
||||||
; f8f24
|
; f8f24
|
||||||
|
|
||||||
OverworldPhoneIconGFX: ; f8f24
|
OverworldPhoneIconGFX: ; f8f24
|
||||||
|
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 787 B After Width: | Height: | Size: 787 B |
@@ -858,7 +858,7 @@ Function172e78: ; 172e78 (5c:6e78)
|
|||||||
ld bc, $168
|
ld bc, $168
|
||||||
call ByteFill
|
call ByteFill
|
||||||
call DisableLCD
|
call DisableLCD
|
||||||
ld hl, GFX_172f1f
|
ld hl, GameBoyN64GFX
|
||||||
ld de, VTiles2 tile $00
|
ld de, VTiles2 tile $00
|
||||||
ld bc, $610
|
ld bc, $610
|
||||||
call CopyBytes
|
call CopyBytes
|
||||||
@@ -929,8 +929,8 @@ Palette_172edf:
|
|||||||
RGB 0, 0, 0
|
RGB 0, 0, 0
|
||||||
RGB 0, 0, 0
|
RGB 0, 0, 0
|
||||||
|
|
||||||
GFX_172f1f:
|
GameBoyN64GFX:
|
||||||
INCBIN "gfx/unknown/172f1f.2bpp"
|
INCBIN "gfx/trade/game_boy_n64.2bpp"
|
||||||
|
|
||||||
Tilemap_1733af:
|
Tilemap_1733af:
|
||||||
IF DEF(CRYSTAL11)
|
IF DEF(CRYSTAL11)
|
||||||
|
Reference in New Issue
Block a user