diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
| commit | 7ee8a6509e323ec012ece6273809e46830c29239 (patch) | |
| tree | a58c8343919f9be0f208733f77506d783e5c269c /engine/slots | |
| parent | 236426138bf085c4b7b854b43d910370fffca290 (diff) | |
wcf4b -> wStringBuffer
Diffstat (limited to 'engine/slots')
| -rw-r--r-- | engine/slots/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index fe137632..1c2bb4c9 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -445,7 +445,7 @@ SlotMachine_CheckForMatches: ld a, [hli] ld h, [hl] ld l, a - ld de, wcf4b + ld de, wStringBuffer ld bc, 4 call CopyData pop hl |
