diff options
author | YamaArashi <shadow962@live.com> | 2016-08-19 01:45:58 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-19 01:45:58 -0700 |
commit | 9662ef87325dcd6e7fa56796f422b98c33efa5b1 (patch) | |
tree | 7a91567fdc943a976f9424bf0c13215f6ac61a55 | |
parent | 73223372bdd201258099ade7f18273447d4a1201 (diff) |
call macro
-rwxr-xr-x | asm/macros/contest_ai_script.s | 2 | ||||
-rw-r--r-- | data/contest_ai_scripts.s | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index 458b6b27f..a35c3e7ba 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -420,7 +420,7 @@ .4byte \addr .endm - .macro contest_80 addr + .macro call addr .byte 0x80 .4byte \addr .endm diff --git a/data/contest_ai_scripts.s b/data/contest_ai_scripts.s index 3275c5985..308950679 100644 --- a/data/contest_ai_scripts.s +++ b/data/contest_ai_scripts.s @@ -44,7 +44,7 @@ gUnknown_081DC118:: @ 81DC118 if_effect_not_eq 0x26 ContestUnreferenced_80 score 0x0A ContestUnreferenced_80: - contest_80 ContestUnreferenced_0D + call ContestUnreferenced_0D end ContestUnreferenced_0D: if_user_order_more_than 0x01 ContestUnreferenced_end @@ -188,8 +188,8 @@ AI_end_081DC2AB: Unknown_081DC348: if_would_finish_combo AI_score_081DC348 - contest_80 AI_contest3F_081DC348 - contest_80 AI_contest45_081DC348 + call AI_contest3F_081DC348 + call AI_contest45_081DC348 end AI_contest3F_081DC348: if_move_used_count_not_eq 0x00 AI_end_081DC348 |