diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 01:44:39 -0500 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 01:44:39 -0500 |
commit | 9c4be8a91e0df8c2eb8a75a5108898d4f33d01de (patch) | |
tree | 1dd71ea866850c70bf97e632ba0923987cad4143 /constants | |
parent | 4e530306781ccebf483dd86c39bd53bd4ca97fbd (diff) |
Disassemble Slot Machine and Others
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/slotmachine_constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
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
|