diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:05:53 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:05:53 -0500 |
commit | 28aec67f6e99db64582f66b26a5c898fe9943e00 (patch) | |
tree | 99013660bf77e7a6e48114fc2bed6fdc25c77e99 /battle/objects | |
parent | 6ba30e593e39057b700920808af0309c672688a0 (diff) |
Document one more bug/oversight
Move FleeMons table into data/
Diffstat (limited to 'battle/objects')
-rwxr-xr-x | battle/objects/functions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/objects/functions.asm b/battle/objects/functions.asm index 6a0c2ecf8..64c390cbe 100755 --- a/battle/objects/functions.asm +++ b/battle/objects/functions.asm @@ -450,7 +450,7 @@ GetBallAnimPal: ; cd249 (33:5249) ret ; cd26c (33:526c) -INCLUDE "data/ball_colors.asm" +INCLUDE "data/battle/ball_colors.asm" BattleAnimFunction_10: ; cd284 (33:5284) call BattleAnim_AnonJumptable |