diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-09 14:32:16 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-09 14:32:16 -0500 |
commit | c99606ee2467382d1c447ccefd529477aa72dce7 (patch) | |
tree | 5ea1c92e5e37833f8f1fdd69527d0334a50af02f /engine/save.asm | |
parent | 94eee4e89ef5c0857599c2951befee9dc709ae85 (diff) |
Minor fixes
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 |