mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 00:05:12 -05:00
* Bank $0f dumping (will not build) * Optimize title logo graphic * Make buildable again * Add some more labels to bank $0f * Add bank $0d, non-building * fix erroneous shim * bank $0D dump buildable * Make buildable again --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
34 lines
1.6 KiB
Makefile
34 lines
1.6 KiB
Makefile
$(BUILD)/slack/corrupted_9e1c.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/slack/corrupted_a66c.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/slack/corrupted_b1e3.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/slack/sgb_border_gold_corrupted.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/sgb/sgb_border_alt.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/sgb/sgb_border_gold.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/sgb/sgb_border_silver.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/sgb/sgb_border_silver.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/trainer_card/leaders.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/trainer_gear/town_map.2bpp: tools/gfx += --trim-trailing
|
|
|
|
$(BUILD)/gfx/minigames/slots_1.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/minigames/slots_2.2bpp: tools/gfx += --interleave --png=$<
|
|
$(BUILD)/gfx/minigames/slots_3.2bpp: tools/gfx += --interleave --png=$< --remove-duplicates --keep-whitespace --remove-xflip
|
|
$(BUILD)/gfx/minigames/slots_4.2bpp: tools/gfx += --interleave --png=$<
|
|
$(BUILD)/gfx/minigames/poker.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/minigames/picross_numbers.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/intro/jigglypuff_pikachu.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/intro/%.bin: gfx/intro/%.bin
|
|
cp $< $@
|
|
|
|
$(BUILD)/gfx/minigames/%.bin: gfx/minigames/%.bin
|
|
cp $< $@
|
|
|
|
$(BUILD)/gfx/battle_anims/attack_animations_1.2bpp: tools/gfx += --trim-whitespace
|
|
$(BUILD)/gfx/battle_anims/attack_animations_2.2bpp: tools/gfx += --trim-whitespace
|
|
|
|
$(BUILD)/gfx/title/title_logo.2bpp: tools/gfx += --trim-whitespace
|