Merge pull request #1194 from ExpoSeed/typo-fix

Complete TMHM Learnset description
This commit is contained in:
GriffinR 2020-09-16 14:21:21 -04:00 committed by GitHub
commit 62b79018dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),