diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-02-09 18:03:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-09 18:03:07 -0500 |
| commit | b791198f74e55ff6a96d33784d9661854dbca113 (patch) | |
| tree | 17c78e5808c557144605884de2cdc99ddfdd0ebd /engine/games | |
| parent | 4fe0d93d4c0536b3517ba4b58822e5f6b1019382 (diff) | |
| parent | 349664ec15995b40151378bbfc405930d47a3c5c (diff) | |
Merge pull request #596 from Rangi42/master
Remove the nested UNION within battle WRAM
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 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 |
