summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-04-17 02:48:18 +1200
committereinstein95 <einstein95@users.noreply.github.com>2017-04-17 02:48:18 +1200
commite25a6c2e23f45c2763631f8c9a9ac56e5d0d2879 (patch)
tree28817608f4f1241fe200cd2b87e303608703168c /engine/overworld
parentce685ac9638b0c6d42168d7c8d37a237b1ce49be (diff)
5 more
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/pokemart.asm8
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