diff options
author | ExpoSeed <> | 2020-09-16 12:36:11 -0500 |
---|---|---|
committer | ExpoSeed <> | 2020-09-16 12:36:11 -0500 |
commit | 778e6925dec58f6796a21f212f6f69549cdcf749 (patch) | |
tree | 6b5213496fa8d6afd0ad817eca9dd53b3fde24d5 /src | |
parent | b542eb1d5fbbff1499d8ee2274eae1b3b0369e82 (diff) |
Complete TMHM Learnset description
Diffstat (limited to 'src')
-rw-r--r-- | src/data/pokemon/tmhm_learnsets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/pokemon/tmhm_learnsets.h b/src/data/pokemon/tmhm_learnsets.h index 3ad9a97c6..346bbfcea 100644 --- a/src/data/pokemon/tmhm_learnsets.h +++ b/src/data/pokemon/tmhm_learnsets.h @@ -3,7 +3,7 @@ // This table determines which TMs and HMs a species is capable of learning. // Each entry is a 64-bit bit array spread across two 32-bit values, with -// each bit corresponding to a . +// each bit corresponding to a TM. const u32 gTMHMLearnsets[][2] = { [SPECIES_NONE] = TMHM_LEARNSET(0), |