shithub: pokecrystal

ref: 0817dee42ca7482db81a8eb66413e77ad903888f
dir: /engine/battle/move_effects/sunny_day.asm/

View raw version
BattleCommand_StartSun:
; startsun
	ld a, WEATHER_SUN
	ld [wBattleWeather], a
	ld a, 5
	ld [wWeatherCount], a
	call AnimateCurrentMove
	ld hl, SunGotBrightText
	jp StdBattleTextbox