diff options
author | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
commit | a7e3a999ff21ecac0bfbe7f091f9ff901075a323 (patch) | |
tree | 8032e91c6a426b355b6d1d3505bbc1fdc9c40fa6 /macros/predef.asm | |
parent | d561a6d2db176240549fa605dc3e7e1f59e86607 (diff) | |
parent | 0543e933915a65127a8b803789d049478c7889d5 (diff) |
Merge https://github.com/libjet/pokegold
Diffstat (limited to 'macros/predef.asm')
-rwxr-xr-x[-rw-r--r--] | macros/predef.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/predef.asm b/macros/predef.asm index 147c6fb9..7850350a 100644..100755 --- a/macros/predef.asm +++ b/macros/predef.asm @@ -1,11 +1,3 @@ -predef_const: MACRO - enum \1Predef -ENDM - -add_predef: MACRO -\1Predef:: dab \1 -ENDM - predef_id: MACRO ; Some functions load the predef id ; without immediately calling Predef. |