summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-22 12:13:03 -0500
committerGitHub <noreply@github.com>2018-09-22 12:13:03 -0500
commiteb4408a6ff7a515d60e76ee958a88984b9b50407 (patch)
treee1290658f1e5495fd799c6a19c9263e6aeb36ec2 /asm/macros
parenta1edceb595e63012756e3ddb2107cf0a2bdd992b (diff)
parent611360c29e682ee38779b6ba0ee120032903bf3a (diff)
Merge pull request #338 from DizzyEggg/small
Rename gRandomMove to gCalledMove
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/battle_script.inc2
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