diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-01-26 10:29:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 22:29:07 -0500 |
commit | d9f52a57a604cc1204f6077e21d75e04cb954672 (patch) | |
tree | d1cfa2e3003c1bac1b74a3a289e01421dfcc387d /gfx | |
parent | 735e9f09a2bfc6c32ed596906c07ec501fb05070 (diff) |
Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)
Also identify SFX and cry pointers
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 |