diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-06 23:18:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-06 23:18:03 -0400 |
commit | d48792a69d0687f50401db08e5b133cd60a9a81a (patch) | |
tree | 0df9097e86fc397ab3cd371a1dd40873de01e293 /include/field_effect.h | |
parent | 12a379873526bbaf819ed3dc8ff70a9ee1c3f397 (diff) |
Some functions related to queueing overworld fly fldeff
Diffstat (limited to 'include/field_effect.h')
-rwxr-xr-x[-rw-r--r--] | include/field_effect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index e3e80b3df..d35ca599b 100644..100755 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -80,6 +80,8 @@ extern struct SpriteTemplate gUnknown_02024E8C; extern const struct SpritePalette *sub_80409C8(u16, u32, u32); +extern u8 gLastFieldPokeMenuOpened; + u32 FieldEffectStart(u8 id); bool8 FieldEffectCmd_loadtiles(u8 **script, u32 *val); bool8 FieldEffectCmd_loadfadedpal(u8 **script, u32 *val); |