summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-28 10:57:04 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-28 10:57:04 -0500
commit57d4cb0edfd62ca403b1470c67ac4efbd761ec5a (patch)
tree427023b8c124e46cf5bc29d3af564ccf536af431 /engine/slot_machine.asm
parentf030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (diff)
trainer card
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index 6ca93fab6..abdf6cd53 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -39,7 +39,7 @@ _SlotMachine:
ld bc, VBGMap1 - VBGMap0
ld a, " "
call ByteFill
- ld b, SCGB_05
+ ld b, SCGB_SLOT_MACHINE
call GetSGBLayout
callab ClearSpriteAnims
ld hl, wSlots