diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-11 10:11:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-11 10:11:23 -0400 |
commit | 75a89830a95a47cea2cc6a0732ca0da454c74ab7 (patch) | |
tree | 0c0149b15f5467a5f0bd316e11fc6d2a356b8062 /asm/battle_controller_oak.s | |
parent | 9b58695341f0bb4291fcd4decd2292a1ebd0bcd7 (diff) |
Cleanup and documentation of teachy_tv
Diffstat (limited to 'asm/battle_controller_oak.s')
-rw-r--r-- | asm/battle_controller_oak.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_oak.s b/asm/battle_controller_oak.s index abc839dce..9f878733e 100644 --- a/asm/battle_controller_oak.s +++ b/asm/battle_controller_oak.s @@ -7435,7 +7435,7 @@ sub_80EB274: @ 80EB274 thumb_func_start sub_80EB280 sub_80EB280: @ 80EB280 push {r4,lr} - ldr r2, _080EB2C4 @ =gUnknown_2023E8A + ldr r2, _080EB2C4 @ =gBattleOutcome ldr r1, _080EB2C8 @ =gUnknown_2022BC4 ldr r4, _080EB2CC @ =gActiveBattler ldrb r0, [r4] @@ -7466,7 +7466,7 @@ _080EB2BC: pop {r0} bx r0 .align 2, 0 -_080EB2C4: .4byte gUnknown_2023E8A +_080EB2C4: .4byte gBattleOutcome _080EB2C8: .4byte gUnknown_2022BC4 _080EB2CC: .4byte gActiveBattler _080EB2D0: .4byte gBattleTypeFlags |