diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:18:23 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:18:23 -0600 |
commit | e537bfd93add0b97d5034b3c8321dbb2ee24420a (patch) | |
tree | 0d6dd7aaabcc5884d4aa6d7b96cde793de55d1f7 /pokered.asm | |
parent | 798d74ef069d4e8742936c5b5d80938044a66a5d (diff) |
Route18Gate_h map header asm
hg-commit-id: 05aea7ef3001
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 40f4dd91..1f6eb19b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13457,7 +13457,17 @@ Route16GateUpstairs_h: ; 0x497ff to 0x4980b (12 bytes) (id=187) dw $584c ; objects -INCBIN "baserom.gbc",$4980b,$27f5 +INCBIN "baserom.gbc",$4980b,$4986a - $4980b + +Route18Gate_h: ; 0x4986a to 0x49876 (12 bytes) (id=190) + db $0c ; tileset + db $05, $04 ; dimensions (y, x) + dw $40c7, $590d, $5876 ; blocks, texts, scripts + db $00 ; connections + + dw $5937 ; objects + +INCBIN "baserom.gbc",$49876,$278a SECTION "bank13",DATA,BANK[$13] |