From b154637c1dde49b371c03e5d7813152cc6d5f3bc Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 19 Feb 2011 00:14:19 -0700 Subject: Split compressed town map into a separate include, and give it a label hg-commit-id: 80533e98e95a --- pokered.asm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 77c2e6b6..e818ba54 100644 --- a/pokered.asm +++ b/pokered.asm @@ -4095,7 +4095,13 @@ Tset0B_Block: INCBIN "baserom.gbc",$6FEF0,$70000-$6FEF0 SECTION "bank1C",DATA,BANK[$1C] -INCBIN "baserom.gbc",$70000,$1313 +INCBIN "baserom.gbc",$70000,$1100 + +CompressedMap: ; 5100 +; you can decompress this file with the redrle program in the extras/ dir + INCBIN "baserom.gbc",$71100,$711AB-$71100 + +INCBIN "baserom.gbc",$711AB,$71313-$711AB ExternalMapEntries: ; 5313 EMAP $2,$B,PalletTownName -- cgit v1.2.3