diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-15 20:44:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 20:44:57 -0500 |
commit | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /include/script.h | |
parent | 34deceb13695e7b13a27ecb94666fc95d2ced550 (diff) | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) |
Merge branch 'master' into doc-ttower
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index db52fa412..2fb732396 100644 --- a/include/script.h +++ b/include/script.h @@ -62,7 +62,7 @@ u8 *GetRamScript(u8 objectId, u8 *script); bool32 sub_80991F8(void); u8 *sub_8099244(void); void sub_80992A0(u8 *script, u16 scriptSize); -bool32 sub_8069DFC(void); +bool32 ValidateRamScript(void); void MEventSetRamScript(u8 * script, u16 scriptSize); u8 * sub_8069E48(void); void sub_8069998(u8 var); |