diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 18:53:21 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 18:53:21 +0100 |
commit | 3c6c80f1b24487ae4aa9d250d1dff290f09c231e (patch) | |
tree | 5d6567d4f9fd6044bb3b7ea4af8f8dc70d8a5401 /engine/slot_machine.asm | |
parent | 69762a2bfd6b6134b99a24b3c8f091ff6a410ef9 (diff) |
LY_BLANK and rLCDC constants
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-x | engine/slot_machine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 5eb11f011..aea08f16a 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -89,7 +89,7 @@ _SlotMachine: ld hl, Options res NO_TEXT_SCROLL, [hl] ld hl, rLCDC - res 2, [hl] + res rLCDC_SPRITE_SIZE, [hl] ; 8x8 ret .InitGFX: ; 926f7 (24:66f7) @@ -134,7 +134,7 @@ _SlotMachine: call CopyBytes ld hl, rLCDC - set 2, [hl] + set rLCDC_SPRITE_SIZE, [hl] ; 8x16 call EnableLCD ld hl, wSlots ld bc, wSlotsEnd - wSlots |