diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-15 17:36:16 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-15 17:36:16 -0600 |
commit | 3295ffbd5bcd75d586e3f6dde7469cad1fce2c85 (patch) | |
tree | f2164726dc0131a7d85b0c287af4018b0f5a993c /asm | |
parent | 4e9f791782fff682b133dab88533fe587b520815 (diff) |
clean up pokemon_item_effect.c
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokemon_item_effect.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/pokemon_item_effect.s b/asm/pokemon_item_effect.s deleted file mode 100644 index c3461fa64..000000000 --- a/asm/pokemon_item_effect.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "constants/gba_constants.inc" - .include "include/macros.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. |