diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 13:18:31 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 13:18:31 -0600 |
commit | bb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (patch) | |
tree | 2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/scene/hall_of_fame.c | |
parent | beac14a9a0ab072186fa99afcfcc0d844b77a68d (diff) |
finish labeling scanline_effect.c
Diffstat (limited to 'src/scene/hall_of_fame.c')
-rw-r--r-- | src/scene/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/hall_of_fame.c b/src/scene/hall_of_fame.c index f39745c02..303dcf3e0 100644 --- a/src/scene/hall_of_fame.c +++ b/src/scene/hall_of_fame.c @@ -16,6 +16,7 @@ #include "data2.h" #include "decompress.h" #include "random.h" +#include "scanline_effect.h" #include "trig.h" #include "ewram.h" @@ -95,7 +96,6 @@ bool8 sub_80C5DCC(void); bool8 sub_80C5F98(void); void ReturnFromHallOfFamePC(void); u16 SpeciesToPokedexNum(u16 species); -void ScanlineEffect_Stop(void); // data and gfx |