diff options
-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 |