summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:56:38 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:56:38 -0600
commit52dc6cf9a64d84295b1fd7363150c6d1253c1257 (patch)
tree5f7c2335a97765f31d9b8153cf7c78662868a784
parent725f2429108b4bcdb27f3297b9d70d2c9564f081 (diff)
DiglettsCave_h map header asm
hg-commit-id: cc759a627757
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 8a8d1022..b6a39e7f 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -15124,7 +15124,17 @@ UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121)
dw $5f4e ; objects
-INCBIN "baserom.gbc",$61f4a,$20b6
+INCBIN "baserom.gbc",$61f4a,$61f62 - $61f4a
+
+DiglettsCave_h: ; 0x61f62 to 0x61f6e (12 bytes) (id=197)
+ db $11 ; tileset
+ db $12, $14 ; dimensions (y, x)
+ dw $5f86, $5f71, $5f6e ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $5f72 ; objects
+
+INCBIN "baserom.gbc",$61f6e,$2092
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: