diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 11:56:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 11:56:24 -0500 |
commit | bd88c803793a6e5c8f5d2ac1a852c912e980ef1d (patch) | |
tree | d45390654cd3f80ffccd4af95760133ef77366bd /asm/post_battle_event_funcs.s | |
parent | 10fff9c6f2d29899952d1751d3de827e7e98bb60 (diff) | |
parent | 05d03f7f3256b143a01506421c19964bcceaea5c (diff) |
Merge pull request #18 from ProjectRevoTPP/pokemon
almost finish decompiling pokemon.c
Diffstat (limited to 'asm/post_battle_event_funcs.s')
-rw-r--r-- | asm/post_battle_event_funcs.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/post_battle_event_funcs.s b/asm/post_battle_event_funcs.s index c3a732184..14703e26e 100644 --- a/asm/post_battle_event_funcs.s +++ b/asm/post_battle_event_funcs.s @@ -78,7 +78,7 @@ _080CA34A: adds r0, r4, 0 movs r1, 0x43 mov r2, sp - bl sub_804037C + bl SetMonData movs r6, 0x1 _080CA388: adds r5, 0x1 |