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
|
|
@ -93,22 +93,18 @@ Func_76610: ; 76610 (1d:6610)
|
|||
ld b, $0B
|
||||
ld c, 0
|
||||
call GoPAL_SET
|
||||
FuncCoord 12, 5
|
||||
ld hl, Coord
|
||||
hlCoord 12, 5
|
||||
call GetMonHeader
|
||||
call LoadFrontSpriteByMonIndex
|
||||
call GBPalNormal
|
||||
FuncCoord 0, 13
|
||||
ld hl, Coord
|
||||
hlCoord 0, 13
|
||||
ld b, 2
|
||||
ld c, $12
|
||||
call TextBoxBorder
|
||||
FuncCoord 1, 15
|
||||
ld hl, Coord
|
||||
hlCoord 1, 15
|
||||
ld de, HallOfFameNoText
|
||||
call PlaceString
|
||||
FuncCoord 16, 15
|
||||
ld hl, Coord
|
||||
hlCoord 16, 15
|
||||
ld de, wcd42
|
||||
ld bc, $0103
|
||||
call PrintNumber
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue