mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
16 lines
412 B
ArmAsm
16 lines
412 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} unleashed energy!
|
|
PrintMessage msg_0197_00335, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UpdateMonData OPCODE_FLAG_OFF, BATTLER_CATEGORY_ATTACKER, BMON_DATA_STATUS2, STATUS2_LOCKED_INTO_MOVE
|
|
// But there was no target...
|
|
PrintMessage msg_0197_01234, TAG_NONE
|
|
Wait
|
|
WaitButtonABTime 30
|
|
End
|