diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 12:12:55 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 12:12:55 -0600 |
commit | beac14a9a0ab072186fa99afcfcc0d844b77a68d (patch) | |
tree | bfe15d4e6b8a2179de8dfc5c48caec85779c3d82 /include/data2.h | |
parent | f9f0e84b70f1b313200acd6f0d180413e34517da (diff) |
label more of scanline_effect.c
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/data2.h b/include/data2.h index 97cb4fd7a..9f6644714 100644 --- a/include/data2.h +++ b/include/data2.h @@ -3,7 +3,7 @@ #include "sprite.h" -struct UnknownTaskStruct; +struct ScanlineEffectParams; struct MonCoords { @@ -42,7 +42,7 @@ extern u8 gSpeciesNames[][11]; extern const u8 gMoveNames[][13]; extern const u8 gAbilityNames[][13]; extern const u8 gTypeNames[][7]; -extern const struct UnknownTaskStruct gUnknown_081F9674; +extern const struct ScanlineEffectParams gUnknown_081F9674; extern const u8 gUnknown_081F96C8[]; extern struct CompressedSpriteSheet gUnknown_081FAEA4; extern struct CompressedSpritePalette gUnknown_081FAEAC; |