mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
14 lines
279 B
ArmAsm
14 lines
279 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TrainerSlideIn BATTLER_CATEGORY_ENEMY, BATTLER_TYPE_SOLO_ENEMY
|
|
Wait
|
|
PrintBufferedTrainerMessage BATTLER_CATEGORY_ENEMY
|
|
Wait
|
|
WaitButtonABTime 60
|
|
TrainerSlideOut BATTLER_CATEGORY_ENEMY
|
|
Wait
|
|
End
|