diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 15:27:55 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:27:55 -0700 |
commit | ee9a346e69ddb800899c0dfe4730898592169f01 (patch) | |
tree | 3e96bebf9634a5528b6af353c8beeecded913dce /asm/contest_effect.s | |
parent | 716476e798c19e528bfa502444118d7fb412f88d (diff) |
contest category var
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 26c810341..4ae5c7e41 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 @ =gSpecialVar_0x8011 + ldr r1, _080B8EF8 @ =gScriptContestCategory 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 gSpecialVar_0x8011 +_080B8EF8: .4byte gScriptContestCategory thumb_func_end ContestEffect_44 thumb_func_start ContestEffect_45 |