diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-02 11:32:00 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-02 11:32:00 +0100 |
commit | a740bc719037612da65941482e4a0dab4837c629 (patch) | |
tree | 291ba897a82f6aad9c7549cbb25f6940c0c6259b /src/battle_script_commands.c | |
parent | 9d8a43a1fb5d83680bd8509fa3fbc3b491b8bbf8 (diff) |
Name action 11
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 6bbee842e..6023b2c1b 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -4233,13 +4233,13 @@ static void atk3D_end(void) gMoveResultFlags = 0; gActiveBattler = 0; - gCurrentActionFuncId = 0xB; + gCurrentActionFuncId = B_ACTION_TRY_FINISH; } static void atk3E_end2(void) { gActiveBattler = 0; - gCurrentActionFuncId = 0xB; + gCurrentActionFuncId = B_ACTION_TRY_FINISH; } static void atk3F_end3(void) // pops the main function stack |