From 71a8ed8a30a8ac40d540225a816716bc3b698bcf Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 18:05:58 -0600 Subject: CinnibarPokecenter_h map header asm Someone should fix all these typos. hg-commit-id: 34e75fbee1e8 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 22025757..29b57019 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16227,7 +16227,17 @@ Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170) dw $5df0 ; objects -INCBIN "baserom.gbc",$75d31,$22cf +INCBIN "baserom.gbc",$75d31,$75e20 - $75d31 + +CinnibarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4030, $5e32, $5e2c ; blocks, texts, scripts + db $00 ; connections + + dw $5e46 ; objects + +INCBIN "baserom.gbc",$75e2c,$21d4 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 -- cgit v1.2.3