Rename removelishtscreenreflect to removescreens (#6495)

This commit is contained in:
Alex 2025-03-30 10:52:24 +02:00 committed by GitHub
parent 23841f6322
commit 388389714b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View File

@ -1269,7 +1269,7 @@
.byte 0xed
.endm
.macro removelightscreenreflect
.macro removescreens
.byte 0xee
.endm

View File

@ -5072,7 +5072,7 @@ BattleScript_EffectBrickBreak::
attackstring
ppreduce
typecalc
removelightscreenreflect
removescreens
critcalc
damagecalc
adjustdamage

View File

@ -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();