mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-09 20:51:35 +13:00
fix up RockTunnelPokecenterTexts and block
hg-commit-id: 99323d91de65
This commit is contained in:
parent
f695e08b12
commit
0c5df76256
18
common.asm
18
common.asm
|
|
@ -22391,6 +22391,8 @@ Route7Object: ; 0x48022 (size=47)
|
||||||
Route7Blocks: ; 90
|
Route7Blocks: ; 90
|
||||||
INCBIN "maps/route7.blk"
|
INCBIN "maps/route7.blk"
|
||||||
|
|
||||||
|
CeladonPokecenterBlocks:
|
||||||
|
RockTunnelPokecenterBlocks:
|
||||||
MtMoonPokecenterBlocks: ; 28
|
MtMoonPokecenterBlocks: ; 28
|
||||||
INCBIN "maps/mtmoonpokecenter.blk"
|
INCBIN "maps/mtmoonpokecenter.blk"
|
||||||
|
|
||||||
|
|
@ -23073,7 +23075,7 @@ CeladonMansion4Blocks: ; 24
|
||||||
CeladonPokecenter_h: ; 0x488ac to 0x488b8 (12 bytes) (bank=12) (id=133)
|
CeladonPokecenter_h: ; 0x488ac to 0x488b8 (12 bytes) (bank=12) (id=133)
|
||||||
db $06 ; tileset
|
db $06 ; tileset
|
||||||
db $04, $07 ; dimensions (y, x)
|
db $04, $07 ; dimensions (y, x)
|
||||||
dw $40ab, $48be, CeladonPokecenterScript ; blocks, texts, scripts
|
dw CeladonPokecenterBlocks, $48be, CeladonPokecenterScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw CeladonPokecenterObject ; objects
|
dw CeladonPokecenterObject ; objects
|
||||||
|
|
@ -23996,7 +23998,7 @@ MtMoonPokecenterObject: ; 0x49376 (size=56)
|
||||||
RockTunnelPokecenter_h: ; 0x493ae to 0x493ba (12 bytes) (id=81)
|
RockTunnelPokecenter_h: ; 0x493ae to 0x493ba (12 bytes) (id=81)
|
||||||
db $06 ; tileset
|
db $06 ; tileset
|
||||||
db $04, $07 ; dimensions (y, x)
|
db $04, $07 ; dimensions (y, x)
|
||||||
dw $40ab, $53c0, RockTunnelPokecenterScript ; blocks, texts, scripts
|
dw RockTunnelPokecenterBlocks, RockTunnelPokecenterTexts, RockTunnelPokecenterScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw RockTunnelPokecenterObject ; objects
|
dw RockTunnelPokecenterObject ; objects
|
||||||
|
|
@ -24006,13 +24008,15 @@ RockTunnelPokecenterScript: ; 0x493ba
|
||||||
jp $3c3c
|
jp $3c3c
|
||||||
; 0x493c0
|
; 0x493c0
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$493c0,$9
|
RockTunnelPokecenterTexts:
|
||||||
|
dw RockTunnelPokecenterText1, RockTunnelPokecenterText2, RockTunnelPokecenterText3, RockTunnelPokecenterText4
|
||||||
|
|
||||||
RockTunnelPokecenterText2:
|
RockTunnelPokecenterText1: ; 0x493c8
|
||||||
RockTunnelPokecenterText1: ; 0x493c9
|
db $ff
|
||||||
|
|
||||||
|
RockTunnelPokecenterText2: ; 0x493c9
|
||||||
TX_FAR _RockTunnelPokecenterText1
|
TX_FAR _RockTunnelPokecenterText1
|
||||||
|
db $50
|
||||||
INCBIN "baserom.gbc",$493cd,$493ce - $493cd
|
|
||||||
|
|
||||||
RockTunnelPokecenterText3: ; 0x493ce
|
RockTunnelPokecenterText3: ; 0x493ce
|
||||||
TX_FAR _RockTunnelPokecenterText3
|
TX_FAR _RockTunnelPokecenterText3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue