diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-27 12:46:13 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-27 12:46:13 -0500 |
commit | e38f52e4359cf895453604b79f1e4466167d2f16 (patch) | |
tree | 9d21d33ddadf5d86b75190e75a4d7eca12af8397 | |
parent | 367b86463e21968049e0908a242079fde8fce154 (diff) |
Nuke asm/smokescreen.s
-rw-r--r-- | asm/smokescreen.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/smokescreen.s b/asm/smokescreen.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/smokescreen.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. |