Index: settings.cfg
===================================================================
--- settings.cfg	(revision 102)
+++ settings.cfg	(working copy)
@@ -269,8 +269,8 @@
 EXETEXTCOL=13 ;executable export text-colour
 EXEBARCOL1=3  ;executable export single-speed playbar-color
 EXEBARCOL2=14 ;executable export multispeed playbor-color
-RELOC_MIN_HI=$04 ;minimum value of relocation target start-address
-RELOC_MAX_HI=$F0 ;maximum value of relocation target start-address
+RELOC_MIN_HI=$02 ;minimum value of relocation target start-address
+RELOC_MAX_HI=$00 ;maximum value of relocation target start-address
 
 ;======================constants mainly used by menu ===========================================================
 defsubtempo1=$88 ;default subtune-tempo 1 (used for workfile initialization)
Index: exporter.asm
===================================================================
--- exporter.asm	(revision 102)
+++ exporter.asm	(working copy)
@@ -1084,6 +1084,8 @@
 		bne chminus
 		jsr repeatex
 		lda expoendadd+1;end of area to be exported - hi-byte
+		sec
+		sbc	#>PLAYERADDR
 		clc
 		adc #1			;add 1 for safety to be in range
 		adc relocaddr
