diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:16:30 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:16:30 -0600 |
commit | 93d9f5add145b5418fbf840cd1f2b2a3466e8008 (patch) | |
tree | bf7c0769e4a71f2b34d3a502525b1f80f0584a9f | |
parent | be36119c58ff5ac360df0135446b9d7a6030acc6 (diff) |
Route12Gate_h map header asm
hg-commit-id: 53e500c814fd
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 90c79ea7..bc840734 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13407,7 +13407,17 @@ Route11GateUpstairs_h: ; 0x49448 to 0x49454 (12 bytes) (id=86) dw $54da ; objects -INCBIN "baserom.gbc",$49454,$2bac +INCBIN "baserom.gbc",$49454,$494f8 - $49454 + +Route12Gate_h: ; 0x494f8 to 0x49504 (12 bytes) (id=87) + db $0c ; tileset + db $04, $05 ; dimensions (y, x) + dw $5540, $5507, $5504 ; blocks, texts, scripts + db $00 ; connections + + dw $550e ; objects + +INCBIN "baserom.gbc",$49504,$2afc SECTION "bank13",DATA,BANK[$13] |