diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:22 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:22 -0600 |
commit | a58b7f7f58e79216e89f1691b04f6a622b6eec13 (patch) | |
tree | 5b66029eee959758b1ef092112414f9271b66c65 | |
parent | d97b9028f21148125e0fd01642cbff0003bed5a0 (diff) |
ViridianForestexit_h map header asm
hg-commit-id: e6d749d80f1a
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 90a4c7c5..5417f650 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14841,7 +14841,17 @@ SaffronPokecenter_h: ; 0x5d529 to 0x5d535 (12 bytes) (id=182) dw $554f ; objects -INCBIN "baserom.gbc",$5d535,$2acb +INCBIN "baserom.gbc",$5d535,$5d57b - $5d535 + +ViridianForestexit_h: ; 0x5d57b to 0x5d587 (12 bytes) (id=47) + db $09 ; tileset + db $04, $05 ; dimensions (y, x) + dw $4090, $558a, $5587 ; blocks, texts, scripts + db $00 ; connections + + dw $5598 ; objects + +INCBIN "baserom.gbc",$5d587,$2a79 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |