diff options
author | ExpoSeed <> | 2020-09-16 12:51:14 -0500 |
---|---|---|
committer | ExpoSeed <> | 2020-09-16 12:51:14 -0500 |
commit | 227d2dce3298f7284967451d92a443d92da836fc (patch) | |
tree | d861bd119917a23bef248b474ae73a7d3ed21003 /src | |
parent | 778e6925dec58f6796a21f212f6f69549cdcf749 (diff) |
Make description slightly more precise
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 346bbfcea..deeeda16f 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 TM. +// each bit corresponding to a TM or HM. const u32 gTMHMLearnsets[][2] = { [SPECIES_NONE] = TMHM_LEARNSET(0), |