mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
clean up reel_time_gfx
This commit is contained in:
parent
442398261e
commit
173c5923cb
@ -1349,7 +1349,7 @@ gUnknown_085A8544:: @ 85A8544
|
||||
null_obj_pal
|
||||
|
||||
gUnknown_085A858C:: @ 85A858C
|
||||
.incbin "graphics/slot_machine/reel_pikachu_and_machine.4bpp.lz"
|
||||
.incbin "graphics/slot_machine/reel_time_gfx.4bpp.lz"
|
||||
|
||||
gUnknown_085A96E0:: @ 85A96E0
|
||||
@if anyone knows what this tilemap is please do share
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
BIN
graphics/slot_machine/reel_time_machine.png
Executable file
BIN
graphics/slot_machine/reel_time_machine.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 954 B |
BIN
graphics/slot_machine/reel_time_pikachu.png
Executable file
BIN
graphics/slot_machine/reel_time_pikachu.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -16,6 +16,7 @@ rayquazadir := graphics/rayquaza_scene
|
||||
roulettegfxdir := graphics/roulette
|
||||
pknvdir := graphics/pokenav/
|
||||
pknvoptionsdir := graphics/pokenav/options
|
||||
slotmachinedir := graphics/slot_machine
|
||||
|
||||
types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark
|
||||
contest_types := cool beauty cute smart tough
|
||||
@ -464,6 +465,10 @@ $(bttransgfxdir)/frontier_square_4.4bpp: $(bttransgfxdir)/frontier_squares_blank
|
||||
$(bttransgfxdir)/frontier_squares_4.4bpp
|
||||
@cat $^ >$@
|
||||
|
||||
$(slotmachinedir)/reel_time_gfx.4bpp: $(slotmachinedir)/reel_time_pikachu.4bpp \
|
||||
$(slotmachinedir)/reel_time_machine.4bpp
|
||||
@cat $^ >$@
|
||||
|
||||
$(pknvoptionsdir)/options.4bpp: $(pknvoptionsdir)/hoenn_map.4bpp \
|
||||
$(pknvoptionsdir)/condition.4bpp \
|
||||
$(pknvoptionsdir)/match_call.4bpp \
|
||||
|
Loading…
Reference in New Issue
Block a user