diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 14:57:02 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:10:37 -0700 |
commit | 716476e798c19e528bfa502444118d7fb412f88d (patch) | |
tree | 7b8169062d4848ed2edd4fa98add7fff135b3909 /asm/contest_ai.s | |
parent | e31301d6ea7a772df3f25b7ce60d261e0c039cc0 (diff) |
script special variables
Diffstat (limited to 'asm/contest_ai.s')
-rw-r--r-- | asm/contest_ai.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/contest_ai.s b/asm/contest_ai.s index fdc9afbb3..5b25685d4 100644 --- a/asm/contest_ai.s +++ b/asm/contest_ai.s @@ -1316,7 +1316,7 @@ _0812923C: thumb_func_start contest_ai_get_contest_type contest_ai_get_contest_type: @ 8129244 ldr r1, _08129258 @ =0x020192e4 - ldr r0, _0812925C @ =gUnknown_0203869C + ldr r0, _0812925C @ =gSpecialVar_0x8011 ldrh r0, [r0] strh r0, [r1, 0x18] ldr r1, _08129260 @ =gUnknown_02039238 @@ -1326,7 +1326,7 @@ contest_ai_get_contest_type: @ 8129244 bx lr .align 2, 0 _08129258: .4byte 0x020192e4 -_0812925C: .4byte gUnknown_0203869C +_0812925C: .4byte gSpecialVar_0x8011 _08129260: .4byte gUnknown_02039238 thumb_func_end contest_ai_get_contest_type |