diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-08 08:53:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 08:53:27 -0600 |
commit | be4624024c16293356c3e10f61ea301d5c86d9ed (patch) | |
tree | a4ae4b6b5a0e28a7ce8866ff0aabef5f9118535a /include/field_effect.h | |
parent | c0a9d620919bd6403772c4e5a236d47cd40ae861 (diff) | |
parent | aa6e1a91fc89d01ad65eb532d6832767c936807a (diff) |
Merge pull request #17 from PikalaxALT/vs_seeker
Vs seeker
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index 629ae07c7..9404e3959 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -66,7 +66,9 @@ enum FieldEffectScriptIdx FLDEFF_USE_FLY_ANCIENT_TOMB, FLDEFF_PCTURN_ON, FLDEFF_HALL_OF_FAME_RECORD, - FLDEFF_USE_TELEPORT + FLDEFF_USE_TELEPORT, + FLDEFF_UNK_40, + FLDEFF_UNK_41 // TODO: related to vs_seeker }; extern u32 gFieldEffectArguments[8]; |