diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-22 12:13:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-22 12:13:03 -0500 |
commit | eb4408a6ff7a515d60e76ee958a88984b9b50407 (patch) | |
tree | e1290658f1e5495fd799c6a19c9263e6aeb36ec2 /asm/macros/battle_script.inc | |
parent | a1edceb595e63012756e3ddb2107cf0a2bdd992b (diff) | |
parent | 611360c29e682ee38779b6ba0ee120032903bf3a (diff) |
Merge pull request #338 from DizzyEggg/small
Rename gRandomMove to gCalledMove
Diffstat (limited to 'asm/macros/battle_script.inc')
-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 34d529cc7..927a0edd1 100644 --- a/asm/macros/battle_script.inc +++ b/asm/macros/battle_script.inc @@ -530,7 +530,7 @@ .byte \battler .endm - .macro jumptorandomattack param0 + .macro jumptocalledmove param0 .byte 0x63 .byte \param0 .endm |