diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:16:52 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:16:52 -0600 |
commit | c7f92f42fd8dfe74127d67a63e98d6a2242935c3 (patch) | |
tree | 6c628f04d485ecf535b3af5dfd533abaff34f766 | |
parent | 93d9f5add145b5418fbf840cd1f2b2a3466e8008 (diff) |
Route12GateUpstairs_h map header asm
hg-commit-id: 859cc21fda06
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index bc840734..203219eb 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13417,7 +13417,17 @@ Route12Gate_h: ; 0x494f8 to 0x49504 (12 bytes) (id=87) dw $550e ; objects -INCBIN "baserom.gbc",$49504,$2afc +INCBIN "baserom.gbc",$49504,$49554 - $49504 + +Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195) + db $0c ; tileset + db $04, $04 ; dimensions (y, x) + dw $40db, $5563, $5560 ; blocks, texts, scripts + db $00 ; connections + + dw $55de ; objects + +INCBIN "baserom.gbc",$49560,$2aa0 SECTION "bank13",DATA,BANK[$13] |