diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-06 09:31:04 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-06 16:41:56 -0600 |
commit | 6730df23216881d3ec8c70cc5c097ef0b74d5856 (patch) | |
tree | 5185d7e5c7ae70149f9c0cbcbd5f169f01b8c7eb /asm/macros | |
parent | 37bd93ec6c3890048e49bada3e41127fd3fcea4f (diff) |
Document Abandoned Ship scripts
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index e633a9d84..e616ea3ae 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1679,3 +1679,10 @@ setorcopyvar VAR_0x8000, \trainer callstd STD_REGISTER_MATCH_CALL .endm + + .macro dofieldeffectsparkle x:req y:req + setfieldeffectargument 0, \x + setfieldeffectargument 1, \y + setfieldeffectargument 2, 0 + dofieldeffect FLDEFF_SPARKLE + .endm |