summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-13 14:26:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-13 14:26:34 -0400
commite82080d42bbb81b2add8bef5c073cc353dfea307 (patch)
treece62aa2f8fdc375922228144285959a7eb471764 /src/pokemon.c
parentb1603bba92dac95fd1621978f21ee9bf107f7b6a (diff)
parent3dce3407d5f9bca69d61b1cf1b314fb1e921d572 (diff)
Merge remote-tracking branch 'origin/master' into modern_ld
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)