mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-18 16:53:54 -05:00
name two more funcs
This commit is contained in:
parent
61545f247f
commit
f4dd4b555f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user