summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/field_control_avatar.c2
-rw-r--r--src/save_location.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c
index 0e8b2619f..1d57c672c 100644
--- a/src/field_control_avatar.c
+++ b/src/field_control_avatar.c
@@ -578,7 +578,7 @@ static bool8 TryStartStepCountScript(u16 metatileBehavior)
}
if (ShouldDoScottCall() == TRUE)
{
- ScriptContext1_SetupScript(LittlerootTown_ProfessorBirchsLab_EventScript_1FA4D6);
+ ScriptContext1_SetupScript(LittlerootTown_ProfessorBirchsLab_EventScript_ScottAboardSSTidalCall);
return TRUE;
}
if (ShouldDoRoxanneCall() == TRUE)
diff --git a/src/save_location.c b/src/save_location.c
index b9d852cf3..62f574300 100644
--- a/src/save_location.c
+++ b/src/save_location.c
@@ -118,6 +118,8 @@ void TrySetMapSaveWarpStatus(void)
sub_81AFD5C();
}
+// Called when receiving the Pokedex
+// Only place field_A8 is written (aside from clearing on new game), never read
void sub_81AFDA0(void)
{
gSaveBlock2Ptr->field_A8 |= 0x8000;