summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:18:41 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:18:41 -0600
commitb9f2708e080ab8714567893e39666ac3e5ac9719 (patch)
tree4368558de18977b77e9ca3731678094135e758de
parente537bfd93add0b97d5034b3c8321dbb2ee24420a (diff)
Route18GateHeader_h map header asm
hg-commit-id: c6a24977ba09
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 1f6eb19b..8f83d1fb 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -13467,7 +13467,17 @@ Route18Gate_h: ; 0x4986a to 0x49876 (12 bytes) (id=190)
dw $5937 ; objects
-INCBIN "baserom.gbc",$49876,$278a
+INCBIN "baserom.gbc",$49876,$49969 - $49876
+
+Route18GateHeader_h: ; 0x49969 to 0x49975 (12 bytes) (id=191)
+ db $0c ; tileset
+ db $04, $04 ; dimensions (y, x)
+ dw $40db, $5978, $5975 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $59a4 ; objects
+
+INCBIN "baserom.gbc",$49975,$268b
SECTION "bank13",DATA,BANK[$13]