Skip to content

Commit

Permalink
Fix bug doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 2, 2024
1 parent 16571da commit 202282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ WildFled_EnemyFled_LinkBattleCanceled:
ld hl, BattleText_EnemyFled

.print_text
; BUG: SFX_RUN does not play correctly when a wild Pokemon flees from battle (see docs/bugs_and_glitches.md)
call StdBattleTextbox
call StopDangerSound
; BUG: SFX_RUN does not play correctly when a wild Pokémon flees from battle (see docs/bugs_and_glitches.md)
ld de, SFX_RUN
call PlaySFX
call SetPlayerTurn
Expand Down

0 comments on commit 202282b

Please sign in to comment.