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_effect.s | |
parent | e31301d6ea7a772df3f25b7ce60d261e0c039cc0 (diff) |
script special variables
Diffstat (limited to 'asm/contest_effect.s')
-rw-r--r-- | asm/contest_effect.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/contest_effect.s b/asm/contest_effect.s index 32dc389b4..26c810341 100644 --- a/asm/contest_effect.s +++ b/asm/contest_effect.s @@ -2413,7 +2413,7 @@ ContestEffect_44: @ 80B8EBC adds r0, r3 ldrb r0, [r0, 0x1] lsls r0, 29 - ldr r1, _080B8EF8 @ =gUnknown_0203869C + ldr r1, _080B8EF8 @ =gSpecialVar_0x8011 lsrs r0, 29 ldrh r1, [r1] cmp r0, r1 @@ -2428,7 +2428,7 @@ _080B8EEA: .align 2, 0 _080B8EF0: .4byte gContestMoves _080B8EF4: .4byte 0x020192d0 -_080B8EF8: .4byte gUnknown_0203869C +_080B8EF8: .4byte gSpecialVar_0x8011 thumb_func_end ContestEffect_44 thumb_func_start ContestEffect_45 |