diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-27 17:54:49 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-27 17:54:49 -0600 |
commit | bc8f4541f3fe290e7deee61954f38c23c011169f (patch) | |
tree | dfc9948e2728b46809a5abb4b9842329c6ca222f /asm/macros/map.inc | |
parent | 5498eaf94849bbc7b56d8c280862b61ecefa0643 (diff) |
convert wild_encounter data to C
Diffstat (limited to 'asm/macros/map.inc')
-rw-r--r-- | asm/macros/map.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/asm/macros/map.inc b/asm/macros/map.inc index 41844b5cd..fd417fe9d 100644 --- a/asm/macros/map.inc +++ b/asm/macros/map.inc @@ -27,12 +27,6 @@ .space 2 .endm - .equiv GROUP_NONE, 0x7f - .equiv MAP_NONE, 0x7f - - .equiv GROUP_UNDEFINED, 0xff - .equiv MAP_UNDEFINED, 0xff - .macro map_script type, address .byte \type .4byte \address |