summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 03:20:21 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 03:20:21 -0600
commitf03e29b9044240a7ebef7b54b1e2008053d8087b (patch)
tree890d457ebc25ee425149ff517cd38cb716ad368d
parent15adf246e691d9ff08a87575c123d56883f9011a (diff)
BillsHouse_h map header asm
hg-commit-id: 3344a0776026
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 9868be6a..6c9914dc 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -203,7 +203,7 @@ MapHeaderPointers: ; $01AE
dw DiglettsCaveEntranceRoute11_h
dw $5448
dw $54f8
- dw $675e
+ dw BillsHouse_h
dw $4983
dw $5b64
dw $49d5
@@ -2228,7 +2228,7 @@ MapHeaderBanks: ; 423D
db BANK(DiglettsCaveEntranceRoute11_h)
db $12
db $12
- db $07
+ db BANK(BillsHouse_h)
db $17
db $16
db $17
@@ -6029,7 +6029,17 @@ Route22Gate_h: ; 0x1e677 to 0x1e683 (12 bytes) (bank=7) (id=193)
dw $6720 ; objects
-INCBIN "baserom.gbc",$1E683,$20000-$1E683
+INCBIN "baserom.gbc",$1E683,$1E75E-$1E683
+
+BillsHouse_h: ; 0x1e75e to 0x1e76a (12 bytes) (bank=7) (id=88)
+ db $10 ; tileset
+ db $04, $04 ; dimensions (y, x)
+ dw $6905, $6834, $676a ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $68df ; objects
+
+INCBIN "baserom.gbc",$1E76A,$20000-$1E76A
SECTION "bank8",DATA,BANK[$8]
INCBIN "baserom.gbc",$20000,$4000