diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 15:48:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 15:48:36 -0400 |
commit | e7c43d6890616fa10b770266c2b81f0c7f4677b8 (patch) | |
tree | a3f3c88de1633fa70ba5bf2911d00af7ae5b4701 /include/field_effect.h | |
parent | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff) |
vs_seeker: sub_810C670
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]; |