summaryrefslogtreecommitdiff
path: root/asm/pokemon.s
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-11-02 16:37:00 -0700
committerGitHub <noreply@github.com>2021-11-02 16:37:00 -0700
commite29e61a4a1de2dff8ac4b7d0469794ba9ddf48f8 (patch)
treeaa9bf96f0d1d91f06220e670b660f5fcf829b945 /asm/pokemon.s
parentf99f00b180561afeeb4b9c9918135c2db607fd52 (diff)
parent3a1db3dfac99d017b592afa4e7e3fc7325e060cc (diff)
Merge pull request #68 from SethBarberee/sese_work
Moves and some friend_area_action_menu
Diffstat (limited to 'asm/pokemon.s')
-rw-r--r--asm/pokemon.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokemon.s b/asm/pokemon.s
index d5c7f42..bc82a47 100644
--- a/asm/pokemon.s
+++ b/asm/pokemon.s
@@ -258,7 +258,7 @@ _0808D06E:
beq _0808D07E
adds r1, r0, 0
adds r0, r4, 0
- bl sub_8092AD4
+ bl InitZeroedPPPokemonMove
b _0808D080
_0808D07E:
strb r0, [r4]
@@ -415,7 +415,7 @@ _0808D19E:
cmp r1, 0
beq _0808D1B4
adds r0, r4, 0
- bl sub_8092AD4
+ bl InitZeroedPPPokemonMove
b _0808D1B6
_0808D1B4:
strb r1, [r4]