diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 08:23:27 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 08:23:27 -0500 |
commit | d3ff307f9f1067ae1a893bed1938417eb0c07c83 (patch) | |
tree | f3fc0cc737520b894c8356a09ddbc96329c9e430 /asm/use_pokeblock.s | |
parent | 4fd2b0b48455774e1acc0ec0f86f023a26068fe5 (diff) |
Remove asm/use_pokeblock.s
Diffstat (limited to 'asm/use_pokeblock.s')
-rw-r--r-- | asm/use_pokeblock.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/use_pokeblock.s b/asm/use_pokeblock.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/use_pokeblock.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. |