From 5c7fa2adefb58205cdba1d2617054f7a737f6d41 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 18:04:58 -0600 Subject: Lab1_h map header asm hg-commit-id: 30e76cbfd9e7 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3