mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 14:57:57 +13:00
VermilionGym_h map header asm
hg-commit-id: 2f86902aa40a
This commit is contained in:
parent
8a2cc92d39
commit
fe3bcc742b
12
pokered.asm
12
pokered.asm
|
@ -14771,7 +14771,17 @@ VermilionMart_h: ; 0x5c9d5 to 0x5c9e1 (12 bytes) (id=91)
|
|||
|
||||
dw $49f4 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c9e1,$361f
|
||||
INCBIN "baserom.gbc",$5c9e1,$5ca1a - $5c9e1
|
||||
|
||||
VermilionGym_h: ; 0x5ca1a to 0x5ca26 (12 bytes) (id=92)
|
||||
db $07 ; tileset
|
||||
db $09, $05 ; dimensions (y, x)
|
||||
dw $4c38, $4ae8, $4a26 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $4bfe ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5ca26,$35da
|
||||
|
||||
SECTION "bank18",DATA,BANK[$18]
|
||||
INCBIN "baserom.gbc",$60000,$4000
|
||||
|
|
Loading…
Reference in a new issue