diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-06 13:47:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 13:47:59 -0400 |
| commit | c480632d5494d04f7f5f0298a31877a2293b564e (patch) | |
| tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /macros/code.asm | |
| parent | Merge pull request #261 from Rangi42/master (diff) | |
| parent | text_linkpromptbutton -> text_waitbutton (diff) | |
| download | pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.gz pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.xz pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.zip | |
Merge pull request #262 from Rangi42/master
Miscellaneous
Diffstat (limited to 'macros/code.asm')
| -rwxr-xr-x | macros/code.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/code.asm b/macros/code.asm index 72ce9caf..8507b1ad 100755 --- a/macros/code.asm +++ b/macros/code.asm @@ -11,10 +11,10 @@ ENDM ; Design patterns dict: MACRO -if \1 == 0 +IF \1 == 0 and a -else +ELSE cp \1 -endc +ENDC jp z, \2 ENDM |
