mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Disassemble Slot Machine and Others
This commit is contained in:
parent
4e53030678
commit
9c4be8a91e
|
@ -72,6 +72,8 @@ INCLUDE "constants/palette_constants.asm"
|
||||||
INCLUDE "constants/map_constants.asm"
|
INCLUDE "constants/map_constants.asm"
|
||||||
INCLUDE "constants/map_dimensions.asm"
|
INCLUDE "constants/map_dimensions.asm"
|
||||||
|
|
||||||
|
INCLUDE "constants/slotmachine_constants.asm"
|
||||||
|
|
||||||
; Evolution types
|
; Evolution types
|
||||||
EV_LEVEL EQU 1
|
EV_LEVEL EQU 1
|
||||||
EV_ITEM EQU 2
|
EV_ITEM EQU 2
|
||||||
|
|
6
constants/slotmachine_constants.asm
Executable file
6
constants/slotmachine_constants.asm
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
SLOTS7 EQU $0200
|
||||||
|
SLOTSBAR EQU $0604
|
||||||
|
SLOTSCHERRY EQU $0A08
|
||||||
|
SLOTSFISH EQU $0E0C
|
||||||
|
SLOTSBIRD EQU $1210
|
||||||
|
SLOTSMOUSE EQU $1614
|
BIN
gfx/blue/slotmachine1.2bpp
Normal file → Executable file
BIN
gfx/blue/slotmachine1.2bpp
Normal file → Executable file
Binary file not shown.
BIN
gfx/red/slotmachine1.2bpp
Normal file → Executable file
BIN
gfx/red/slotmachine1.2bpp
Normal file → Executable file
Binary file not shown.
Loading…
Reference in a new issue