Merge remote-tracking branch 'Bird/dump_slot_machine.s'

This commit is contained in:
Diegoisawesome 2018-01-18 14:19:13 -06:00
commit 7086bf0048
12 changed files with 1254 additions and 94 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
222 222 222
255 255 255
131 213 172
255 255 131
255 180 65
255 255 255
255 255 131
255 255 131
255 180 65
255 180 65
255 90 0
255 90 0
222 41 0
255 0 255
156 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
222 222 222
255 255 255
131 213 172
255 180 65
255 90 0
255 255 131
255 180 65
255 255 255
255 255 131
255 255 131
255 180 65
255 180 65
255 90 0
255 0 255
156 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
222 222 222
255 255 255
131 213 172
255 90 0
222 41 0
255 180 65
255 90 0
255 255 131
255 180 65
255 255 255
255 255 131
255 255 131
255 180 65
255 0 255
156 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
98 98 90
255 189 16
131 0 0
255 189 16
197 65 16
197 65 16
197 65 16
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
98 98 90
255 189 16
131 0 0
197 65 16
255 189 16
197 65 16
197 65 16
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
98 98 90
255 189 16
131 0 0
197 65 16
197 65 16
255 189 16
197 65 16
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
0 0 0

Binary file not shown.

View File

@ -0,0 +1 @@
 0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0¡0 4°0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0°4°0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0Ã0°4À0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0Ä0À4¢0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0Å0¢4²0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0²4²0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0²4²0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0²4²0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0²4²0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0±0²4Â0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Á0Â4

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -14,6 +14,7 @@ BATTRANSGFXDIR := graphics/battle_transitions
TYPESGFXDIR := graphics/types
RAYQUAZAGFXDIR := graphics/rayquaza_scene
ROULETTEGFXDIR := graphics/roulette
SLOTMACHINEGFXDIR := graphics/slot_machine
PKNAVGFXDIR := graphics/pokenav/
PKNAVOPTIONSGFXDIR := graphics/pokenav/options
PSSGFXDIR := graphics/pokemon_storage
@ -465,6 +466,10 @@ $(BATTRANSGFXDIR)/frontier_square_4.4bpp: $(BATTRANSGFXDIR)/frontier_squares_bla
$(BATTRANSGFXDIR)/frontier_squares_4.4bpp
@cat $^ >$@
$(SLOTMACHINEGFXDIR)/reel_time_gfx.4bpp: $(SLOTMACHINEGFXDIR)/reel_time_pikachu.4bpp \
$(SLOTMACHINEGFXDIR)/reel_time_machine.4bpp
@cat $^ >$@
$(PKNAVOPTIONSGFXDIR)/options.4bpp: $(PKNAVOPTIONSGFXDIR)/hoenn_map.4bpp \
$(PKNAVOPTIONSGFXDIR)/condition.4bpp \
$(PKNAVOPTIONSGFXDIR)/match_call.4bpp \