diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-06 22:09:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-06 22:09:32 -0500 |
commit | d82c2a378f44c17c07835ec06bc63ad3984857da (patch) | |
tree | 8bdbb593adcf31b89a5ad4091aa91ec7969a1d05 | |
parent | 48a3eef91fd55ca19775b7e02d483fca708d8e90 (diff) |
Typo
-rw-r--r-- | Remove-Pokémon-sprite-animations.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Remove-Pokémon-sprite-animations.md b/Remove-Pokémon-sprite-animations.md index b135f6b..efc2803 100644 --- a/Remove-Pokémon-sprite-animations.md +++ b/Remove-Pokémon-sprite-animations.md @@ -288,9 +288,9 @@ BattleStartMessage: farcall CheckSleepingTreeMon jr c, .skip_cry - farcall CheckBattleScene - jr c, .cry_no_anim - +- farcall CheckBattleScene +- jr c, .cry_no_anim +- - hlcoord 12, 0 - ld d, $0 - ld e, ANIM_MON_NORMAL |