mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use more *Coord
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
This commit is contained in:
parent
822bb2bd21
commit
b509b48a7f
32 changed files with 182 additions and 179 deletions
|
|
@ -51,7 +51,7 @@ BikeShopText1: ; 1d745 (7:5745)
|
|||
ld [wTopMenuItemX], a
|
||||
ld hl, wd730
|
||||
set 6, [hl]
|
||||
ld hl, wTileMap
|
||||
hlCoord 0, 0
|
||||
ld b, $4
|
||||
ld c, $f
|
||||
call TextBoxBorder
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ CeladonMartRoofScript_4840c: ; 4840c (12:440c)
|
|||
dec l
|
||||
ld b, l
|
||||
ld c, $c
|
||||
ld hl, wTileMap
|
||||
hlCoord 0, 0
|
||||
call TextBoxBorder
|
||||
call UpdateSprites
|
||||
call CeladonMartRoofScript_48532
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ RedsHouse1FTextPointers: ; 4816b (12:416b)
|
|||
dw RedsHouse1FText1
|
||||
dw RedsHouse1FText2
|
||||
|
||||
RedsHouse1FText1: ; 4816f (12:416f) ; 416F Mom
|
||||
RedsHouse1FText1: ; 4816f (12:416f) Mom
|
||||
TX_ASM
|
||||
ld a, [wd72e]
|
||||
bit 3, a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue