mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-30 06:03:17 +13:00
found Route11Texts
hg-commit-id: 2d51934a7079
This commit is contained in:
parent
e6b938b99f
commit
b3032ce520
14
common.asm
14
common.asm
|
|
@ -29125,7 +29125,7 @@ Route6Blocks: ; 180
|
||||||
Route8_h: ; 0x5812d to 0x5814f (34 bytes) (id=19)
|
Route8_h: ; 0x5812d to 0x5814f (34 bytes) (id=19)
|
||||||
db $00 ; tileset
|
db $00 ; tileset
|
||||||
db $09, $1e ; dimensions (y, x)
|
db $09, $1e ; dimensions (y, x)
|
||||||
dw Route8Blocks, $51cf, Route8Script ; blocks, texts, scripts
|
dw Route8Blocks, Route8Texts, Route8Script ; blocks, texts, scripts
|
||||||
db WEST | EAST ; connections
|
db WEST | EAST ; connections
|
||||||
|
|
||||||
; connections data
|
; connections data
|
||||||
|
|
@ -29239,7 +29239,7 @@ Route10Blocks: ; 360
|
||||||
Route11_h: ; 0x584be to 0x584e0 (34 bytes) (id=22)
|
Route11_h: ; 0x584be to 0x584e0 (34 bytes) (id=22)
|
||||||
db $00 ; tileset
|
db $00 ; tileset
|
||||||
db $09, $1e ; dimensions (y, x)
|
db $09, $1e ; dimensions (y, x)
|
||||||
dw Route11Blocks, $5465, Route11Script ; blocks, texts, scripts
|
dw Route11Blocks, Route11Texts, Route11Script ; blocks, texts, scripts
|
||||||
db WEST | EAST ; connections
|
db WEST | EAST ; connections
|
||||||
|
|
||||||
; connections data
|
; connections data
|
||||||
|
|
@ -29613,7 +29613,10 @@ Route8Script: ; 0x591b6
|
||||||
ret
|
ret
|
||||||
; 0x591c9
|
; 0x591c9
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$591c9,$a0
|
INCBIN "baserom.gbc",$591c9,$591cf - $591c9
|
||||||
|
|
||||||
|
Route8Texts: ; 0x591cf
|
||||||
|
INCBIN "baserom.gbc",$591cf,$59269 - $591cf
|
||||||
|
|
||||||
Route8Text2: ; 0x59269
|
Route8Text2: ; 0x59269
|
||||||
db $08 ; asm
|
db $08 ; asm
|
||||||
|
|
@ -29767,7 +29770,10 @@ Route11Script: ; 0x5944c
|
||||||
ret
|
ret
|
||||||
; 0x5945f
|
; 0x5945f
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5945f,$ae
|
INCBIN "baserom.gbc",$5945f,$59465 - $5945f
|
||||||
|
|
||||||
|
Route11Texts: ; 0x59465
|
||||||
|
INCBIN "baserom.gbc",$59465,$5950d - $59465
|
||||||
|
|
||||||
Route11Text2: ; 0x5950d
|
Route11Text2: ; 0x5950d
|
||||||
db $08 ; asm
|
db $08 ; asm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue