diff options
author | Evan <eroelke@gmail.com> | 2019-11-30 15:09:08 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-30 15:09:08 -0500 |
commit | 98c3bb201f2519383eda190acca93afaec977c59 (patch) | |
tree | c28870f21956f59e181add7bbe09c9e3fb462a9d /include | |
parent | f3ec101b4678d80a72e114ec09b8d7e3bf90f411 (diff) |
port all to c
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index ad1a0fed8..dc2db9cbf 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -91,7 +91,7 @@ extern const struct OamData gOamData_83ACB88; extern const struct OamData gOamData_83ACBC0; extern const struct OamData gOamData_83ACBE8; -// battle_anim.s +// battle_anim.c void MoveBattlerSpriteToBG(u8 battlerId, u8); void sub_8073128(u8); void ClearBattleAnimationVars(void); |