diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-11 16:05:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 16:05:04 -0400 |
commit | 0ccdd940f728d533ffff43288314cb2a3693d183 (patch) | |
tree | 9759375214d042e1aea2d0c8b09793f5314cd53d /src/pokemon.c | |
parent | 4767019e4f541a19577a9bfd09851a94b2e3c745 (diff) | |
parent | c05af7f3941ab1aae6b45dfd0290b0d378a4aa72 (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.c | 2 |
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) |