mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Move slot machine constants
This commit is contained in:
parent
9c4be8a91e
commit
d4d4481df0
|
@ -72,8 +72,6 @@ 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
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
SLOTS7 EQU $0200
|
|
||||||
SLOTSBAR EQU $0604
|
|
||||||
SLOTSCHERRY EQU $0A08
|
|
||||||
SLOTSFISH EQU $0E0C
|
|
||||||
SLOTSBIRD EQU $1210
|
|
||||||
SLOTSMOUSE EQU $1614
|
|
7
main.asm
7
main.asm
|
@ -49172,6 +49172,13 @@ Func_378a8: ; 378a8 (d:78a8)
|
||||||
SlotMachineMap: ; 378f5 (d:78f5)
|
SlotMachineMap: ; 378f5 (d:78f5)
|
||||||
INCBIN "gfx/tilemaps/slotmachine.map"
|
INCBIN "gfx/tilemaps/slotmachine.map"
|
||||||
|
|
||||||
|
SLOTS7 EQU $0200
|
||||||
|
SLOTSBAR EQU $0604
|
||||||
|
SLOTSCHERRY EQU $0A08
|
||||||
|
SLOTSFISH EQU $0E0C
|
||||||
|
SLOTSBIRD EQU $1210
|
||||||
|
SLOTSMOUSE EQU $1614
|
||||||
|
|
||||||
SlotMachineWheel1: ; 379e5 (d:79e5)
|
SlotMachineWheel1: ; 379e5 (d:79e5)
|
||||||
dw SLOTS7
|
dw SLOTS7
|
||||||
dw SLOTSMOUSE
|
dw SLOTSMOUSE
|
||||||
|
|
Loading…
Reference in a new issue