mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Make description slightly more precise
This commit is contained in:
parent
778e6925de
commit
227d2dce32
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user