From c11e508e0507aba63e15bd43820baea98814bcde Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 19 Aug 2016 01:10:21 -0700 Subject: most appealing move macros --- asm/macros/contest_ai_script.s | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'asm/macros/contest_ai_script.s') diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index a5f2d7cc2..3bcff01da 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -221,9 +221,13 @@ .4byte \addr .endm -@ 2D +@ whether the current move is the most appealing in the user's moveset - .macro contest_2E addr + .macro check_most_appealing_move + .byte 0x2D + .endm + + .macro if_most_appealing_move addr .byte 0x2E .4byte \addr .endm -- cgit v1.2.3