PR comments

This commit is contained in:
Ethan Roseman 2020-10-20 10:22:51 -04:00
parent dfd9de4765
commit b49ecebd99
14 changed files with 11 additions and 12 deletions

View File

@ -14,7 +14,7 @@ INCLUDE_ASM(s32, "world/area_isk/isk_04", func_802403D4);
INCLUDE_ASM(s32, "world/area_isk/isk_04", func_80240814);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_isk/isk_04", func_802408B4_97B630);

View File

@ -12,6 +12,6 @@ INCLUDE_ASM(s32, "world/area_isk/isk_08", func_80240394);
INCLUDE_ASM(s32, "world/area_isk/isk_08", func_802407D4);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_isk/isk_08", func_80240874);

View File

@ -12,6 +12,6 @@ INCLUDE_ASM(s32, "world/area_isk/isk_18", func_80240394_997F70);
INCLUDE_ASM(s32, "world/area_isk/isk_18", func_802407D4_997F70);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_isk/isk_18", func_80240874_997F70);

View File

@ -14,6 +14,6 @@ INCLUDE_ASM(s32, "world/area_kpa/kpa_01", func_802404F4);
INCLUDE_ASM(s32, "world/area_kpa/kpa_01", func_80240934);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kpa/kpa_01", func_802409D4_A46F60);

View File

@ -14,7 +14,7 @@ INCLUDE_ASM(s32, "world/area_kpa/kpa_03", func_802404F4_A485C0);
INCLUDE_ASM(s32, "world/area_kpa/kpa_03", func_80240934_A485C0);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kpa/kpa_03", func_802409D4_A485C0);

View File

@ -18,6 +18,6 @@ INCLUDE_ASM(s32, "world/area_kpa/kpa_113", func_80240544_A9CC30);
INCLUDE_ASM(s32, "world/area_kpa/kpa_113", func_80240984_A9CC30);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kpa/kpa_113", func_80240A24_A9CC30);

View File

@ -16,7 +16,7 @@ INCLUDE_ASM(s32, "world/area_kzn/kzn_03", func_802406A4_C60D10);
INCLUDE_ASM(s32, "world/area_kzn/kzn_03", func_80240AE4_C60D10);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kzn/kzn_03", func_80240B84_C60D10);

View File

@ -86,7 +86,7 @@ INCLUDE_ASM(s32, "world/area_kzn/kzn_09", func_80242D58);
INCLUDE_ASM(s32, "world/area_kzn/kzn_09", func_80243198_C76CE0);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kzn/kzn_09", func_80243238_C76CE0);

View File

@ -46,7 +46,7 @@ INCLUDE_ASM(s32, "world/area_kzn/kzn_17", func_80242048);
INCLUDE_ASM(s32, "world/area_kzn/kzn_17", func_80242488_C85AB0);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_kzn/kzn_17", func_80242528_C85AB0);

View File

@ -1,3 +1,3 @@
#include "common.h"
#include "world/common/SpawnSunEffect.c"
#include "world/common/SpawnSunEffect.inc.c"

View File

@ -1,6 +1,5 @@
#include "common.h"
//INCLUDE_ASM(s32, "world/area_sbk/sbk_00", func_80240040_929270);
ApiStatus func_80240040_929270(ScriptInstance* script, s32 isInitialCall) {
script->ownerActorID->unk_B5 = 3;
return ApiStatus_DONE2;

View File

@ -74,6 +74,6 @@ INCLUDE_ASM(s32, "world/area_tik/tik_12", func_80241CF4);
INCLUDE_ASM(s32, "world/area_tik/tik_12", func_80242134);
#include "world/common/AwaitPlayerNearNPC.c"
#include "world/common/AwaitPlayerNearNPC.inc.c"
INCLUDE_ASM(s32, "world/area_tik/tik_12", func_802421D4);