summaryrefslogtreecommitdiff
path: root/include/constants/field_effects.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-21 13:41:18 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-21 13:41:18 -0500
commit69d8833b31519208f04444d3393b68a393163aa3 (patch)
tree7eac32798c7e96558508a106c53cb67c5b061ea0 /include/constants/field_effects.h
parent14a599bbc2396087fb3a126b302a53f190b23e70 (diff)
Prelim names for mvmt actions; merge field_ground_effect into evobjmv
Diffstat (limited to 'include/constants/field_effects.h')
-rw-r--r--include/constants/field_effects.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/constants/field_effects.h b/include/constants/field_effects.h
index f0086c0c8..c56c97d73 100644
--- a/include/constants/field_effects.h
+++ b/include/constants/field_effects.h
@@ -1,7 +1,7 @@
#ifndef GUARD_CONSTANTS_FIELD_EFFECTS_H
#define GUARD_CONSTANTS_FIELD_EFFECTS_H
-#define FLDEFF_EXCLAMATION_MARK_ICON_1 0
+#define FLDEFF_EXCLAMATION_MARK_ICON 0
#define FLDEFF_USE_CUT_ON_GRASS 1
#define FLDEFF_USE_CUT_ON_TREE 2
#define FLDEFF_SHADOW 3
@@ -34,7 +34,7 @@
#define FLDEFF_NPCFLY_OUT 30
#define FLDEFF_USE_FLY 31
#define FLDEFF_FLY_IN 32
-#define FLDEFF_EXCLAMATION_MARK_ICON_2 33
+#define FLDEFF_QUESTION_MARK_ICON 33
#define FLDEFF_FEET_IN_FLOWING_WATER 34
#define FLDEFF_BIKE_TIRE_TRACKS 35
#define FLDEFF_SAND_DISGUISE 36
@@ -65,11 +65,11 @@
#define FLDEFF_PCTURN_ON 61
#define FLDEFF_HALL_OF_FAME_RECORD 62
#define FLDEFF_USE_TELEPORT 63
-#define FLDEFF_SMILEY_FACE_ICON 64 // TODO: game corner smile icon?
+#define FLDEFF_SMILEY_FACE_ICON 64
#define FLDEFF_UNK_41 65 // TODO: related to vs_seeker
-#define FLDEFF_DOUBLE_EXCL_MARK_ICON 66 // TODO: related to trainer see
+#define FLDEFF_DOUBLE_EXCL_MARK_ICON 66
#define FLDEFF_UNK_43 67 // TODO: related to deoxys
-#define FLDEFF_UNK_44 68 // TODO: related to trainer see
+#define FLDEFF_UNK_44 68 // TODO: related to ???
#define FLDEFF_UNK_45 69 // TODO: related to fame checker photos
#endif // GUARD_CONSTANTS_FIELD_EFFECTS_H