diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:04:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:04:58 -0600 |
commit | 5c7fa2adefb58205cdba1d2617054f7a737f6d41 (patch) | |
tree | 521701f7a4f82a3bd0827196a1573dbaee8f75cb | |
parent | 3213b1ffff0fee0ffb0f3ab083bfa3574897eace (diff) |
Lab1_h map header asm
hg-commit-id: 30e76cbfd9e7
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index fc027717..d06755a6 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16187,7 +16187,17 @@ CinnibarGym_h: ; 0x7573e to 0x7574a (12 bytes) (id=166) dw $5acc ; objects -INCBIN "baserom.gbc",$7574a,$28b6 +INCBIN "baserom.gbc",$7574a,$75b80 - $7574a + +Lab1_h: ; 0x75b80 to 0x75b8c (12 bytes) (id=167) + db $14 ; tileset + db $04, $09 ; dimensions (y, x) + dw $5bf1, $5b90, $5b8c ; blocks, texts, scripts + db $00 ; connections + + dw $5bb3 ; objects + +INCBIN "baserom.gbc",$75b8c,$2474 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |