summaryrefslogtreecommitdiff
path: root/include/data.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-26 06:45:00 -0400
committerGitHub <noreply@github.com>2019-10-26 06:45:00 -0400
commiteafb77fbb912d22294f168c1e6e89575b35f0d6c (patch)
tree286f735ca16bd576926197f4f6a80ab6f0c24dc4 /include/data.h
parent7579fc65c12bd46c045d10eb8cd9a2320fd1f3f0 (diff)
parent0ae4d58e985dcc3d265ea30505f439c34eab21ab (diff)
Merge pull request #125 from jiangzhengwenjz/battle
battle (3rd take)
Diffstat (limited to 'include/data.h')
-rw-r--r--include/data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/data.h b/include/data.h
index 99594209b..9ea1f7c96 100644
--- a/include/data.h
+++ b/include/data.h
@@ -5,6 +5,7 @@
#include "constants/species.h"
#define SPECIES_SHINY_TAG 500
+#define TRAINER_ENCOUNTER_MUSIC(trainer)((gTrainers[trainer].encounterMusic_gender & 0x7F))
struct MonCoords
{
@@ -16,8 +17,6 @@ struct MonCoords
extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1];
extern const u8 gMoveNames[][13];
-extern const u8 gAbilityNames[][13];
-extern const u8 gTypeNames[][7];
extern const u16 gUnknown_8251CB8[];
extern const u16 gUnknown_8251FEE[];
extern const u16 gUnknown_8252324[];