From 3fdb8a0d8995746d5605136ece384516338489b0 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 7 Feb 2015 02:43:08 -0800 Subject: serial/trade/misc --- engine/game_corner_slots.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/game_corner_slots.asm') diff --git a/engine/game_corner_slots.asm b/engine/game_corner_slots.asm index 0ab74927..52f61daf 100755 --- a/engine/game_corner_slots.asm +++ b/engine/game_corner_slots.asm @@ -10,7 +10,7 @@ StartSlotMachine: ; 37e2d (d:7e2d) ld a, [wTrainerSpriteOffset] and a ret z - ld a, [wcd05] + ld a, [wUnknownSlotVar] ld b, a ld a, [wTrainerFacingDirection] inc a -- cgit v1.3.1-sl0p