mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-01 17:17:59 +13:00
Use *Coord instead of FuncCoord
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
This commit is contained in:
parent
b36f793667
commit
bd533aa79b
53 changed files with 519 additions and 975 deletions
|
|
@ -17,18 +17,15 @@ VendingMachineMenu: ; 74ee0 (1d:4ee0)
|
|||
ld [wTopMenuItemX], a ; wTopMenuItemX
|
||||
ld hl, wd730
|
||||
set 6, [hl]
|
||||
FuncCoord 0, 3
|
||||
ld hl, Coord
|
||||
hlCoord 0, 3
|
||||
ld b, $8
|
||||
ld c, $c
|
||||
call TextBoxBorder
|
||||
call UpdateSprites
|
||||
FuncCoord 2, 5
|
||||
ld hl, Coord
|
||||
hlCoord 2, 5
|
||||
ld de, DrinkText
|
||||
call PlaceString
|
||||
FuncCoord 9, 6
|
||||
ld hl, Coord
|
||||
hlCoord 9, 6
|
||||
ld de, DrinkPriceText
|
||||
call PlaceString
|
||||
ld hl, wd730
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue