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