diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 15:49:51 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 15:49:51 -0600 |
commit | 6efb614f3f3bf1b1b381bdfe220391e152fc8ebe (patch) | |
tree | 21281bb70514feab3d30b6d95aaec9932266b160 /src/battle/battle_ai.c | |
parent | 6903b3626aed4e5521243b4517c43fed3c4d0ff5 (diff) |
add more debug things
Diffstat (limited to 'src/battle/battle_ai.c')
-rw-r--r-- | src/battle/battle_ai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/battle_ai.c b/src/battle/battle_ai.c index 938d0fde1..ffc9281e4 100644 --- a/src/battle/battle_ai.c +++ b/src/battle/battle_ai.c @@ -318,7 +318,7 @@ void BattleAI_SetupAIData() " ldrb r0, [r3]\n" " mov r1, #0x0\n" " mov r2, #0xff\n" - " bl sub_8015A98\n" + " bl CheckMoveLimitations\n" " lsl r0, r0, #0x18\n" " lsr r7, r0, #0x18\n" " mov r4, #0x0\n" |