summaryrefslogtreecommitdiff
path: root/asm/macros/ec.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-01 08:29:13 -0700
committerYamaArashi <shadow962@live.com>2016-11-01 08:29:13 -0700
commita793e62d8364996a276c048bc55ae072a285053a (patch)
treed380305bb5605c85924a10ad8bcd00edad44c683 /asm/macros/ec.s
parent2ec5b0cedd27bd028535fb13dcdb2f8e0efa58da (diff)
.s -> .inc
Diffstat (limited to 'asm/macros/ec.s')
-rw-r--r--asm/macros/ec.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/asm/macros/ec.s b/asm/macros/ec.s
deleted file mode 100644
index a70b8e244..000000000
--- a/asm/macros/ec.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .macro ec_word word
- .2byte EC_WORD_\word
- .endm
-
- .macro ec_move1 name
- .2byte (EC_GROUP_MOVE_1 << 9) | MOVE_\name
- .endm
-
- .macro ec_move2 name
- .2byte (EC_GROUP_MOVE_2 << 9) | MOVE_\name
- .endm
-
- .macro ec_pokemon1 name
- .2byte (EC_GROUP_POKEMON << 9) | SPECIES_\name
- .endm
-
- .macro ec_pokemon2 name
- .2byte (EC_GROUP_POKEMON2 << 9) | SPECIES_\name
- .endm