diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-30 18:59:48 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-30 19:29:34 -0500 |
commit | 88465686cf64103effcf08ec9be276283d1f68c7 (patch) | |
tree | 5322f516be9b24f6757d6c4aa06fbc63cdc46821 /engine | |
parent | 4fe0d93d4c0536b3517ba4b58822e5f6b1019382 (diff) |
Remove the nested UNION within battle WRAM
Diffstat (limited to 'engine')
-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 f6bbd18d2..4dfebb9b0 100644 --- a/engine/games/unown_puzzle.asm +++ b/engine/games/unown_puzzle.asm @@ -14,8 +14,8 @@ _UnownPuzzle: xor a ldh [hBGMapMode], a call DisableLCD - ld hl, wc608 ; includes wPuzzlePieces - ld bc, wc7e8 - wc608 + ld hl, wUnownPuzzle ; includes wPuzzlePieces + ld bc, wUnownPuzzleEnd - wUnownPuzzle xor a call ByteFill ld hl, UnownPuzzleCursorGFX |