shithub: pokecrystal

ref: 18efb2fab3cec16c8f82ebec71b6c2201c349f1d
dir: /engine/battle/move_effects/sunny_day.asm/

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