aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/pokemart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/pokemart.asm')
-rwxr-xr-xengine/events/pokemart.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/pokemart.asm b/engine/events/pokemart.asm
index 3345f540..c7cb8115 100755
--- a/engine/events/pokemart.asm
+++ b/engine/events/pokemart.asm
@@ -84,7 +84,7 @@ DisplayPokemartDialogue_::
ld hl, PokemartTellSellPriceText
lb bc, 14, 1 ; location that PrintText always prints to, this is useless
call PrintText
- coord hl, 14, 7
+ hlcoord 14, 7
lb bc, 8, 15
ld a, TWO_OPTION_MENU
ld [wTextBoxID], a
@@ -162,7 +162,7 @@ DisplayPokemartDialogue_::
call CopyStringToCF4B ; copy name to wcf4b
ld hl, PokemartTellBuyPriceText
call PrintText
- coord hl, 14, 7
+ hlcoord 14, 7
lb bc, 8, 15
ld a, TWO_OPTION_MENU
ld [wTextBoxID], a