From 7ee8a6509e323ec012ece6273809e46830c29239 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 28 Aug 2021 17:02:20 -0400 Subject: wcf4b -> wStringBuffer --- engine/slots/slot_machine.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/slots') 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 -- cgit v1.3.1-sl0p