diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-16 11:08:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:08:43 -0500 |
commit | 533df93dc16c6af8666033711ce66b4d9a4afd64 (patch) | |
tree | 710b66921d56cee486f8aa21a3d8215e05b39715 /src/script.c | |
parent | 30f01c7df68bb9cf80ece491a457c8ce96c52c83 (diff) | |
parent | 04130a97d9ff799c9f1b439d091c0116adb31bfb (diff) |
Merge branch 'master' into doc-caves
Diffstat (limited to 'src/script.c')
-rw-r--r-- | src/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c index 0a4b69bac..4b8565589 100644 --- a/src/script.c +++ b/src/script.c @@ -406,7 +406,7 @@ u8 *mapheader_get_first_match_from_tagged_ptr_list(u8 tag) } } -void mapheader_run_script_with_tag_x1(void) +void RunOnLoadMapScript(void) { mapheader_run_script_by_tag(1); } @@ -506,7 +506,7 @@ u8 *GetRamScript(u8 objectId, u8 *script) } } -bool32 sub_8069DFC(void) +bool32 ValidateRamScript(void) { struct RamScriptData *scriptData = &gSaveBlock1Ptr->ramScript.data; if (scriptData->magic != RAM_SCRIPT_MAGIC) |