summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 03:18:51 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 03:18:51 -0600
commit15adf246e691d9ff08a87575c123d56883f9011a (patch)
treeb20a86bdd72f285acfe5f9fd197477a144d5a5c7
parent3082b2d5a1b0ed636162cc7c46cea0b3a1598454 (diff)
Route22Gate_h map header asm
hg-commit-id: 37dd3e4f9d24
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 9257f481..9868be6a 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -308,7 +308,7 @@ MapHeaderPointers: ; $01AE
dw $586a
dw $5969
dw $47dd
- dw $6677
+ dw Route22Gate_h
dw $5791
dw $5554
dw VermilionHouse3_h
@@ -2333,7 +2333,7 @@ MapHeaderBanks: ; 423D
db $12
db $12
db $11
- db $07
+ db BANK(Route22Gate_h)
db $14
db $12
db $06
@@ -6019,7 +6019,17 @@ Route16House_h: ; 0x1e5ec to 0x1e5f8 (12 bytes) (bank=7) (id=188)
dw $6657 ; objects
-INCBIN "baserom.gbc",$1E5F8,$20000-$1E5F8
+INCBIN "baserom.gbc",$1E5F8,$1E677-$1E5F8
+
+Route22Gate_h: ; 0x1e677 to 0x1e683 (12 bytes) (bank=7) (id=193)
+ db $0c ; tileset
+ db $04, $05 ; dimensions (y, x)
+ dw $674a, $66df, $6683 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $6720 ; objects
+
+INCBIN "baserom.gbc",$1E683,$20000-$1E683
SECTION "bank8",DATA,BANK[$8]
INCBIN "baserom.gbc",$20000,$4000