mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Consolidate coord macros
This commit is contained in:
parent
0ad1153f16
commit
148d3f3cf2
58 changed files with 528 additions and 539 deletions
|
|
@ -20,7 +20,7 @@ GiveFossilToCinnabarLab: ; 61006 (18:5006)
|
|||
dec l
|
||||
ld b, l
|
||||
ld c, $d
|
||||
hlCoord 0, 0
|
||||
coord hl, 0, 0
|
||||
call TextBoxBorder
|
||||
call UpdateSprites
|
||||
call Func_610c2
|
||||
|
|
@ -101,7 +101,7 @@ Func_610c2: ; 610c2 (18:50c2)
|
|||
push hl
|
||||
ld [wd11e], a
|
||||
call GetItemName
|
||||
hlCoord 2, 2
|
||||
coord hl, 2, 2
|
||||
ld a, [$ffdb]
|
||||
ld bc, SCREEN_WIDTH * 2
|
||||
call AddNTimes
|
||||
|
|
|
|||
|
|
@ -704,7 +704,7 @@ GetTileSpriteStandsOn: ; 5207 (1:5207)
|
|||
add SCREEN_WIDTH ; screen X tile + 20
|
||||
ld d, $0
|
||||
ld e, a
|
||||
hlCoord 0, 0
|
||||
coord hl, 0, 0
|
||||
add hl, bc
|
||||
add hl, bc
|
||||
add hl, bc
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue