defines register_matchcall macro

This commit is contained in:
Melody
2018-12-02 06:04:59 -05:00
parent c557ac61ae
commit 862265b73a
35 changed files with 83 additions and 304 deletions
+7
View File
@@ -1554,3 +1554,10 @@
setorcopyvar 0x8000, \decoration
callstd STD_OBTAIN_DECORATION
.endm
.macro register_matchcall trainer
setvar VAR_0x8004, \trainer
special SetMatchCallRegisteredFlag
setorcopyvar VAR_0x8000, \trainer
callstd STD_REGISTER_MATCH_CALL
.endm