diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:43:30 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:43:30 -0600 |
commit | 459a35f1a98ea40122d84593c5be1a0653077dec (patch) | |
tree | 6ef51fbfc0caa8e129eaa826f28cf1a7deb0b838 | |
parent | 75892f350be658f70cf16f464dea02b255fa295c (diff) |
CeruleanHouse2_h map header asm
hg-commit-id: f37fe4824a83
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 1c4fa482..b8209df3 100644 --- a/pokered.asm +++ b/pokered.asm @@ -178,7 +178,7 @@ MapHeaderPointers: ; $01AE dw $5a36 dw $5cff dw CeruleanHouseTrashed_h - dw $56ea + dw CeruleanHouse2_h dw $4639 dw $46a7 dw $5730 @@ -2203,7 +2203,7 @@ MapHeaderBanks: ; 423D db $14 db $12 db BANK(CeruleanHouseTrashed_h) - db $07 + db BANK(CeruleanHouse2_h) db $17 db $17 db $07 @@ -5805,7 +5805,17 @@ CeruleanHouseTrashed_h: ; 0x1d679 to 0x1d685 (12 bytes) (bank=7) (id=62) dw $56bf ; objects -INCBIN "baserom.gbc",$1D685,$20000-$1D685 +INCBIN "baserom.gbc",$1D685,$1D6EA-$1D685 + +CeruleanHouse2_h: ; 0x1d6ea to 0x1d6f6 (12 bytes) (bank=7) (id=63) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $41de, $56f9, $56f6 ; blocks, texts, scripts + db $00 ; connections + + dw $5710 ; objects + +INCBIN "baserom.gbc",$1D6F6,$20000-$1D6F6 SECTION "bank8",DATA,BANK[$8] INCBIN "baserom.gbc",$20000,$4000 |