mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
15 lines
206 B
ArmAsm
15 lines
206 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
CheckEffectActivation _003
|
|
Call BATTLE_SUBSCRIPT_FREEZE
|
|
|
|
_003:
|
|
CheckEffectActivation _007
|
|
Call BATTLE_SUBSCRIPT_FLINCH_MON
|
|
|
|
_007:
|
|
End
|