diff options
author | YamaArashi <shadow962@live.com> | 2016-08-19 01:10:21 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-19 01:12:28 -0700 |
commit | c11e508e0507aba63e15bd43820baea98814bcde (patch) | |
tree | fbc3cffb7b85160993878386a4991022be509157 /asm/macros/contest_ai_script.s | |
parent | 26e4104dbf5f37bb67c21dadd50351f77dcf6321 (diff) |
most appealing move macros
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 8 |
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 |