diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:14:15 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:14:15 -0700 |
commit | 860296f468a0a941421d5cf8ca6a66217dc01e28 (patch) | |
tree | 0624a225fcde020648463caff3c67756a8a3b4d9 /misc/mobile_5f.asm | |
parent | 9c84a3dd2245f149b361aa7603354297b3784b3e (diff) |
Comment and label the save file.
Diffstat (limited to 'misc/mobile_5f.asm')
-rw-r--r-- | misc/mobile_5f.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm index acf5ede40..8e675e0d3 100644 --- a/misc/mobile_5f.asm +++ b/misc/mobile_5f.asm @@ -3060,7 +3060,7 @@ Function17e367: ; 17e367 push af ld a, $1 ld [rSVBK], a - callba Function14c10 + callba SaveGameData_ pop af ld [rSVBK], a ret @@ -3086,7 +3086,7 @@ Function17e395: ; 17e395 push af ld a, $1 ld [rSVBK], a - callba Function14e0c + callba SaveBox pop af ld [rSVBK], a ret |