summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mapfile_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mapfile_tool.py b/tools/mapfile_tool.py
index d5a8512..f00f828 100755
--- a/tools/mapfile_tool.py
+++ b/tools/mapfile_tool.py
@@ -190,7 +190,7 @@ def fix_offs_jpn_v1(offs):
# d_enemiesNP
# this offset starts at the .rel header
- if offs >= 0x809A2CA0 and offs <= 0xDEADBEEF:
+ if offs >= 0x80990800 and offs <= 0xDEADBEEF:
return offs - 0x700
#if offs >= 0x8010F430 and offs <= 0xDEADBEEF: