diff options
Diffstat (limited to 'Remove-Pokémon-sprite-animations.md')
-rw-r--r-- | Remove-Pokémon-sprite-animations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remove-Pokémon-sprite-animations.md b/Remove-Pokémon-sprite-animations.md index 1077f4d..039be3d 100644 --- a/Remove-Pokémon-sprite-animations.md +++ b/Remove-Pokémon-sprite-animations.md @@ -465,7 +465,7 @@ Edit [engine/pokemon/stats_screen.asm](../blob/master/engine/pokemon/stats_scree ld a, [wCurPartySpecies] call IsAPokemon ret c - call StatsScreen_LoadTextBoxSpaceGFX + call StatsScreen_LoadTextboxSpaceGFX ld de, vTiles2 tile $00 predef GetAnimatedFrontpic - hlcoord 0, 0 |