if_undefeated macro to if_not_defeated

This commit is contained in:
GriffinR
2020-01-12 20:20:02 -05:00
parent f2e7b1507e
commit e497fc64e3
6 changed files with 30 additions and 30 deletions

View File

@@ -1653,7 +1653,7 @@
goto_if TRUE, \dest
.endm
.macro goto_if_undefeated trainer:req, dest:req
.macro goto_if_not_defeated trainer:req, dest:req
checktrainerflag \trainer
goto_if FALSE, \dest
.endm
@@ -1663,7 +1663,7 @@
call_if TRUE, \dest
.endm
.macro call_if_undefeated trainer:req, dest:req
.macro call_if_not_defeated trainer:req, dest:req
checktrainerflag \trainer
call_if FALSE, \dest
.endm