diff options
Diffstat (limited to 'engine/battle/move_effects/splash.asm')
-rw-r--r-- | engine/battle/move_effects/splash.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/battle/move_effects/splash.asm b/engine/battle/move_effects/splash.asm new file mode 100644 index 000000000..5b5e504b8 --- /dev/null +++ b/engine/battle/move_effects/splash.asm @@ -0,0 +1,6 @@ +BattleCommand_Splash: ; 36fe1 + call AnimateCurrentMove + farcall StubbedTrainerRankings_Splash + jp PrintNothingHappened + +; 36fed |