summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-01-09 14:32:16 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-01-09 14:32:16 -0500
commitc99606ee2467382d1c447ccefd529477aa72dce7 (patch)
tree5ea1c92e5e37833f8f1fdd69527d0334a50af02f /engine/save.asm
parent94eee4e89ef5c0857599c2951befee9dc709ae85 (diff)
Minor fixes
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm
index bd557135..5a144d10 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -363,7 +363,7 @@ ChangeBox:: ; 73bed (1c:7bed)
call GetBoxSRAMLocation
ld de, wBoxDataStart
call CopyBoxToOrFromSRAM ; copy new box from SRAM to WRAM
- ld hl, W_MAPTEXTPTR
+ ld hl, wMapTextPtr
ld de, wChangeBoxSavedMapTextPointer
ld a, [hli]
ld [de], a