diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:46:37 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:46:37 -0600 |
commit | 6ee17bd6f8be5332eb41c9d6aa7c8989647fd86a (patch) | |
tree | 0af1330fac60f1a53cfe628a278767bb8bea0d12 | |
parent | ca3523ddb30c36409b464c9cced1af95426345a3 (diff) |
CeruleanPokecenter_h map header asm
hg-commit-id: fc299f39e3bd
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index f8d1c9b4..12af79f8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14701,7 +14701,17 @@ PewterPokeCenter_h: ; 0x5c57b to 0x5c587 (12 bytes) (id=58) dw $460d ; objects -INCBIN "baserom.gbc",$5c587,$3a79 +INCBIN "baserom.gbc",$5c587,$5c639 - $5c587 + +CeruleanPokecenter_h: ; 0x5c639 to 0x5c645 (12 bytes) (id=64) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $468b, $464b, $4645 ; blocks, texts, scripts + db $00 ; connections + + dw $465f ; objects + +INCBIN "baserom.gbc",$5c645,$39bb SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |