From c99606ee2467382d1c447ccefd529477aa72dce7 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 9 Jan 2016 14:32:16 -0500 Subject: Minor fixes --- engine/save.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.2.3