diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-02-19 00:14:19 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-02-19 00:14:19 -0700 |
commit | b154637c1dde49b371c03e5d7813152cc6d5f3bc (patch) | |
tree | edcf090769b53b443a936485da36e8ea2fe23507 | |
parent | edf82cd3c090cb36612a253031811f20de6ada37 (diff) |
Split compressed town map into a separate include, and give it a label
hg-commit-id: 80533e98e95a
-rw-r--r-- | pokered.asm | 8 |
1 files changed, 7 insertions, 1 deletions
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 |