diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:05:09 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:05:09 -0600 |
commit | ec360c7164043f214dfb093e53c9da57e456ee19 (patch) | |
tree | 47ac3fafeb32b17de893efeb0bc7278452e79abc | |
parent | 5c7fa2adefb58205cdba1d2617054f7a737f6d41 (diff) |
Lab2_h map header asm
hg-commit-id: f4739a7893e8
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index d06755a6..d4e5563d 100644 --- a/pokered.asm +++ b/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 |