pokeplatinum/res/battle/scripts/subscripts/subscript_use_stat_booster.s
2024-07-16 12:01:40 -07:00

18 lines
508 B
ArmAsm
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "macros/btlcmd.inc"
.data
_000:
WaitButtonABTime 15
PlaySound BTLSCR_ATTACKER, 1516
// {0} {1} used one {2}!
PrintMessage pl_msg_00000368_00858, TAG_TRCLASS_TRNAME_ITEM, BTLSCR_ATTACKER, BTLSCR_ATTACKER, BTLSCR_MSG_TEMP
Wait
WaitButtonABTime 30
UseBagItem BTLSCR_ATTACKER
// The {1} raised {0}s {2}!
PrintMessage pl_msg_00000368_00756, TAG_NICKNAME_ITEM_STAT, BTLSCR_ATTACKER, BTLSCR_MSG_TEMP, BTLSCR_MSG_TEMP
Wait
WaitButtonABTime 30
End