Skip to content

Commit

Permalink
Load Weather Icon sprite if present on MoveDescription close
Browse files Browse the repository at this point in the history
  • Loading branch information
walshyb authored and vulcandth committed Aug 13, 2024
1 parent 2b84439 commit 6e9c862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5135,6 +5135,9 @@ MoveSelectionScreen:
call StdBattleTextbox
.start_over
call SafeLoadTempTileMapToTileMap
ld c, 2
call DelayFrames
call LoadWeatherIconSprite
jmp MoveSelectionScreen

.pressed_up
Expand Down Expand Up @@ -5201,7 +5204,7 @@ MoveSelectionScreen:
pop hl
call BattleMoveDescTextbox
call WaitPressAorB_BlinkCursor
jr .start_over
jmp .start_over

SetChoiceLock:
; Set choice lock to move choice c (0-3)
Expand Down

0 comments on commit 6e9c862

Please sign in to comment.