mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
Lab3_h map header asm
hg-commit-id: 76be28006281
This commit is contained in:
parent
ec360c7164
commit
f942384a40
12
pokered.asm
12
pokered.asm
|
|
@ -16207,7 +16207,17 @@ Lab2_h: ; 0x75c15 to 0x75c21 (12 bytes) (id=168)
|
||||||
|
|
||||||
dw $5c45 ; objects
|
dw $5c45 ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$75c21,$23df
|
INCBIN "baserom.gbc",$75c21,$75c7b - $75c21
|
||||||
|
|
||||||
|
Lab3_h: ; 0x75c7b to 0x75c87 (12 bytes) (id=169)
|
||||||
|
db $14 ; tileset
|
||||||
|
db $04, $04 ; dimensions (y, x)
|
||||||
|
dw $5d15, $5c8a, $5c87 ; blocks, texts, scripts
|
||||||
|
db $00 ; connections
|
||||||
|
|
||||||
|
dw $5cec ; objects
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$75c87,$2379
|
||||||
|
|
||||||
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