summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-05-11 16:05:04 -0400
committerGitHub <noreply@github.com>2021-05-11 16:05:04 -0400
commit0ccdd940f728d533ffff43288314cb2a3693d183 (patch)
tree9759375214d042e1aea2d0c8b09793f5314cd53d /src/pokemon.c
parent4767019e4f541a19577a9bfd09851a94b2e3c745 (diff)
parentc05af7f3941ab1aae6b45dfd0290b0d378a4aa72 (diff)
Merge pull request #429 from PikalaxALT/doc_field_effect_templates
Document field effect graphics
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index c59fd226e..350395763 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -3770,7 +3770,7 @@ static void CreateSecretBaseEnemyParty(struct SecretBaseRecord *secretBaseRecord
}
}
gBattleTypeFlags = 8;
- gTrainerBattleOpponent_A = 0x400;
+ gTrainerBattleOpponent_A = SECRET_BASE_OPPONENT;
}
u8 GetSecretBaseTrainerPicIndex(void)