diff options
author | Kaz <kazbloxmc@gmail.com> | 2020-05-25 08:02:02 -0400 |
---|---|---|
committer | Kaz <kazbloxmc@gmail.com> | 2020-05-25 08:17:50 -0400 |
commit | bdd3fa89da0f3f88135b513e72ce2029c039ca95 (patch) | |
tree | dc8055f5bc193fc4c2efcff8335d35861dade5fc /src/battle_script_commands.c | |
parent | 4b894e95f85d19ad3c61b6e59ba940bffd5a5886 (diff) |
battle/anim/flying.c, psychic.c: minor NONMATCHING fixes
battle/anim/water.c: revisit AnimTask_CreateSurfWave (still NONMATCHING)
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 132de3626..950536d6b 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -5572,6 +5572,7 @@ static void atk23_getexp(void) } } +// very close permutation but still isn't right #ifdef NONMATCHING static void atk24(void) { @@ -5580,7 +5581,7 @@ static void atk24(void) s32 found1; s32 found2; - // maybe it should be like this, plethora of other atk routines do it too + // should...? be like this, plethora of other attack routines do it too if (gBattleControllerExecFlags == 0) // cmp r0, 0 { // beq 0x80209C6 for (i = 0; i < 6; i++) |