mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Yellow’s slot machine graphics.
This commit is contained in:
parent
5459477ecd
commit
d0bb99ec89
|
@ -373,6 +373,9 @@ ENDC
|
|||
IF DEF(_BLUE)
|
||||
INCBIN "gfx/blue/slotmachine2.2bpp"
|
||||
ENDC
|
||||
INF DEF(_YELLOW)
|
||||
INCBIN "gfx/yellow/slotmachine2.2bpp"
|
||||
ENDC
|
||||
|
||||
MoveAnimation: ; 78d5e (1e:4d5e)
|
||||
push hl
|
||||
|
|
|
@ -868,3 +868,6 @@ ENDC
|
|||
IF DEF(_BLUE)
|
||||
INCBIN "gfx/blue/slotmachine1.2bpp"
|
||||
ENDC
|
||||
IF DEF(_YELLOW)
|
||||
INCBIN "gfx/yellow/slotmachine1.2bpp"
|
||||
ENDC
|
||||
|
|
BIN
gfx/yellow/slotmachine1.png
Normal file
BIN
gfx/yellow/slotmachine1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 470 B |
BIN
gfx/yellow/slotmachine2.png
Normal file
BIN
gfx/yellow/slotmachine2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 379 B |
Loading…
Reference in a new issue