d_a_auction OK on JPN

This commit is contained in:
LagoLunatic
2024-06-03 20:26:56 -04:00
parent 4767560aea
commit f44d825f4b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1393,7 +1393,7 @@ config.libs = [
ActorRel(NonMatching, "d_a_wind_tag"),
ActorRel(NonMatching, "d_a_acorn_leaf"),
ActorRel(NonMatching, "d_a_atdoor"),
ActorRel(NonMatching, "d_a_auction", extra_cflags=['-pragma "nosyminline on"']),
ActorRel(Matching, "d_a_auction", extra_cflags=['-pragma "nosyminline on"']),
ActorRel(NonMatching, "d_a_bb"),
ActorRel(NonMatching, "d_a_bdk"),
ActorRel(NonMatching, "d_a_bdkobj"),
+2 -2
View File
@@ -78,8 +78,8 @@ static NpcDatStruct l_npc_dat[7] = {
{0.3f, 0.5f, 0x4, 0x6, 450 },
{0.3f, 0.6f, 0x3, 0x7, 500 },
{0.4f, 0.7f, 0x2, 0x4, 250 },
{0.5f, 1.0f, 0x2, 0x3, 990 },
{0.4f, 0.5f, 0x3, 0x4, 990 },
{0.5f, 1.0f, 0x2, 0x3, VERSION_SELECT(998, 990, 990) },
{0.4f, 0.5f, 0x3, 0x4, VERSION_SELECT(998, 990, 990) },
{0.7f, 1.2f, 0x2, 0x2, 150 },
};