summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-08-05 16:20:29 -0500
committerdannye <corrnondacqb@yahoo.com>2015-08-05 16:25:58 -0500
commitf8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a (patch)
tree53ef4ec4b7ab591f1ba98322405c6b1e645a21e2 /engine/save.asm
parent891627d4ba193dd839e03e9e30f1e492e57eac9f (diff)
Use more lb
and other clean up
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/save.asm b/engine/save.asm
index 70295044..dfc50616 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -155,8 +155,8 @@ SaveSAV: ; 7370a (1c:770a)
.save
call SaveSAVtoSRAM
coord hl, 1, 13
- ld bc,$0412
- call ClearScreenArea ; clear area 4x12 starting at 13,1
+ lb bc, 4, 18
+ call ClearScreenArea
coord hl, 1, 14
ld de,NowSavingString
call PlaceString
@@ -176,7 +176,7 @@ NowSavingString:
SaveSAVConfirm: ; 73768 (1c:7768)
call PrintText
coord hl, 0, 7
- ld bc,$0801
+ lb bc, 8, 1
ld a,TWO_OPTION_MENU
ld [wTextBoxID],a
call DisplayTextBoxID ; yes/no menu