From a58b7f7f58e79216e89f1691b04f6a622b6eec13 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:50:22 -0600 Subject: ViridianForestexit_h map header asm hg-commit-id: e6d749d80f1a --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1-sl0p