mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 17:46:40 +13:00
These are coordinates on the tilemap.
hg-commit-id: a85da897ad46
This commit is contained in:
parent
77702c1fd4
commit
c48939d069
18
pokered.asm
18
pokered.asm
|
|
@ -10669,7 +10669,8 @@ INCBIN "baserom.gbc",$410E2,$2769 - $10E2
|
||||||
|
|
||||||
|
|
||||||
; XXX what do these do
|
; XXX what do these do
|
||||||
ld hl,$C3A5
|
FuncCoord 5,0
|
||||||
|
ld hl,Coord
|
||||||
ld de,OTString67E5
|
ld de,OTString67E5
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld a,[$CD3D]
|
ld a,[$CD3D]
|
||||||
|
|
@ -10680,10 +10681,12 @@ INCBIN "baserom.gbc",$410E2,$2769 - $10E2
|
||||||
ld de,$D11E
|
ld de,$D11E
|
||||||
ld bc,$8103
|
ld bc,$8103
|
||||||
call $3C5F
|
call $3C5F
|
||||||
ld hl,$C3CD
|
FuncCoord 5,2
|
||||||
|
ld hl,Coord
|
||||||
ld de,$CF4B
|
ld de,$CF4B
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld hl,$C3F8
|
FuncCoord 8,4
|
||||||
|
ld hl,Coord
|
||||||
ld de,$CD41
|
ld de,$CD41
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld hl,$C420
|
ld hl,$C420
|
||||||
|
|
@ -10691,7 +10694,8 @@ INCBIN "baserom.gbc",$410E2,$2769 - $10E2
|
||||||
ld bc,$8205
|
ld bc,$8205
|
||||||
jp $3C5F
|
jp $3C5F
|
||||||
|
|
||||||
ld hl,$C46D
|
FuncCoord 5,10
|
||||||
|
ld hl,Coord
|
||||||
ld de,OTString67E5
|
ld de,OTString67E5
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld a,[$CD3E]
|
ld a,[$CD3E]
|
||||||
|
|
@ -10702,10 +10706,12 @@ INCBIN "baserom.gbc",$410E2,$2769 - $10E2
|
||||||
ld de,$D11E
|
ld de,$D11E
|
||||||
ld bc,$8103
|
ld bc,$8103
|
||||||
call $3C5F
|
call $3C5F
|
||||||
ld hl,$C495
|
FuncCoord 5,12
|
||||||
|
ld hl,Coord
|
||||||
ld de,$CD6D
|
ld de,$CD6D
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld hl,$C4C0
|
FuncCoord 8,14
|
||||||
|
ld hl,Coord
|
||||||
ld de,$CD4E
|
ld de,$CD4E
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld hl,$C4E8
|
ld hl,$C4E8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue