aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
commitc69fadf00ae8082df102005f834fc8d395870826 (patch)
tree030d8f465cbeaf84c68f79bab8345721b4ce55ef /engine/slot_machine.asm
parentengine/menu/party_menu.asm (diff)
downloadpokeyellow-c69fadf00ae8082df102005f834fc8d395870826.tar.gz
pokeyellow-c69fadf00ae8082df102005f834fc8d395870826.tar.xz
pokeyellow-c69fadf00ae8082df102005f834fc8d395870826.zip
engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index 0b72d7e5..f6b7c029 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -851,17 +851,17 @@ LoadSlotMachineTiles: ; 378a8 (d:78a8)
ld de, vChars0
ld bc, $1c0
ld a, BANK(SlotMachineTiles2)
- call FarCopyData2
+ call FarCopyData
ld hl, SlotMachineTiles1
ld de, vChars2
ld bc, $250
ld a, BANK(SlotMachineTiles1)
- call FarCopyData2
+ call FarCopyData
ld hl, SlotMachineTiles2
ld de, vChars2 + $250
ld bc, $1c0
ld a, BANK(SlotMachineTiles2)
- call FarCopyData2
+ call FarCopyData
ld hl, SlotMachineMap
coord de, 0, 0
ld bc, $00f0