mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
CinnibarGym_h map header asm
hg-commit-id: 374ef5b4e790
This commit is contained in:
parent
4f10b26ae4
commit
3213b1ffff
12
pokered.asm
12
pokered.asm
|
@ -16177,7 +16177,17 @@ FuchsiaMeetingRoom_h: ; 0x756d7 to 0x756e3 (12 bytes) (id=158)
|
|||
|
||||
dw $56fc ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$756e3,$291d
|
||||
INCBIN "baserom.gbc",$756e3,$7573e - $756e3
|
||||
|
||||
CinnibarGym_h: ; 0x7573e to 0x7574a (12 bytes) (id=166)
|
||||
db $16 ; tileset
|
||||
db $09, $0a ; dimensions (y, x)
|
||||
dw $5b26, $589f, $574a ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $5acc ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$7574a,$28b6
|
||||
|
||||
SECTION "bank1E",DATA,BANK[$1E]
|
||||
INCBIN "baserom.gbc",$78000,$F1
|
||||
|
|
Loading…
Reference in a new issue