diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:19:17 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:19:17 -0500 |
commit | 2f9a0d7d9f3e2ee0f1db0ef25cd47803bc0efdf6 (patch) | |
tree | 1c5c751cf261d01013ce1305d44e1dd4f547b628 /constants | |
parent | 409fd9d33f88b2ad1e1d1f01360c62416a805e1f (diff) |
Pokecom Center Admin Room -> Office
Diffstat (limited to 'constants')
-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 21476ae0e..0f604b42a 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -260,7 +260,7 @@ ENDM map_const GOLDENROD_DEPT_STORE_ROOF, 8, 4 ; 18 map_const GOLDENROD_GAME_CORNER, 10, 7 ; 19 map_const GOLDENROD_POKECENTER_1F, 5, 4 ; 20 - map_const POKECOM_CENTER_ADMIN_ROOM_MOBILE, 16, 16 ; 21 + map_const POKECOM_CENTER_ADMIN_OFFICE_MOBILE, 16, 16 ; 21 map_const ILEX_FOREST_AZALEA_GATE, 5, 4 ; 22 map_const ROUTE_34_ILEX_FOREST_GATE, 5, 4 ; 23 map_const DAY_CARE, 5, 4 ; 24 |