summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/save.asm b/engine/save.asm
index a75ec41c..bd557135 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -61,7 +61,7 @@ LoadSAV0: ; 73994 (1c:7994)
ld de, wMainDataStart
ld bc, wMainDataEnd - wMainDataStart
call CopyData
- ld hl, W_CURMAPTILESET
+ ld hl, wCurMapTileset
set 7, [hl]
ld hl, sSpriteData
ld de, wSpriteDataStart
@@ -554,7 +554,7 @@ GetMonCountsForAllBoxes: ; 73a84 (1c:7a84)
ld c, a
ld b, 0
add hl, bc
- ld a, [W_NUMINBOX]
+ ld a, [wNumInBox]
ld [hl], a
ret