summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-04-18 10:43:01 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-04-18 10:43:01 +0100
commita20bbd2a93e4b20a5d77de6db43b0c7a27d4f5f3 (patch)
treedc6baf7453e39c8e04ce831afb2d60af6cada800 /src/macros/wram.asm
parent4e2bb488d2a62087ebd9514ca69cbdd2566067d5 (diff)
AI related constants and wram
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r--src/macros/wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index ca8a9d0..ef7d8b2 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -35,7 +35,7 @@ move_data_struct: MACRO
\1Flag1:: ds 1
\1Flag2:: ds 1
\1Flag3:: ds 1
-\1Unknown1:: ds 1
+\1EffectParam:: ds 1
\1Animation:: ds 1
ENDM