diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:08 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:08 -0600 |
commit | d97b9028f21148125e0fd01642cbff0003bed5a0 (patch) | |
tree | f2567e05656a04b110b6d0132aa141e5a6724660 | |
parent | 37cacc9757f1f8f484a2fb19817b05a545e71e14 (diff) |
SaffronPokecenter_h map header asm
hg-commit-id: df1717b60017
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e67e506c..90a4c7c5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14831,7 +14831,17 @@ SilphCo1_h: ; 0x5d442 to 0x5d44e (12 bytes) (id=181) dw $5470 ; objects -INCBIN "baserom.gbc",$5d44e,$2bb2 +INCBIN "baserom.gbc",$5d44e,$5d529 - $5d44e + +SaffronPokecenter_h: ; 0x5d529 to 0x5d535 (12 bytes) (id=182) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4064, $553b, $5535 ; blocks, texts, scripts + db $00 ; connections + + dw $554f ; objects + +INCBIN "baserom.gbc",$5d535,$2acb SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |