summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 02:27:14 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 02:27:14 -0600
commitc0c23ca755c2545da31c16816c660c5f6e012640 (patch)
treeff2f1d77914cde757087ff02300c26aae24f0be6
parent207dcd505e354d51c948537f1736a4a39e267b4c (diff)
ViridianHouse_h map header asm
hg-commit-id: 551ddf4e7207
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index dc59750e..86f77e92 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -159,7 +159,7 @@ MapHeaderPointers: ; $01AE
dw $4251
dw ViridianMart_h
dw School_h
- dw $557d
+ dw ViridianHouse_h
dw $4897
dw $5ea4
dw $557b
@@ -2184,7 +2184,7 @@ MapHeaderBanks: ; 423D
db $11
db BANK(ViridianMart_h)
db BANK(School_h)
- db $07
+ db BANK(ViridianHouse_h)
db $1D
db $07
db $17
@@ -5761,7 +5761,17 @@ School_h: ; 0x1d540 to 0x1d54c (12 bytes) (bank=7) (id=43)
dw $555d ; objects
-INCBIN "baserom.gbc",$1D54C,$20000-$1D54C
+INCBIN "baserom.gbc",$1D54C,$1D57D-$1D54C
+
+ViridianHouse_h: ; 0x1d57d to 0x1d589 (12 bytes) (bank=7) (id=44)
+ db $08 ; tileset
+ db $04, $04 ; dimensions (y, x)
+ dw $41de, $558d, $558a ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $55bb ; objects
+
+INCBIN "baserom.gbc",$1D589,$20000-$1D589
SECTION "bank8",DATA,BANK[$8]
INCBIN "baserom.gbc",$20000,$4000