diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-09-20 21:03:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-09-20 21:03:57 -0400 |
commit | 942fbe87d42ed1208217deac3cfa4f21908d446a (patch) | |
tree | 7a8dfcdf08dd3fd3d9faf343b19916140580c5e1 /asm | |
parent | d263750f1903a89fc61b2496453ff1c5b4b9a58b (diff) |
Populate header, label as static whatever won't break things
Diffstat (limited to 'asm')
-rw-r--r-- | asm/lilycove_lady.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/asm/lilycove_lady.s b/asm/lilycove_lady.s deleted file mode 100644 index 1fb697d08..000000000 --- a/asm/lilycove_lady.s +++ /dev/null @@ -1,9 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - -.align 2, 0 @ Don't pad with nop. |