summaryrefslogtreecommitdiff
path: root/engine/debug.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-03-19 11:36:14 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-03-19 11:36:14 -0400
commit0447ee0cf95d2defb9a202def65288aa5bf1410b (patch)
treedb0a67dcb406514756a94e2a3053b72e105b761e /engine/debug.asm
parent12070ca50067d3abe36a730190f88ee43f2cace9 (diff)
Relabel some map-related WRAM
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608} wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList}
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-xengine/debug.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/debug.asm b/engine/debug.asm
index 4c3110fe1..d148af542 100755
--- a/engine/debug.asm
+++ b/engine/debug.asm
@@ -71,7 +71,7 @@ Function818f4: ; 818f4
ld hl, PokemonPalettes
Function818fd: ; 818fd
- ld de, wOverworldMap
+ ld de, wOverworldMapBlocks
ld c, NUM_POKEMON + 1
.asm_81902
push bc
@@ -87,7 +87,7 @@ Function818fd: ; 818fd
Function81911: ; 81911
ld hl, TrainerPalettes
- ld de, wOverworldMap
+ ld de, wOverworldMapBlocks
ld c, NUM_TRAINER_CLASSES
.asm_81919
push bc
@@ -424,7 +424,7 @@ Function81bf4: ; 81bf4
ld h, $0
add hl, hl
add hl, hl
- ld de, wOverworldMap
+ ld de, wOverworldMapBlocks
add hl, de
ld de, wc608
ld bc, 4
@@ -876,7 +876,7 @@ Function81eca: ; 81eca
ld h, $0
add hl, hl
add hl, hl
- ld de, wOverworldMap
+ ld de, wOverworldMapBlocks
add hl, de
ld e, l
ld d, h