You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
7 lines
128 B
NASM
7 lines
128 B
NASM
|
|
BattleCommand_Splash: ; 36fe1
|
||
|
|
call AnimateCurrentMove
|
||
|
|
farcall StubbedTrainerRankings_Splash
|
||
|
|
jp PrintNothingHappened
|
||
|
|
|
||
|
|
; 36fed
|