mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13:00
CinnibarPokecenter_h map header asm
Someone should fix all these typos. hg-commit-id: 34e75fbee1e8
This commit is contained in:
parent
a4a24081f6
commit
71a8ed8a30
12
pokered.asm
12
pokered.asm
|
|
@ -16227,7 +16227,17 @@ Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170)
|
|||
|
||||
dw $5df0 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$75d31,$22cf
|
||||
INCBIN "baserom.gbc",$75d31,$75e20 - $75d31
|
||||
|
||||
CinnibarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171)
|
||||
db $06 ; tileset
|
||||
db $04, $07 ; dimensions (y, x)
|
||||
dw $4030, $5e32, $5e2c ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $5e46 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$75e2c,$21d4
|
||||
|
||||
SECTION "bank1E",DATA,BANK[$1E]
|
||||
INCBIN "baserom.gbc",$78000,$F1
|
||||
|
|
|
|||
Loading…
Reference in a new issue