shithub: pokecrystal

ref: 145d8dd5c22e8e4c5b0dbf2b9b013db37b7dd844
dir: /engine/battle/move_effects/rain_dance.asm/

View raw version
BattleCommand_StartRain:
	ld a, WEATHER_RAIN
	ld [wBattleWeather], a
	ld a, 5
	ld [wWeatherCount], a
	call AnimateCurrentMove
	ld hl, DownpourText
	jp StdBattleTextbox