diff options
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-x | engine/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 24af53357..b3341192f 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -100,7 +100,7 @@ Function927af: ; 927af (24:67af) call Function92844 call Function92b0f xor a - ld [wOAMRetentionSize], a + ld [wCurrSpriteOAMAddr], a callab DoNextFrameForFirst16Sprites call Function927f8 call Function927d3 |