diff options
| author | libjet <libj3t@gmail.com> | 2019-12-11 21:50:49 +0000 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2019-12-12 20:43:24 +0000 |
| commit | 7acf2ec917864acaa267411ffff96f60f50ce703 (patch) | |
| tree | 9f26694b1d26ff0514d05f379567effa9021652b /macros | |
| parent | 93872e920e9c82e1299a7f674cba5b56397b359d (diff) | |
Update predef_pointers and wram, and correct typo's caused by search + replace
Diffstat (limited to 'macros')
| -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. |
