mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
Split compressed town map into a separate include, and give it a label
hg-commit-id: 80533e98e95a
This commit is contained in:
parent
edf82cd3c0
commit
b154637c1d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue