From 9c4be8a91e0df8c2eb8a75a5108898d4f33d01de Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Wed, 11 Dec 2013 01:44:39 -0500 Subject: Disassemble Slot Machine and Others --- constants/slotmachine_constants.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 constants/slotmachine_constants.asm (limited to 'constants') diff --git a/constants/slotmachine_constants.asm b/constants/slotmachine_constants.asm new file mode 100755 index 00000000..651383e6 --- /dev/null +++ b/constants/slotmachine_constants.asm @@ -0,0 +1,6 @@ +SLOTS7 EQU $0200 +SLOTSBAR EQU $0604 +SLOTSCHERRY EQU $0A08 +SLOTSFISH EQU $0E0C +SLOTSBIRD EQU $1210 +SLOTSMOUSE EQU $1614 -- cgit v1.2.3