diff options
author | Fontbane <fontbane@gmail.com> | 2019-04-04 19:28:37 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-04 19:34:35 -0500 |
commit | 9e74409bb2032e25d431dda116462759e5b51fe0 (patch) | |
tree | ddec37d138b0c3281a32b7dca27754a7ae2966a9 /src/data | |
parent | 8b88ef3e01ea2e574b8326fd46dfc1fc5af575e0 (diff) |
Fix labels, label more scripts
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/bard_music/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/bard_music/pokemon.h b/src/data/bard_music/pokemon.h index 693005360..112a5870b 100644 --- a/src/data/bard_music/pokemon.h +++ b/src/data/bard_music/pokemon.h @@ -2,7 +2,7 @@ #define GUARD_DATA_BARD_MUSIC_POKEMON_H #include "constants/species.h" -const u16 gUnknown_085F5490 = NUM_SPECIES; +const u16 gNumSpeciesNames = NUM_SPECIES; const struct BardSound gBardSounds_Pokemon[][6] = { { |