diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-11 17:25:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-15 17:09:47 -0500 |
commit | 348bb002a8016d9c4bb6f6968dbc359b4d346aa9 (patch) | |
tree | 430850474a335290829efa1874d11ffc3aa9c591 /include | |
parent | a0b3f5d9e34e65c1948325bd4177a734bfde6bb4 (diff) |
Document Gym scripts first half
Diffstat (limited to 'include')
-rw-r--r-- | include/event_scripts.h | 2 | ||||
-rw-r--r-- | include/field_screen_effect.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index fbc7e04a2..a0190ea9e 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -555,7 +555,7 @@ extern const u8 IslandCave_EventScript_238EAF[]; extern const u8 MauvilleCity_EventScript_1DF7BA[]; extern const u8 Route119_EventScript_1F49EC[]; extern const u8 LittlerootTown_ProfessorBirchsLab_EventScript_1FA4D6[]; -extern const u8 RustboroCity_Gym_EventScript_21307B[]; +extern const u8 RustboroCity_Gym_EventScript_RegisterRoxanne[]; extern const u8 MossdeepCity_SpaceCenter_2F_EventScript_224175[]; extern const u8 SSTidalCorridor_EventScript_23C050[]; extern const u8 EventScript_FallDownHoleMtPyre[]; diff --git a/include/field_screen_effect.h b/include/field_screen_effect.h index a62a76b2a..0b01c81e9 100644 --- a/include/field_screen_effect.h +++ b/include/field_screen_effect.h @@ -33,7 +33,7 @@ void sub_80AF8B8(void); void sub_80AF948(void); void sub_80AF9F8(void); void sub_80AFC60(void); -void sub_80B009C(u8 flashLevel); +void AnimateFlash(u8 flashLevel); void WriteBattlePyramidViewScanlineEffectBuffer(void); void sub_80B0244(void); void sub_80B0268(void); |