mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
add SaffronPokecenter blocks and texts
hg-commit-id: 83f3135b6883
This commit is contained in:
parent
dfade84e47
commit
febb075ea6
12
common.asm
12
common.asm
|
|
@ -30798,6 +30798,7 @@ MuseumF1Blocks: ; 40
|
||||||
MuseumF2Blocks: ; 28
|
MuseumF2Blocks: ; 28
|
||||||
INCBIN "maps/museumf2.blk"
|
INCBIN "maps/museumf2.blk"
|
||||||
|
|
||||||
|
SaffronPokecenterBlocks:
|
||||||
VermilionPokecenterBlocks:
|
VermilionPokecenterBlocks:
|
||||||
LavenderPokecenterBlocks:
|
LavenderPokecenterBlocks:
|
||||||
PewterPokecenterBlocks: ; 28
|
PewterPokecenterBlocks: ; 28
|
||||||
|
|
@ -32568,7 +32569,7 @@ SilphCo1Blocks: ; 135
|
||||||
SaffronPokecenter_h: ; 0x5d529 to 0x5d535 (12 bytes) (id=182)
|
SaffronPokecenter_h: ; 0x5d529 to 0x5d535 (12 bytes) (id=182)
|
||||||
db $06 ; tileset
|
db $06 ; tileset
|
||||||
db $04, $07 ; dimensions (y, x)
|
db $04, $07 ; dimensions (y, x)
|
||||||
dw $4064, $553b, SaffronPokecenterScript ; blocks, texts, scripts
|
dw SaffronPokecenterBlocks, SaffronPokecenterTexts, SaffronPokecenterScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw SaffronPokecenterObject ; objects
|
dw SaffronPokecenterObject ; objects
|
||||||
|
|
@ -32578,10 +32579,13 @@ SaffronPokecenterScript: ; 0x5d535
|
||||||
jp $3c3c
|
jp $3c3c
|
||||||
; 0x5d53b
|
; 0x5d53b
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5d53b,$9
|
SaffronPokecenterTexts:
|
||||||
|
dw SaffronPokecenterText1, SaffronPokecenterText2, SaffronPokecenterText3, SaffronPokecenterText4
|
||||||
|
|
||||||
SaffronPokecenterText2: ; maybe
|
SaffronPokecenterText1: ; 0x5d542
|
||||||
SaffronPokecenterText1: ; 0x5d543
|
db $ff
|
||||||
|
|
||||||
|
SaffronPokecenterText2: ; 0x5d543
|
||||||
TX_FAR _SaffronPokecenterText1
|
TX_FAR _SaffronPokecenterText1
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5d548,$5d549 - $5d548
|
INCBIN "baserom.gbc",$5d548,$5d549 - $5d548
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue