diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:17:16 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:17:16 -0600 |
commit | 43411c6c07c71fee0575bb56e1f4f72923b060c9 (patch) | |
tree | 7cc2ea0987e95d86c888bd32e1048c18a33a702d | |
parent | c7f92f42fd8dfe74127d67a63e98d6a2242935c3 (diff) |
Route15Gate_h map header asm
hg-commit-id: 70832d1c20b7
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 203219eb..99ebb4f1 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13427,7 +13427,17 @@ Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195) dw $55de ; objects -INCBIN "baserom.gbc",$49560,$2aa0 +INCBIN "baserom.gbc",$49560,$495f6 - $49560 + +Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184) + db $0c ; tileset + db $05, $04 ; dimensions (y, x) + dw $40c7, $5605, $5602 ; blocks, texts, scripts + db $00 ; connections + + dw $560c ; objects + +INCBIN "baserom.gbc",$49602,$29fe SECTION "bank13",DATA,BANK[$13] |