Rename removelishtscreenreflect to removescreens (#6495)
This commit is contained in:
parent
23841f6322
commit
388389714b
@ -1269,7 +1269,7 @@
|
||||
.byte 0xed
|
||||
.endm
|
||||
|
||||
.macro removelightscreenreflect
|
||||
.macro removescreens
|
||||
.byte 0xee
|
||||
.endm
|
||||
|
||||
|
||||
@ -5072,7 +5072,7 @@ BattleScript_EffectBrickBreak::
|
||||
attackstring
|
||||
ppreduce
|
||||
typecalc
|
||||
removelightscreenreflect
|
||||
removescreens
|
||||
critcalc
|
||||
damagecalc
|
||||
adjustdamage
|
||||
|
||||
@ -585,7 +585,7 @@ static void Cmd_tryrecycleitem(void);
|
||||
static void Cmd_settypetoterrain(void);
|
||||
static void Cmd_pursuitdoubles(void);
|
||||
static void Cmd_snatchsetbattlers(void);
|
||||
static void Cmd_removelightscreenreflect(void);
|
||||
static void Cmd_removescreens(void);
|
||||
static void Cmd_handleballthrow(void);
|
||||
static void Cmd_givecaughtmon(void);
|
||||
static void Cmd_trysetcaughtmondexflags(void);
|
||||
@ -844,7 +844,7 @@ void (* const gBattleScriptingCommandsTable[])(void) =
|
||||
Cmd_settypetoterrain, //0xEB
|
||||
Cmd_pursuitdoubles, //0xEC
|
||||
Cmd_snatchsetbattlers, //0xED
|
||||
Cmd_removelightscreenreflect, //0xEE
|
||||
Cmd_removescreens, //0xEE
|
||||
Cmd_handleballthrow, //0xEF
|
||||
Cmd_givecaughtmon, //0xF0
|
||||
Cmd_trysetcaughtmondexflags, //0xF1
|
||||
@ -15782,8 +15782,7 @@ static void Cmd_snatchsetbattlers(void)
|
||||
gBattlescriptCurrInstr = cmd->nextInstr;
|
||||
}
|
||||
|
||||
// Brick Break
|
||||
static void Cmd_removelightscreenreflect(void)
|
||||
static void Cmd_removescreens(void)
|
||||
{
|
||||
CMD_ARGS();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user