diff options
| author | Colton G. Rushton <colton51919@gmail.com> | 2022-07-09 18:18:18 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-09 17:18:18 -0400 |
| commit | cc46b0e510e07f2e7a0d14732c02a2f416eac9e1 (patch) | |
| tree | 2c3123876e48b8888b940aa239139c64e1eade82 /engine/slots | |
| parent | Remove comment about addresses (diff) | |
| download | pokeyellow-cc46b0e510e07f2e7a0d14732c02a2f416eac9e1.tar.gz pokeyellow-cc46b0e510e07f2e7a0d14732c02a2f416eac9e1.tar.xz pokeyellow-cc46b0e510e07f2e7a0d14732c02a2f416eac9e1.zip | |
wOAMBuffer -> wShadowOAM (#370)
Diffstat (limited to 'engine/slots')
| -rw-r--r-- | engine/slots/slot_machine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index 1c2bb4c9..6dd3b42d 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -757,7 +757,7 @@ SlotMachine_UpdateBallTiles: SlotMachine_AnimWheel1: ld bc, SlotMachineWheel1 ld de, wSlotMachineWheel1Offset - ld hl, wOAMBuffer + ld hl, wShadowOAMSprite00 ld a, $30 ld [wBaseCoordX], a jr SlotMachine_AnimWheel @@ -765,7 +765,7 @@ SlotMachine_AnimWheel1: SlotMachine_AnimWheel2: ld bc, SlotMachineWheel2 ld de, wSlotMachineWheel2Offset - ld hl, wOAMBuffer + $30 + ld hl, wShadowOAMSprite12 ld a, $50 ld [wBaseCoordX], a jr SlotMachine_AnimWheel @@ -773,7 +773,7 @@ SlotMachine_AnimWheel2: SlotMachine_AnimWheel3: ld bc, SlotMachineWheel3 ld de, wSlotMachineWheel3Offset - ld hl, wOAMBuffer + $60 + ld hl, wShadowOAMSprite24 ld a, $70 ld [wBaseCoordX], a |
