diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
commit | fdd7b1033cb32f02eb861ca87fa92b9886bdfe37 (patch) | |
tree | 9ac899b61e39aa12abbcdb5ae406337c458c25fb /asm/field_player_avatar.s | |
parent | 2822d29c0bd7e579388f9d0772a7b5d1af430b31 (diff) |
Through ScrCmd_pokemart
Diffstat (limited to 'asm/field_player_avatar.s')
-rw-r--r-- | asm/field_player_avatar.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/field_player_avatar.s b/asm/field_player_avatar.s index aa68c6ef2..df2588587 100644 --- a/asm/field_player_avatar.s +++ b/asm/field_player_avatar.s @@ -2818,7 +2818,7 @@ PartyHasMonWithSurf: @ 805C83C _0805C84E: adds r0, r4, 0 movs r1, 0x39 - bl pokemon_has_move + bl MonKnowsMove lsls r0, 24 cmp r0, 0 beq _0805C860 |