diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-13 14:26:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-13 14:26:34 -0400 |
commit | e82080d42bbb81b2add8bef5c073cc353dfea307 (patch) | |
tree | ce62aa2f8fdc375922228144285959a7eb471764 /src/pokemon.c | |
parent | b1603bba92dac95fd1621978f21ee9bf107f7b6a (diff) | |
parent | 3dce3407d5f9bca69d61b1cf1b314fb1e921d572 (diff) |
Merge remote-tracking branch 'origin/master' into modern_ld
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) |