diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:40 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:40 -0600 |
commit | 63b50b782aab9a7e99b02035917a83d2cb79cdcc (patch) | |
tree | f679e6ee8a2617f7f5fc8186502314e31690668c | |
parent | a58b7f7f58e79216e89f1691b04f6a622b6eec13 (diff) |
Route2Gate_h map header asm
hg-commit-id: 31b1967f8f90
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 5417f650..ab6edab5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14851,7 +14851,17 @@ ViridianForestexit_h: ; 0x5d57b to 0x5d587 (12 bytes) (id=47) dw $5598 ; objects -INCBIN "baserom.gbc",$5d587,$2a79 +INCBIN "baserom.gbc",$5d587,$5d5c8 - $5d587 + +Route2Gate_h: ; 0x5d5c8 to 0x5d5d4 (12 bytes) (id=49) + db $0c ; tileset + db $04, $05 ; dimensions (y, x) + dw $4090, $55d7, $55d4 ; blocks, texts, scripts + db $00 ; connections + + dw $5620 ; objects + +INCBIN "baserom.gbc",$5d5d4,$2a2c SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |