diff options
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-x | engine/save.asm | 2 |
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 |