diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-05 16:17:47 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-05 16:17:47 -0500 |
commit | c3911c80cf8400f81518532c13912c647b81b880 (patch) | |
tree | fd6feac2d6e5355ceb24c793b4567fdaa7ce5e24 /data | |
parent | 6dc1f939e1e97563928c22950d8fa618d892c32d (diff) |
BankD misc functions
Game Corner stuff and (unused) titlescreen2.asm
Diffstat (limited to 'data')
-rwxr-xr-x | data/slot_machine_wheels.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/slot_machine_wheels.asm b/data/slot_machine_wheels.asm index 8f300152..dc9accca 100755 --- a/data/slot_machine_wheels.asm +++ b/data/slot_machine_wheels.asm @@ -1,4 +1,4 @@ -SlotMachineWheel1: ; 379e5 (d:79e5) +SlotMachineWheel1: ; 37c15 (d:7c15) dw SLOTS7 dw SLOTSMOUSE dw SLOTSFISH @@ -18,7 +18,7 @@ SlotMachineWheel1: ; 379e5 (d:79e5) dw SLOTSMOUSE dw SLOTSFISH -SlotMachineWheel2: ; 37a09 (d:7a09) +SlotMachineWheel2: ; 37c39 (d:7c39) dw SLOTS7 dw SLOTSFISH dw SLOTSCHERRY @@ -38,7 +38,7 @@ SlotMachineWheel2: ; 37a09 (d:7a09) dw SLOTSFISH dw SLOTSCHERRY -SlotMachineWheel3: ; 37a2d (d:7a2d) +SlotMachineWheel3: ; 37c5d (d:7c5d) dw SLOTS7 dw SLOTSBIRD dw SLOTSFISH |