diff options
author | YamaArashi <shadow962@live.com> | 2016-08-19 00:24:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-19 00:24:56 -0700 |
commit | 056a9ae1fa0fdfb68af541e3f7ccfe3e99104058 (patch) | |
tree | f8cc63594c29e983fb6e3ec423c6c5b914edc96e /asm/macros/contest_ai_script.s | |
parent | 6489eacfc617d8e2fe8a5d36a2a67c0daf998244 (diff) |
trim space
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index cd6e4312e..f4d4de5d5 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -83,7 +83,7 @@ .byte \param .4byte \addr .endm - + .macro if_user_order_eq param addr .byte 0x0E .byte \param @@ -101,13 +101,13 @@ .macro get_user_condition .byte 0x10 .endm - + .macro if_user_condition_less_than param addr .byte 0x11 .byte \param .4byte \addr .endm - + .macro if_user_condition_more_than param addr .byte 0x12 .byte \param @@ -218,7 +218,7 @@ .byte 0x2E .4byte \addr .endm - + @ 2F @ 30 @ 31 @@ -239,13 +239,13 @@ .byte \param .4byte \addr .endm - + .macro if_move_used_count_eq param addr .byte 0x3E .byte \param .4byte \addr .endm - + .macro contest_3F param addr .byte 0x3F .byte \param @@ -398,7 +398,7 @@ @ 85 @ 86 - + .macro if_effect_in_user_moveset param addr .byte 0x87 .2byte \param |