diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-19 11:36:14 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-19 11:36:14 -0400 |
commit | 0447ee0cf95d2defb9a202def65288aa5bf1410b (patch) | |
tree | db0a67dcb406514756a94e2a3053b72e105b761e /engine/unown_puzzle.asm | |
parent | 12070ca50067d3abe36a730190f88ee43f2cace9 (diff) |
Relabel some map-related WRAM
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608}
wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList}
Diffstat (limited to 'engine/unown_puzzle.asm')
-rwxr-xr-x | engine/unown_puzzle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/unown_puzzle.asm b/engine/unown_puzzle.asm index 83527ea69..300f07de4 100755 --- a/engine/unown_puzzle.asm +++ b/engine/unown_puzzle.asm @@ -14,8 +14,8 @@ _UnownPuzzle: ; e1190 xor a ld [hBGMapMode], a call DisableLCD - ld hl, wMisc ; includes wPuzzlePieces - ld bc, wMiscEnd - wMisc + ld hl, wc608 ; includes wPuzzlePieces + ld bc, wc7e8 - wc608 xor a call ByteFill ld hl, UnownPuzzleCursorGFX |