Move some gfx/misc/ files into meaningful directories
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 375 B |
10
gfx/font.asm
@@ -1,11 +1,11 @@
|
||||
FontExtra:
|
||||
INCBIN "gfx/misc/font_extra.2bpp"
|
||||
INCBIN "gfx/font/font_extra.2bpp"
|
||||
|
||||
Font:
|
||||
INCBIN "gfx/misc/font.1bpp"
|
||||
INCBIN "gfx/font/font.1bpp"
|
||||
|
||||
FontBattleExtra:
|
||||
INCBIN "gfx/misc/font_battle_extra.2bpp"
|
||||
INCBIN "gfx/font/font_battle_extra.2bpp"
|
||||
|
||||
Frames: ; f8800
|
||||
INCBIN "gfx/frames/1.1bpp"
|
||||
@@ -47,7 +47,7 @@ INCBIN "gfx/battle/expbar.2bpp"
|
||||
; f8ba0
|
||||
|
||||
TownMapGFX: ; f8ba0
|
||||
INCBIN "gfx/misc/town_map.2bpp.lz"
|
||||
INCBIN "gfx/pokegear/town_map.2bpp.lz"
|
||||
; f8ea4
|
||||
|
||||
WeekdayKanjiGFX: ; unused kanji
|
||||
@@ -79,7 +79,7 @@ INCBIN "gfx/unknown/0f9424.2bpp"
|
||||
; f9434
|
||||
|
||||
Footprints: ; f9434
|
||||
INCBIN "gfx/misc/footprints.1bpp"
|
||||
INCBIN "gfx/pokedex/footprints.1bpp"
|
||||
; fb434
|
||||
|
||||
; This and the following two functions are unreferenced.
|
||||
|
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 770 B |
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 88 B |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 84 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 89 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |