diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-27 21:29:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 21:29:47 -0600 |
commit | 61e0c62d2d2dbeba13aaeb49b89c9773b25f84b7 (patch) | |
tree | d47f2074501d4e55e9a5b4b36fd6715f736d850d /asm/macros | |
parent | b6934e4429a269240d2266663e1c3f75505e3d09 (diff) | |
parent | 749ec00514ecedb822dbc9bab4dde32193e727c6 (diff) |
Merge pull request #480 from camthesaxman/wild_encounter_data
convert wild_encounter data to C
Diffstat (limited to 'asm/macros')
-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 |