Stromen Animation Tweak

This commit is contained in:
Zeta_Null 2024-08-04 20:30:28 -04:00
parent 892e8fc6b1
commit 7d587205b5
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -39,11 +39,11 @@ DebugPokemon3Script:
faceplayer
opentext
writetext DebugTextA
cry LICKILORD
cry STROMEN
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SHINY
loadwildmon LICKILORD, 60
loadwildmon STROMEN, 60
startbattle
reloadmapafterbattle
end
@ -57,11 +57,11 @@ DebugPokemon4Script:
faceplayer
opentext
writetext DebugTextB
cry LICKILORD
cry STROMEN
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SAFARI
loadwildmon LICKILORD, 60
loadwildmon STROMEN, 60
startbattle
reloadmapafterbattle
end