diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-17 03:24:44 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-17 05:23:07 -0500 |
commit | d1cf9006fb4b29e63302c69c912e431a873626c0 (patch) | |
tree | ba80ea4862a829ac0b64b174574fcd22e60a1ea1 /include/constants | |
parent | fee36224eda1acc4329646caf0e65a891928afc0 (diff) |
Document some warp/field screen effect
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/field_specials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/field_specials.h b/include/constants/field_specials.h index 5dde18058..a2dc117e4 100644 --- a/include/constants/field_specials.h +++ b/include/constants/field_specials.h @@ -7,7 +7,7 @@ #define PC_LOCATION_MAYS_HOUSE 2 // SS Tidal Locations -#define SS_TIDAL_LOCATION_OTHER 0 +#define SS_TIDAL_LOCATION_CURRENTS 0 #define SS_TIDAL_LOCATION_SLATEPORT 1 #define SS_TIDAL_LOCATION_LILYCOVE 2 #define SS_TIDAL_LOCATION_ROUTE124 3 |