name two more funcs

This commit is contained in:
Seth Barberee 2023-01-29 20:45:01 -08:00
parent 61545f247f
commit f4dd4b555f
2 changed files with 4 additions and 4 deletions

View File

@ -4553,7 +4553,7 @@ _08054C08:
adds r1, r5, 0
mov r2, r8
mov r3, r9
bl sub_805AB48
bl LightScreenMoveAction
bl _080554BA
_08054C18:
adds r0, r7, 0
@ -5614,7 +5614,7 @@ _08055468:
adds r1, r5, 0
mov r2, r8
mov r3, r9
bl sub_8059C80
bl Conversion2MoveAction
b _080554BA
_08055476:
adds r0, r7, 0

View File

@ -495,7 +495,7 @@ bool8 ConversionMoveAction(struct Entity * pokemon,struct Entity * target,struct
}
}
bool8 sub_8059C80(struct Entity *pokemon, struct Entity *target, struct Move *move, u32 param_4)
bool8 Conversion2MoveAction(struct Entity *pokemon, struct Entity *target, struct Move *move, u32 param_4)
{
Conversion2StatusTarget(pokemon, target);
return TRUE;
@ -1260,7 +1260,7 @@ bool8 BellyDrumMoveAction(struct Entity * pokemon,struct Entity * target, struct
return flag;
}
bool8 sub_805AB48(struct Entity * pokemon, struct Entity * target, struct Move *move, u32 param_4)
bool8 LightScreenMoveAction(struct Entity * pokemon, struct Entity * target, struct Move *move, u32 param_4)
{
LightScreenStatusTarget(pokemon, target);
return TRUE;