From f4dd4b555fa75296e1bda1ccda4b79ed315df98e Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 29 Jan 2023 20:45:01 -0800 Subject: [PATCH] name two more funcs --- asm/code_80521D0.s | 4 ++-- src/code_805A120.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asm/code_80521D0.s b/asm/code_80521D0.s index c82edcbf1..61f76ebeb 100644 --- a/asm/code_80521D0.s +++ b/asm/code_80521D0.s @@ -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 diff --git a/src/code_805A120.c b/src/code_805A120.c index 44b741a82..7946bacd2 100644 --- a/src/code_805A120.c +++ b/src/code_805A120.c @@ -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;