summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:56:05 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:56:05 -0600
commit725f2429108b4bcdb27f3297b9d70d2c9564f081 (patch)
treec5f066a37d7d68b21c1b17655636cd65b093e965
parentd3ba945563c6eec52fe791fb52d806f350badb06 (diff)
UndergroundPathWE_h map header asm
hg-commit-id: d1d6793d7ee6
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 404bef59..8a8d1022 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -15114,7 +15114,17 @@ UndergroundPathNS_h: ; 0x61f1a to 0x61f26 (12 bytes) (id=119)
dw $5f2a ; objects
-INCBIN "baserom.gbc",$61f26,$20da
+INCBIN "baserom.gbc",$61f26,$61f3e - $61f26
+
+UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121)
+ db $0b ; tileset
+ db $04, $19 ; dimensions (y, x)
+ dw $41f4, $5f4d, $5f4a ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $5f4e ; objects
+
+INCBIN "baserom.gbc",$61f4a,$20b6
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: