diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 02:48:18 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 02:48:18 +1200 |
commit | e25a6c2e23f45c2763631f8c9a9ac56e5d0d2879 (patch) | |
tree | 28817608f4f1241fe200cd2b87e303608703168c /engine/learn_move.asm | |
parent | ce685ac9638b0c6d42168d7c8d37a237b1ce49be (diff) |
5 more
Diffstat (limited to 'engine/learn_move.asm')
-rwxr-xr-x | engine/learn_move.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/learn_move.asm b/engine/learn_move.asm index ba73d4c0..1eda3a60 100755 --- a/engine/learn_move.asm +++ b/engine/learn_move.asm @@ -76,8 +76,8 @@ DontAbandonLearning: AbandonLearning: ld hl, AbandonLearningText call PrintText - coord hl, 14, 7 - lb bc, 8, 15 + coord hl, 13, 7 + lb bc, 8, 14 ld a, TWO_OPTION_MENU ld [wTextBoxID], a call DisplayTextBoxID ; yes/no menu @@ -99,8 +99,8 @@ TryingToLearn: push hl ld hl, TryingToLearnText call PrintText - coord hl, 14, 7 - lb bc, 8, 15 + coord hl, 13, 7 + lb bc, 8, 14 ld a, TWO_OPTION_MENU ld [wTextBoxID], a call DisplayTextBoxID ; yes/no menu |