diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-06 22:13:33 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-06 22:13:33 -0500 |
commit | 6da048c4a9f78e9ed4a420904856be68f342a307 (patch) | |
tree | 17982c1eddab2860a1a130328970051c273dfcc7 | |
parent | d82c2a378f44c17c07835ec06bc63ad3984857da (diff) |
Formatting
-rw-r--r-- | Remove-Pokémon-sprite-animations.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Remove-Pokémon-sprite-animations.md b/Remove-Pokémon-sprite-animations.md index efc2803..b741b9e 100644 --- a/Remove-Pokémon-sprite-animations.md +++ b/Remove-Pokémon-sprite-animations.md @@ -256,11 +256,14 @@ Edit [engine/battle/core.asm](../blob/master/engine/battle/core.asm): Function_SetEnemyMonAndSendOutAnimation: ... + .not_shiny ld bc, wTempMonSpecies farcall CheckFaintedFrzSlp jr c, .skip_cry + - farcall CheckBattleScene - jr c, .cry_no_anim +- - hlcoord 12, 0 - ld d, $0 - ld e, ANIM_MON_SLOW |