From 68b2240d079fe687b66b2afb3ed63928f5d05dfa Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 21 Oct 2012 04:30:17 +0200 Subject: fixed the bosses not working in Japan --- tools/mapfile_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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: -- cgit v1.2.3