diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:01:36 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:01:36 -0400 |
| commit | a7360edd39cb3f1f511e257eb540897304dcb3f4 (patch) | |
| tree | 1b7e83811f6c86bb2db7bf14a7a9f8660db04fb8 /constants | |
| parent | 9a48c7ba6bfe534082b372a26c836c789c66c26c (diff) | |
SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/event_flags.asm | 4 | ||||
| -rw-r--r-- | constants/sprite_constants.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/event_flags.asm b/constants/event_flags.asm index c57c0a0e..acc15938 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -209,7 +209,7 @@ const EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB const EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL const EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT - const EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE + const EVENT_TALKED_TO_SEAFOAM_GYM_GUIDE_ONCE const EVENT_ENABLE_DIPLOMA_PRINTING const EVENT_CINNABAR_ROCKS_CLEARED const EVENT_CLEARED_NUGGET_BRIDGE @@ -1308,7 +1308,7 @@ const EVENT_VERMILION_FAN_CLUB_DOLL const EVENT_BLUE_IN_CINNABAR const EVENT_VIRIDIAN_GYM_BLUE - const EVENT_SEAFOAM_GYM_GYM_GUY + const EVENT_SEAFOAM_GYM_GYM_GUIDE const EVENT_MT_MOON_SQUARE_ROCK const EVENT_MT_MOON_SQUARE_CLEFAIRY const EVENT_MT_MOON_RIVAL diff --git a/constants/sprite_constants.asm b/constants/sprite_constants.asm index 161fcbc5..f3815283 100644 --- a/constants/sprite_constants.asm +++ b/constants/sprite_constants.asm @@ -73,7 +73,7 @@ const SPRITE_SLOWPOKE ; 45 const SPRITE_CAPTAIN ; 46 const SPRITE_BIG_LAPRAS ; 47 - const SPRITE_GYM_GUY ; 48 + const SPRITE_GYM_GUIDE ; 48 const SPRITE_SAILOR ; 49 const SPRITE_BIKER ; 4a const SPRITE_PHARMACIST ; 4b |
