mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
14 lines
342 B
ArmAsm
14 lines
342 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
PlayBattleAnimation BATTLER_CATEGORY_PLAYER, BATTLE_ANIMATION_WEATHER_RAIN
|
|
Wait
|
|
// It started to rain!
|
|
PrintMessage msg_0197_00799, TAG_NONE
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UpdateVar OPCODE_FLAG_ON, BSCRIPT_VAR_FIELD_CONDITION, FIELD_CONDITION_RAIN_PERMANENT
|
|
End
|