summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-09-16 14:21:21 -0400
committerGitHub <noreply@github.com>2020-09-16 14:21:21 -0400
commit62b79018dc7b1ae8d6b98acee04e2f8c16470f4f (patch)
treed861bd119917a23bef248b474ae73a7d3ed21003 /src
parentb542eb1d5fbbff1499d8ee2274eae1b3b0369e82 (diff)
parent227d2dce3298f7284967451d92a443d92da836fc (diff)
Merge pull request #1194 from ExpoSeed/typo-fix
Complete TMHM Learnset description
Diffstat (limited to 'src')
-rw-r--r--src/data/pokemon/tmhm_learnsets.h2
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..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 .
+// each bit corresponding to a TM or HM.
const u32 gTMHMLearnsets[][2] =
{
[SPECIES_NONE] = TMHM_LEARNSET(0),