summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2020-04-24 20:15:48 +0200
committerGitHub <noreply@github.com>2020-04-24 20:15:48 +0200
commit9aa5cba752d247f94179b0c9fc6a558f26f77a47 (patch)
treed388927011c7a24add473cb2ab77e2a207b9e2e7 /src/macros/wram.asm
parente330142a3d14f5d737bc74c162cc04059075b5bb (diff)
parenta5e06695a1bfd86a0f24483fdfe186fb565e3faf (diff)
Merge pull request #65 from ElectroDeoxys/master
Disassemble & document AI routines in bank 5 and 8
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