Fix "Compatibility" Misspelling

Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
This commit is contained in:
Deokishisu
2021-02-05 01:17:54 -05:00
parent ee0fb9ea5a
commit b423d06cd9
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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