summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-15 11:58:01 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-15 11:58:01 -0400
commitdba7f59d83c0850c86dd3009d63b2bdeeb0fed68 (patch)
tree60af49706ea544536733e7b57be7ba65bd4f7d0c /engine/games
parent33ad00f1abfd791734dcbe33e79f0a49af32958d (diff)
More OAM coordinate consistency
Diffstat (limited to 'engine/games')
-rw-r--r--engine/games/unown_puzzle.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/unown_puzzle.asm b/engine/games/unown_puzzle.asm
index fb88d93b6..40c6527d9 100644
--- a/engine/games/unown_puzzle.asm
+++ b/engine/games/unown_puzzle.asm
@@ -19,11 +19,11 @@ _UnownPuzzle:
xor a
call ByteFill
ld hl, UnownPuzzleCursorGFX
- ld de, vTiles1 tile $60
+ ld de, vTiles0 tile $e0
ld bc, 4 tiles
call CopyBytes
ld hl, UnownPuzzleStartCancelLZ
- ld de, vTiles1 tile $6d
+ ld de, vTiles0 tile $ed
call Decompress
call LoadUnownPuzzlePiecesGFX
hlcoord 0, 0