diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 01:31:09 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 01:31:09 -0800 |
commit | e0e5d070fa7a19235c6e8ba9b57b618ff86b8895 (patch) | |
tree | 42e62b65afaf93d461446943d8363365704cafc5 /include/field_effect.h | |
parent | 41c347c815627e03d81625260e55835a9b592c00 (diff) |
decompile fldeff_secret_base_pc
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index a509697e4..dbd92b088 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -67,7 +67,7 @@ enum FieldEffectScriptIdx FLDEFF_CUT_GRASS, FLDEFF_FIELD_MOVE_SHOW_MON_INIT, FLDEFF_USE_FLY_ANCIENT_TOMB, - FLDEFF_PCTURN_ON, + FLDEFF_SECRET_BASE_PC_TURN_ON, FLDEFF_HALL_OF_FAME_RECORD, FLDEFF_USE_TELEPORT }; |