diff options
Diffstat (limited to 'engine/game_corner_slots.asm')
-rwxr-xr-x | engine/game_corner_slots.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |