From 8e36bd0d807b184cf116cac8a875ee9d70fd6534 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 20 Oct 2012 23:29:02 +0200 Subject: fixed JP... hopefully? --- tools/mapfile_tool.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3