diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-15 11:58:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-15 11:58:01 -0400 |
commit | dba7f59d83c0850c86dd3009d63b2bdeeb0fed68 (patch) | |
tree | 60af49706ea544536733e7b57be7ba65bd4f7d0c /engine/games | |
parent | 33ad00f1abfd791734dcbe33e79f0a49af32958d (diff) |
More OAM coordinate consistency
Diffstat (limited to 'engine/games')
-rw-r--r-- | engine/games/unown_puzzle.asm | 4 |
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 |