diff options
Diffstat (limited to '')
-rwxr-xr-x | tools/mapfile_tool.py | 2 |
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:
|