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.s | |
parent | 716476e798c19e528bfa502444118d7fb412f88d (diff) |
contest category var
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/asm/contest.s b/asm/contest.s index 044a43aad..c13ed9672 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -6187,7 +6187,7 @@ _080AE48E: movs r0, 0x4 b _080AE50A _080AE49E: - ldr r0, _080AE4B0 @ =gSpecialVar_0x8011 + ldr r0, _080AE4B0 @ =gScriptContestCategory ldrh r0, [r0] cmp r0, 0x4 bhi _080AE4F2 @@ -6197,7 +6197,7 @@ _080AE49E: ldr r0, [r0] mov pc, r0 .align 2, 0 -_080AE4B0: .4byte gSpecialVar_0x8011 +_080AE4B0: .4byte gScriptContestCategory _080AE4B4: .4byte _080AE4B8 .align 2, 0 _080AE4B8: @@ -13239,7 +13239,7 @@ contest_get_move_excitement: @ 80B19FC ldrb r1, [r0, 0x1] lsls r1, 29 lsrs r1, 29 - ldr r0, _080B1A28 @ =gSpecialVar_0x8011 + ldr r0, _080B1A28 @ =gScriptContestCategory ldrh r2, [r0] lsls r0, r2, 2 adds r0, r2 @@ -13251,7 +13251,7 @@ contest_get_move_excitement: @ 80B19FC .align 2, 0 _080B1A20: .4byte gContestExcitementTable _080B1A24: .4byte gContestMoves -_080B1A28: .4byte gSpecialVar_0x8011 +_080B1A28: .4byte gScriptContestCategory thumb_func_end contest_get_move_excitement thumb_func_start sub_80B1A2C @@ -15401,7 +15401,7 @@ _080B2AB6: _080B2AC8: .4byte gUnknown_02038690 _080B2ACC: .4byte gUnknown_02038695 _080B2AD0: - ldr r0, _080B2AE4 @ =gSpecialVar_0x8011 + ldr r0, _080B2AE4 @ =gScriptContestCategory ldrh r0, [r0] cmp r0, 0x4 bhi _080B2B16 @@ -15411,7 +15411,7 @@ _080B2AD0: ldr r0, [r0] mov pc, r0 .align 2, 0 -_080B2AE4: .4byte gSpecialVar_0x8011 +_080B2AE4: .4byte gScriptContestCategory _080B2AE8: .4byte _080B2AEC .align 2, 0 _080B2AEC: @@ -15492,7 +15492,7 @@ _080B2B16: mov r1, r9 cmp r1, 0xFF beq _080B2BB8 - ldr r0, _080B2BB0 @ =gSpecialVar_0x8011 + ldr r0, _080B2BB0 @ =gScriptContestCategory ldrh r1, [r0] ldr r0, _080B2BB4 @ =0x00002e06 add r0, r8 @@ -15505,7 +15505,7 @@ _080B2BA0: .4byte gUnknown_02038570 _080B2BA4: .4byte 0x00002e04 _080B2BA8: .4byte 0x00002e07 _080B2BAC: .4byte 0x00002e12 -_080B2BB0: .4byte gSpecialVar_0x8011 +_080B2BB0: .4byte gScriptContestCategory _080B2BB4: .4byte 0x00002e06 _080B2BB8: ldr r0, _080B2BC0 @ =0x00002e06 @@ -15659,7 +15659,7 @@ _080B2CCA: .align 2, 0 _080B2CD0: .4byte gSaveBlock1 + 0x2DFC _080B2CD4: - ldr r0, _080B2CE8 @ =gSpecialVar_0x8011 + ldr r0, _080B2CE8 @ =gScriptContestCategory ldrh r0, [r0] cmp r0, 0x4 bhi _080B2D14 @@ -15669,7 +15669,7 @@ _080B2CD4: ldr r0, [r0] mov pc, r0 .align 2, 0 -_080B2CE8: .4byte gSpecialVar_0x8011 +_080B2CE8: .4byte gScriptContestCategory _080B2CEC: .4byte _080B2CF0 .align 2, 0 _080B2CF0: |