mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
13 lines
324 B
ArmAsm
13 lines
324 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} is in love with {1}!
|
|
PrintMessage msg_0197_00165, TAG_NICKNAME_NICKNAME, BATTLER_CATEGORY_ATTACKER, BATTLER_CATEGORY_MSG_TEMP
|
|
Wait
|
|
WaitButtonABTime 30
|
|
PlayBattleAnimation BATTLER_CATEGORY_ATTACKER, BATTLE_ANIMATION_INFATUATED
|
|
Wait
|
|
End
|