mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
CinnibarMart_h map header asm
hg-commit-id: a4db807a1782
This commit is contained in:
parent
71a8ed8a30
commit
3605666a51
12
pokered.asm
12
pokered.asm
|
|
@ -16237,7 +16237,17 @@ CinnibarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171)
|
||||||
|
|
||||||
dw $5e46 ; objects
|
dw $5e46 ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$75e2c,$21d4
|
INCBIN "baserom.gbc",$75e2c,$75e72 - $75e2c
|
||||||
|
|
||||||
|
CinnibarMart_h: ; 0x75e72 to 0x75e7e (12 bytes) (id=172)
|
||||||
|
db $02 ; tileset
|
||||||
|
db $04, $04 ; dimensions (y, x)
|
||||||
|
dw $4010, $5e81, $5e7e ; blocks, texts, scripts
|
||||||
|
db $00 ; connections
|
||||||
|
|
||||||
|
dw $5e91 ; objects
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$75e7e,$2182
|
||||||
|
|
||||||
SECTION "bank1E",DATA,BANK[$1E]
|
SECTION "bank1E",DATA,BANK[$1E]
|
||||||
INCBIN "baserom.gbc",$78000,$F1
|
INCBIN "baserom.gbc",$78000,$F1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue