Skip to content

Commit

Permalink
Hide weather icon when 'No moves left' text is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
walshyb authored and vulcandth committed Aug 13, 2024
1 parent 6e9c862 commit f333376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5176,6 +5176,7 @@ MoveSelectionScreen:
jmp MoveSelectionScreen

.struggle
call ClearSprites
ld a, STRUGGLE
ld [wCurPlayerMove], a
ld hl, BattleText_PkmnHasNoMovesLeft
Expand Down

0 comments on commit f333376

Please sign in to comment.