mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 09:01:48 -05:00
13 lines
297 B
ArmAsm
13 lines
297 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} is in love with {1}!
|
|
PrintMessage pl_msg_00000368_00165, TAG_NICKNAME_NICKNAME, BTLSCR_ATTACKER, BTLSCR_MSG_TEMP
|
|
Wait
|
|
WaitButtonABTime 30
|
|
PlayBattleAnimation BTLSCR_ATTACKER, BATTLE_ANIMATION_INFATUATED
|
|
Wait
|
|
End
|