mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 00:51:34 -05:00
14 lines
245 B
ArmAsm
14 lines
245 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TrainerSlideIn BTLSCR_ENEMY, BATTLER_TYPE_SOLO_ENEMY
|
|
Wait
|
|
PrintBufferedTrainerMessage BTLSCR_ENEMY
|
|
Wait
|
|
WaitButtonABTime 60
|
|
TrainerSlideOut BTLSCR_ENEMY
|
|
Wait
|
|
End
|