summaryrefslogtreecommitdiff
path: root/engine/battle_start.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-12 23:37:31 -0500
committerGitHub <noreply@github.com>2017-12-12 23:37:31 -0500
commit0dd914e5f9d3fd41ad9d440d9f2c2baa20b42aee (patch)
tree297be833265b586cdaeace1d6065b402bc3ff030 /engine/battle_start.asm
parent05ac706f6052ade04a0d258862a705d3f41283bf (diff)
parentcd88196b7fab887c41c73c448da05add9b036b79 (diff)
Merge pull request #416 from roukaour/master
Document bugs in docs/bugs.md
Diffstat (limited to 'engine/battle_start.asm')
-rw-r--r--engine/battle_start.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/battle_start.asm b/engine/battle_start.asm
index b16bbbd67..7a16c3b82 100644
--- a/engine/battle_start.asm
+++ b/engine/battle_start.asm
@@ -196,9 +196,10 @@ FlashyTransitionToBattle: ; 8c314
StartTrainerBattle_DetermineWhichAnimation: ; 8c365 (23:4365)
-; The screen flashes a different number of
-; times depending on the level of your lead
-; Pokemon relative to the opponent's.
+; The screen flashes a different number of times depending on the level of
+; your lead Pokemon relative to the opponent's.
+; BUG: BattleMonLevel and EnemyMonLevel are not set at this point, so whatever
+; values happen to be there will determine the animation.
ld de, 0
ld a, [BattleMonLevel]
add 3