diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/font/up_arrow.1bpp.png | bin | 0 -> 86 bytes | |||
-rw-r--r-- | gfx/gfx.asm | 5 | ||||
-rw-r--r-- | gfx/gfx.mk | 5 | ||||
-rw-r--r-- | gfx/minigames/slots_1.png (renamed from gfx/minigames/slots.png) | bin | 469 -> 469 bytes | |||
-rw-r--r-- | gfx/minigames/slots_2.png | bin | 1278 -> 419 bytes | |||
-rw-r--r-- | gfx/minigames/slots_3.png | bin | 0 -> 554 bytes | |||
-rw-r--r-- | gfx/minigames/slots_4.png | bin | 0 -> 411 bytes | |||
-rw-r--r-- | gfx/minigames/slots_tilemap.bin | bin | 0 -> 240 bytes |
8 files changed, 8 insertions, 2 deletions
diff --git a/gfx/font/up_arrow.1bpp.png b/gfx/font/up_arrow.1bpp.png Binary files differnew file mode 100644 index 0000000..32a3c91 --- /dev/null +++ b/gfx/font/up_arrow.1bpp.png diff --git a/gfx/gfx.asm b/gfx/gfx.asm index 8c3fb8a..b4ed26d 100644 --- a/gfx/gfx.asm +++ b/gfx/gfx.asm @@ -407,9 +407,12 @@ SnorlaxIcon:: INCBIN "gfx/icons/snorlax.2bpp" SECTION "gfx.asm@Slot Machine GFX", ROMX SlotMachineGFX:: -INCBIN "gfx/minigames/slots.2bpp" +INCBIN "gfx/minigames/slots_1.2bpp" SlotMachine2GFX:: INCBIN "gfx/minigames/slots_2.2bpp" +INCBIN "gfx/minigames/slots_3.2bpp" +SlotMachine3GFX:: +INCBIN "gfx/minigames/slots_4.2bpp" SECTION "gfx.asm@Bank 30 Sprites 1", ROMX GoldSpriteGFX:: INCBIN "gfx/sprites/gold.2bpp" @@ -12,7 +12,10 @@ $(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.2bpp: tools/gfx += --trim-whitespace +$(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/intro/jigglypuff_pikachu.2bpp: tools/gfx += --trim-whitespace diff --git a/gfx/minigames/slots.png b/gfx/minigames/slots_1.png Binary files differindex 44993f6..44993f6 100644 --- a/gfx/minigames/slots.png +++ b/gfx/minigames/slots_1.png diff --git a/gfx/minigames/slots_2.png b/gfx/minigames/slots_2.png Binary files differindex cae4177..97d7fb7 100644 --- a/gfx/minigames/slots_2.png +++ b/gfx/minigames/slots_2.png diff --git a/gfx/minigames/slots_3.png b/gfx/minigames/slots_3.png Binary files differnew file mode 100644 index 0000000..9ce0a0d --- /dev/null +++ b/gfx/minigames/slots_3.png diff --git a/gfx/minigames/slots_4.png b/gfx/minigames/slots_4.png Binary files differnew file mode 100644 index 0000000..aa0c685 --- /dev/null +++ b/gfx/minigames/slots_4.png diff --git a/gfx/minigames/slots_tilemap.bin b/gfx/minigames/slots_tilemap.bin Binary files differnew file mode 100644 index 0000000..68807bb --- /dev/null +++ b/gfx/minigames/slots_tilemap.bin |