diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-22 19:08:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-22 19:08:41 +0200 |
commit | 611360c29e682ee38779b6ba0ee120032903bf3a (patch) | |
tree | e1290658f1e5495fd799c6a19c9263e6aeb36ec2 /asm/macros | |
parent | e362c06aea1ea68b79d23f5147549fb709c50fef (diff) |
calledattack to calledmove
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/battle_script.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/battle_script.inc b/asm/macros/battle_script.inc index 5b283b647..927a0edd1 100644 --- a/asm/macros/battle_script.inc +++ b/asm/macros/battle_script.inc @@ -530,7 +530,7 @@ .byte \battler .endm - .macro jumptocalledattack param0 + .macro jumptocalledmove param0 .byte 0x63 .byte \param0 .endm |