diff options
author | YamaArashi <shadow962@live.com> | 2016-01-30 22:13:05 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-30 22:13:05 -0800 |
commit | 179ebd2dbc75c65b41c9ccd634f356266649d13a (patch) | |
tree | d8303b12a4f41c3d3898be1cfbad272c44fe2a1c /constants | |
parent | 185d9d809e6222ec302d46b940ce3bf74a2d70c8 (diff) |
rename CONTEST_OLD_MAN to CONTEST_JUDGE
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_object_constants.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_object_constants.s b/constants/map_object_constants.s index 55b7fc05f..e0843914f 100644 --- a/constants/map_object_constants.s +++ b/constants/map_object_constants.s @@ -188,7 +188,7 @@ .set MAP_OBJ_GFX_LATIAS, 187 .set MAP_OBJ_GFX_LATIOS, 188 .set MAP_OBJ_GFX_BOY_5, 189 - .set MAP_OBJ_GFX_CONTEST_OLD_MAN, 190 + .set MAP_OBJ_GFX_CONTEST_JUDGE, 190 .set MAP_OBJ_GFX_BRENDAN_WATERING, 191 .set MAP_OBJ_GFX_MAY_WATERING, 192 .set MAP_OBJ_GFX_BRENDAN_DECORATING, 193 |