diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-14 09:16:51 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-14 09:16:51 -0400 |
commit | dd97bedd52f97122c0d4a06eb30c0b571ddda343 (patch) | |
tree | 3c94593ff472eca436350f97ec5ce636e0706c00 /engine/games | |
parent | d6a0b6347c922d13d09d69583ecb5abe9ecd4fc4 (diff) |
Update for unused wram and event flags.
Diffstat (limited to 'engine/games')
-rw-r--r-- | engine/games/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/games/slot_machine.asm b/engine/games/slot_machine.asm index 7c017a6a..94ba474f 100644 --- a/engine/games/slot_machine.asm +++ b/engine/games/slot_machine.asm @@ -249,7 +249,7 @@ Unreferenced_Function92d7a: Unreferenced_Function92d95: ; animate OAM tiles? - ld hl, wSlotsCE66 + ld hl, wce66 ld a, [hl] inc [hl] and $7 |