diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
| commit | 148d3f3cf28f9c270e3d5043af0692d95bc731c5 (patch) | |
| tree | cf803f89ccc700b679154cee4dad3312d108c1cc /engine/overworld/pokemart.asm | |
| parent | Simplify map connections (diff) | |
| download | pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.gz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.xz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.zip | |
Consolidate coord macros
Diffstat (limited to 'engine/overworld/pokemart.asm')
| -rwxr-xr-x | engine/overworld/pokemart.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/pokemart.asm b/engine/overworld/pokemart.asm index e6fdfc92..ebc99eed 100755 --- a/engine/overworld/pokemart.asm +++ b/engine/overworld/pokemart.asm @@ -84,7 +84,7 @@ DisplayPokemartDialogue_: ; 6c20 (1:6c20) ld hl,PokemartTellSellPriceText ld bc,$0e01 call PrintText - hlCoord 14, 7 + coord hl, 14, 7 ld bc,$080f ld a,TWO_OPTION_MENU ld [wTextBoxID],a @@ -162,7 +162,7 @@ DisplayPokemartDialogue_: ; 6c20 (1:6c20) call CopyStringToCF4B ; copy name to wcf4b ld hl,PokemartTellBuyPriceText call PrintText - hlCoord 14, 7 + coord hl, 14, 7 ld bc,$080f ld a,TWO_OPTION_MENU ld [wTextBoxID],a |
