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/overworld | |
parent | ce685ac9638b0c6d42168d7c8d37a237b1ce49be (diff) |
5 more
Diffstat (limited to 'engine/overworld')
-rwxr-xr-x | engine/overworld/pokemart.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/pokemart.asm b/engine/overworld/pokemart.asm index 606e0581..a8f3fae6 100755 --- a/engine/overworld/pokemart.asm +++ b/engine/overworld/pokemart.asm @@ -84,8 +84,8 @@ DisplayPokemartDialogue_: ld hl,PokemartTellSellPriceText lb bc, 14, 1 ; location that PrintText always prints to, this is useless 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 @@ -162,8 +162,8 @@ DisplayPokemartDialogue_: call CopyStringToCF50 ; copy name to wcf50 ld hl,PokemartTellBuyPriceText 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 |