summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros')
-rwxr-xr-xasm/macros/contest_ai_script.s8
1 files changed, 6 insertions, 2 deletions
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