summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/sunny_day.asm
blob: f5825930fd2bcc369c1477afd0d2103819283b0c (plain)
1
2
3
4
5
6
7
8
9
BattleCommand_StartSun:
; startsun
	ld a, WEATHER_SUN
	ld [wBattleWeather], a
	ld a, 5
	ld [wWeatherCount], a
	call AnimateCurrentMove
	ld hl, SunGotBrightText
	jp StdBattleTextBox