diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-26 01:19:57 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-26 01:19:57 +0100 |
commit | 938d346b6d905709deed5336086c888c98a24247 (patch) | |
tree | e432980593b00854e9b62b4ed346e11b552250dc /asm/macros | |
parent | 76f4a8b195932b4fbac9945eca8d97ffbbc0f84b (diff) |
fixes and labels
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/battle_script.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/battle_script.inc b/asm/macros/battle_script.inc index 55ec0438e..0d88f545d 100644 --- a/asm/macros/battle_script.inc +++ b/asm/macros/battle_script.inc @@ -850,7 +850,7 @@ .4byte \param0 .endm - .macro sleeptalk_choose_move param0 + .macro trychoosesleeptalkmove param0 .byte 0xa9 .4byte \param0 .endm @@ -1171,7 +1171,7 @@ .byte 0xee .endm - .macro pokeball_catch_calculation + .macro handleballthrow .byte 0xef .endm |