summaryrefslogtreecommitdiff
path: root/mobile
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 /mobile
parent12070ca50067d3abe36a730190f88ee43f2cace9 (diff)
Relabel some map-related WRAM
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608} wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList}
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_40.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index a4cc4ccb8..79324161a 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -75,8 +75,8 @@ SetRAMStateForMobile: ; 100063
EnableMobile: ; 100082
xor a
- ld hl, wOverworldMap
- ld bc, wOverworldMapEnd - wOverworldMap
+ ld hl, wOverworldMapBlocks
+ ld bc, wOverworldMapBlocksEnd - wOverworldMapBlocks
call ByteFill
di