diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 18:27:54 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 18:27:54 +0200 |
commit | 8e88f2790af8e98d695c35088cf7b493356ae03c (patch) | |
tree | 649249b1d5e4f6cc396a473f9b18d6bd22053c34 /asm/battle_controller_wally.s | |
parent | 5394435520c4942ec9935454ff420acbab2ff4e4 (diff) |
pokemon2 get mon data troubles
Diffstat (limited to 'asm/battle_controller_wally.s')
-rw-r--r-- | asm/battle_controller_wally.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_wally.s b/asm/battle_controller_wally.s index 683c74c8d..b44ec0ed3 100644 --- a/asm/battle_controller_wally.s +++ b/asm/battle_controller_wally.s @@ -3037,7 +3037,7 @@ sub_8169EC8: @ 8169EC8 lsls r1, 24 lsrs r1, 24 movs r0, 0x6 - bl template_build_for_pokemon_or_trainer + bl sub_806A12C ldr r0, =gUnknown_0202499C ldr r1, =gUnknown_08305D2C ldrb r1, [r1, 0x18] @@ -3122,7 +3122,7 @@ dp01t_07_6_: @ 8169F94 lsls r1, 24 lsrs r1, 24 movs r0, 0x6 - bl template_build_for_pokemon_or_trainer + bl sub_806A12C ldr r0, =gUnknown_0202499C ldr r1, =gUnknown_08305D2C ldrb r1, [r1, 0x18] |