diff options
author | YamaArashi <shadow962@live.com> | 2016-08-20 16:01:17 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-20 16:01:17 -0700 |
commit | b98b5aa0fb35b3959d383e8f39156d476f14b5e4 (patch) | |
tree | 0e14b3aef86178beea02b198f77cdf63e9b27249 | |
parent | c49bedd91e933e8f4772f9ace5a85f95984b9755 (diff) |
name contest AI label
-rw-r--r-- | asm/rom5.s | 2 | ||||
-rw-r--r-- | data/contest_ai_scripts.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asm/rom5.s b/asm/rom5.s index c123e66d8..2362dc989 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -356845,7 +356845,7 @@ _081289BE: _081289F4: .4byte 0x020192e4 _081289F8: .4byte 0x02039238 _081289FC: .4byte 0x0203858e -_08128A00: .4byte gUnknown_081DC118 +_08128A00: .4byte gContestAIs _08128A04: strh r1, [r4, 0x2] _08128A06: diff --git a/data/contest_ai_scripts.s b/data/contest_ai_scripts.s index 1c330f635..e0ca72de2 100644 --- a/data/contest_ai_scripts.s +++ b/data/contest_ai_scripts.s @@ -11,7 +11,7 @@ enum MON_4 .align 2 -gUnknown_081DC118:: @ 81DC118 +gContestAIs:: @ 81DC118 .4byte AI_CheckForBadMove .4byte AI_CheckForCombo .4byte AI_CheckBoring |