diff options
author | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-05 01:17:54 -0500 |
---|---|---|
committer | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-05 01:17:54 -0500 |
commit | b423d06cd96fd7a0eaae8fcbf98e80c6dda5581c (patch) | |
tree | 1d6d76ed21d22ab02588eb2a6a8e23bae6a460e5 /include | |
parent | ee0fb9ea5a24066d30e33ead4b21de2d004b8faf (diff) |
Fix "Compatibility" Misspelling
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/daycare.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/daycare.h b/include/constants/daycare.h index 103f920f2..65ae403a2 100644 --- a/include/constants/daycare.h +++ b/include/constants/daycare.h @@ -1,11 +1,11 @@ #ifndef GUARD_DAYCARE_CONSTANTS_H #define GUARD_DAYCARE_CONSTANTS_H -// Parent compatability scores +// Parent compatibility scores #define PARENTS_INCOMPATIBLE 0 #define PARENTS_LOW_COMPATIBILITY 20 -#define PARENTS_MED_COMPATABILITY 50 -#define PARENTS_MAX_COMPATABILITY 70 +#define PARENTS_MED_COMPATIBILITY 50 +#define PARENTS_MAX_COMPATIBILITY 70 // Daycare state #define DAYCARE_NO_MONS 0 |