diff options
Diffstat (limited to '')
| -rwxr-xr-x | tools/mapfile_tool.py | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/mapfile_tool.py b/tools/mapfile_tool.py index cab9ec2..d5a8512 100755 --- a/tools/mapfile_tool.py +++ b/tools/mapfile_tool.py @@ -185,7 +185,7 @@ def fix_offs_jpn_v1(offs):  	if offs >= 0x80945158 and offs <= 0x8098A36B:
  		return offs - 0x718
 -	if offs >= 0x8098A478 and offs <= 0x8098F81F:
 +	if offs >= 0x8098A478 and offs <= 0x8098FF18:
  		return offs - 0x6F8
  	# d_enemiesNP
 @@ -193,11 +193,11 @@ def fix_offs_jpn_v1(offs):  	if offs >= 0x809A2CA0 and offs <= 0xDEADBEEF:
  		return offs - 0x700
 -	if offs >= 0x8010F430 and offs <= 0xDEADBEEF:
 -		return offs - 0x330
 +	#if offs >= 0x8010F430 and offs <= 0xDEADBEEF:
 +	#	return offs - 0x330
 -	if offs >= 0x8010F430 and offs <= 0xDEADBEEF:
 -		return offs - 0x330
 +	#if offs >= 0x8010F430 and offs <= 0xDEADBEEF:
 +	#	return offs - 0x330
  	return offs
  | 
