diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:35 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:35 -0400 |
commit | 782b0a7c88381a4ec54d1953374d1fb6142bf1af (patch) | |
tree | 851a14e31c88ad93c9349a07d8c0b6409678a468 /constants/map_constants.asm | |
parent | de86add680a823b6bf1ea0fea984c942453cdd82 (diff) |
Harmonize some more symbols with pokecrystal
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index fc033859..9bd588b9 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -472,4 +472,4 @@ ENDM map_const MR_POKEMONS_HOUSE, 4, 4 ; 10 map_const ROUTE_31_VIOLET_GATE, 5, 4 ; 11 -NUM_MAP_GROUPS EQU const_value +NUM_MAP_GROUPS EQU const_value ; 26 |