Disassemble Slot Machine and Others

This commit is contained in:
U-Fish-PC\Daniel 2013-12-11 01:44:39 -05:00
parent 4e53030678
commit 9c4be8a91e
5 changed files with 1250 additions and 79 deletions

View File

@ -72,6 +72,8 @@ INCLUDE "constants/palette_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/map_dimensions.asm"
INCLUDE "constants/slotmachine_constants.asm"
; Evolution types
EV_LEVEL EQU 1
EV_ITEM EQU 2

View 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

Binary file not shown.

BIN
gfx/red/slotmachine1.2bpp Normal file → Executable file

Binary file not shown.

1321
main.asm

File diff suppressed because it is too large Load Diff