diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-15 03:34:11 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-15 03:34:11 -0400 |
commit | 8435b8835a9b5c5348b2849e943e36ffdd8c76b3 (patch) | |
tree | 57eb9977f42413654a57774bcc6262d63654b78a /asm/learn_move.s | |
parent | f22e583db60f3d0c33a3d02509c51c2a861e6abd (diff) |
move player_pc data to C file and do a lot of labeling
Diffstat (limited to 'asm/learn_move.s')
-rw-r--r-- | asm/learn_move.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/learn_move.s b/asm/learn_move.s index 84d244fe8..fdf650a08 100644 --- a/asm/learn_move.s +++ b/asm/learn_move.s @@ -51,7 +51,7 @@ sub_813269C: @ 813269C bne _081326C0 ldr r0, _081326CC @ =sub_81326D8 bl SetMainCallback2 - ldr r1, _081326D0 @ =gUnknown_0300485C + ldr r1, _081326D0 @ =gFieldCallback ldr r0, _081326D4 @ =sub_8080990 str r0, [r1] adds r0, r4, 0 @@ -63,7 +63,7 @@ _081326C0: .align 2, 0 _081326C8: .4byte gPaletteFade _081326CC: .4byte sub_81326D8 -_081326D0: .4byte gUnknown_0300485C +_081326D0: .4byte gFieldCallback _081326D4: .4byte sub_8080990 thumb_func_end sub_813269C |