summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 14:04:00 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 14:04:00 -0600
commit43349392dc4c79494af0e0727065c57ff78e1e92 (patch)
treee0e214f160c7f875dcd4f425885cb97e31251a87 /asm
parent5f242ae6cee377d219defa8290ef1c164b003f52 (diff)
easy_chat constants
Diffstat (limited to 'asm')
-rw-r--r--asm/macros/ec.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/asm/macros/ec.inc b/asm/macros/ec.inc
index 44c974e53..d3fd45c2f 100644
--- a/asm/macros/ec.inc
+++ b/asm/macros/ec.inc
@@ -1,22 +1,3 @@
- .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_POKEMON_2 << 9) | SPECIES_\name
- .endm
.macro ec_duplicates count
.2byte 0xff00 + \count