shithub: pokered

Download patch

ref: 96d1c03e36dbd30d889130593c97321bf88ad5c9
parent: 7207000776c097d3aef086a9059b1867048bcba4
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:14:09 EST 2012

RockTunnelPokecenter_h map header asm

This does not update the bank or pointer list.

hg-commit-id: 60caa3561940


--- a/pokered.asm
+++ b/pokered.asm
@@ -13377,7 +13377,17 @@
 
     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]