mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 00:51:34 -05:00
13 lines
262 B
ArmAsm
13 lines
262 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} is fast asleep.
|
|
PrintMessage pl_msg_00000368_00299, TAG_NICKNAME, BTLSCR_ATTACKER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
PlayBattleAnimation BTLSCR_ATTACKER, BATTLE_ANIMATION_ASLEEP
|
|
Wait
|
|
End
|