Rename battle terrain to environment

This commit is contained in:
Bassoonian
2024-07-13 12:02:18 +02:00
parent a0a02f9733
commit 003bd54600
88 changed files with 393 additions and 393 deletions

View File

@@ -1044,7 +1044,7 @@
.byte 0xcb
.endm
.macro callterrainattack
.macro callenvironmentattack
.byte 0xcc
.endm
@@ -1192,7 +1192,7 @@
.4byte \ptr
.endm
.macro settypetoterrain ptr:req
.macro settypetoenvironment ptr:req
.byte 0xeb
.4byte \ptr
.endm