mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Lab2_h map header asm
hg-commit-id: f4739a7893e8
This commit is contained in:
parent
5c7fa2adef
commit
ec360c7164
12
pokered.asm
12
pokered.asm
|
@ -16197,7 +16197,17 @@ Lab1_h: ; 0x75b80 to 0x75b8c (12 bytes) (id=167)
|
|||
|
||||
dw $5bb3 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$75b8c,$2474
|
||||
INCBIN "baserom.gbc",$75b8c,$75c15 - $75b8c
|
||||
|
||||
Lab2_h: ; 0x75c15 to 0x75c21 (12 bytes) (id=168)
|
||||
db $14 ; tileset
|
||||
db $04, $04 ; dimensions (y, x)
|
||||
dw $5c6b, $5c24, $5c21 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $5c45 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$75c21,$23df
|
||||
|
||||
SECTION "bank1E",DATA,BANK[$1E]
|
||||
INCBIN "baserom.gbc",$78000,$F1
|
||||
|
|
Loading…
Reference in a new issue