diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 18:30:55 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 18:30:55 -0800 |
commit | 530adda9554ba77e65a05f795e85432b008f9655 (patch) | |
tree | b72054da2db0109a922a81b2dcf44a86be51bf5a /src/intro.c | |
parent | 7de050c235adef3031c991bbf4520d785f0a31ad (diff) |
name some functions
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.c b/src/intro.c index dfc1d6a4c..1b10cdbc7 100644 --- a/src/intro.c +++ b/src/intro.c @@ -637,14 +637,14 @@ static void Task_IntroPokemonBattle(u8 taskId) spriteId = sub_813CE88(SPECIES_MUDKIP, 0x20, 0x98, 0, 0); gSprites[spriteId].callback = sub_813E210; gTasks[taskId].data[4] = spriteId; - sub_813EDBC(spriteId); + InitIntroMudkipAttackAnim(spriteId); } if (gIntroFrameCounter == 700) { spriteId = sub_813CE88(SPECIES_TORCHIC, -8, 0x90, 1, 0); gSprites[spriteId].callback = sub_813E210; gTasks[taskId].data[5] = spriteId; - sub_813EB4C(spriteId); + InitIntroTorchicAttackAnim(spriteId); } if (gIntroFrameCounter == 776) { |