diff options
| author | yenatch <yenatch@gmail.com> | 2015-01-27 15:03:14 -0800 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-01-27 15:03:14 -0800 |
| commit | 5aec11492d2b269a658b31646d09328f56ff59d1 (patch) | |
| tree | f9bf7acd3455a67aa54c9c1711ba0e8343268c8a /macros | |
| parent | f036cdf13b0e215cd9a14cc9dba24f821a9679c0 (diff) | |
Add a "mobile" directive for dummied-out mobile adapter functions.
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/mobile.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/mobile.asm b/macros/mobile.asm new file mode 100644 index 000000000..06b40d694 --- /dev/null +++ b/macros/mobile.asm @@ -0,0 +1,2 @@ +; Many mobile functions were dummied out in localization. +mobile EQUS "ret" |
