summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:14:09 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:14:09 -0600
commit96d1c03e36dbd30d889130593c97321bf88ad5c9 (patch)
tree590e9a327aa0faf52f197a0d02811ed84462437f
parent7207000776c097d3aef086a9059b1867048bcba4 (diff)
RockTunnelPokecenter_h map header asm
This does not update the bank or pointer list. hg-commit-id: 60caa3561940
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index d855e3f1..f6690553 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -13377,7 +13377,17 @@ MtMoonPokecenter_h: ; 0x492c3 to 0x492cf (12 bytes) (bank=12) (id=68)
dw $5376 ; objects
-INCBIN "baserom.gbc",$492CF,$4C000-$492CF
+INCBIN "baserom.gbc",$492cf,$493ae - $492cf
+
+RockTunnelPokecenter_h: ; 0x493ae to 0x493ba (12 bytes) (id=81)
+ db $06 ; tileset
+ db $04, $07 ; dimensions (y, x)
+ dw $40ab, $53c0, $53ba ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $53d4 ; objects
+
+INCBIN "baserom.gbc",$493ba,$2c46
SECTION "bank13",DATA,BANK[$13]