summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-01-09 06:06:10 +1300
committereinstein95 <einstein95@users.noreply.github.com>2017-01-09 06:06:10 +1300
commit653072192ccd9759ff44d8c86f8dc10a19756208 (patch)
tree72937492c7be9576f3ad6d1cd531bc77b5686d2a /engine/save.asm
parentf2c38581b05ccddd18cd937b3552958de9353696 (diff)
Almost done
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 78527c65..d6ea8c7d 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -441,14 +441,14 @@ DisplayChangeBoxMenu:
call TextBoxBorder
ld hl, ChooseABoxText
call PrintText
- coord hl, 9, 0
+ coord hl, 11, 0
ld b, 12
ld c, 7
call TextBoxBorder
ld hl, hFlags_0xFFF6
set 2, [hl]
ld de, BoxNames
- coord hl, 11, 1
+ coord hl, 13, 1
call PlaceString
ld hl, hFlags_0xFFF6
res 2, [hl]
@@ -457,7 +457,7 @@ DisplayChangeBoxMenu:
cp 9
jr c, .singleDigitBoxNum
sub 9
- coord hl, 6, 2
+ coord hl, 8, 2
ld [hl], "1"
add "0"
jr .next