Skip to content

Commit c8e978c

Browse files
authored
Pret merge 2025-04-29 (#6722)
2 parents 9c6fa49 + 4873589 commit c8e978c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+733
-724
lines changed

asm/macros/battle_script.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@
11001100
.byte \battler
11011101
.endm
11021102

1103-
.macro callterrainattack
1103+
.macro callenvironmentattack
11041104
.byte 0xcc
11051105
.endm
11061106

@@ -1255,7 +1255,7 @@
12551255
.4byte \failInstr
12561256
.endm
12571257

1258-
.macro settypetoterrain failInstr:req
1258+
.macro settypetoenvironment failInstr:req
12591259
.byte 0xeb
12601260
.4byte \failInstr
12611261
.endm

data/battle_anim_scripts.s

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

data/battle_scripts_1.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,7 +4946,7 @@ BattleScript_EffectNaturePower::
49464946
attackcanceler
49474947
attackstring
49484948
pause B_WAIT_TIME_SHORT
4949-
callterrainattack
4949+
callenvironmentattack
49504950
printstring STRINGID_NATUREPOWERTURNEDINTO
49514951
waitmessage B_WAIT_TIME_LONG
49524952
return
@@ -5395,7 +5395,7 @@ BattleScript_EffectCamouflage::
53955395
attackcanceler
53965396
attackstring
53975397
ppreduce
5398-
settypetoterrain BattleScript_ButItFailed
5398+
settypetoenvironment BattleScript_ButItFailed
53995399
attackanimation
54005400
waitanimation
54015401
printstring STRINGID_PKMNCHANGEDTYPE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)