summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-03 13:27:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-03 13:27:37 -0400
commitcb90fda18d63e0d780b6766d2fce95193127e208 (patch)
tree0f4098685c10ff45df13bd7f9fff72845d62e5f1 /src/pokemon.c
parent9ed87063f1682488a809f95dd578dec37d916aad (diff)
Refactor some 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)