diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 11:35:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 11:35:41 +0200 |
commit | 154a70e22829891ec56561e454a73a67e609679d (patch) | |
tree | 850d26c7955d58249b33eb5d7c9979a61e155548 /asm/battle_controller_player.s | |
parent | 6292b82503bf2eb611e5fea6f1710b25578d4fc8 (diff) |
start pokemon3 decomp
Diffstat (limited to 'asm/battle_controller_player.s')
-rw-r--r-- | asm/battle_controller_player.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_controller_player.s b/asm/battle_controller_player.s index 5854d5e47..4678c8e79 100644 --- a/asm/battle_controller_player.s +++ b/asm/battle_controller_player.s @@ -7067,7 +7067,7 @@ sub_805B258: @ 805B258 adds r0, r1 lsls r0, 2 adds r0, r5 - ldr r1, =gUnknown_020244E4 + ldr r1, =gBattleMonForms adds r6, r1 ldrb r1, [r6] bl StartSpriteAnim @@ -8748,7 +8748,7 @@ sub_805C248: @ 805C248 adds r0, r1 ldr r1, =sub_80598A4 str r1, [r0] - ldr r1, =gUnknown_020244B8 + ldr r1, =gBankInMenu ldrb r0, [r2] strb r0, [r1] movs r3, 0 @@ -8896,7 +8896,7 @@ _0805C330: adds r0, r1 ldr r1, =sub_80597CC str r1, [r0] - ldr r1, =gUnknown_020244B8 + ldr r1, =gBankInMenu ldrb r0, [r4] strb r0, [r1] _0805C3BC: |