diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 19:34:14 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 19:34:14 -0500 |
commit | f7ee74c3b8fdd57c92844f3f9d7a89c0f9770d6d (patch) | |
tree | be2405a864e3054cbf15fdd846d01982cb13b163 /macros/wram.asm | |
parent | 6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 (diff) |
Finish labels in engine/namingscreen.asm
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index f9e559927..4e43bfddf 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -222,3 +222,13 @@ trademon: MACRO \1CaughtData:: ds 1 ; wc701 | wc733 \1End:: ENDM + +move_struct: MACRO +\1Animation:: ds 1 +\1Effect:: ds 1 +\1Power:: ds 1 +\1Type:: ds 1 +\1Accuracy:: ds 1 +\1PP:: ds 1 +\1EffectChance:: ds 1 +endm |