diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 00:14:40 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-21 00:14:40 -0500 |
commit | 7034f59c14fd6fad2634e9b35b405e2b33f75646 (patch) | |
tree | 6c329c06e691eb8c702ff8b5982b1cb767e954de /data | |
parent | 98b81722e73bbc97145c7b2b20e160084dbd3587 (diff) |
Rename EventObj to ObjEvent
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc | 2 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc b/data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc index f37f362e2..ee13ffcfd 100644 --- a/data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc +++ b/data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc @@ -10,7 +10,7 @@ MauvilleCity_PokemonCenter_1F_OnTransition: @ 8210E66 end MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx:: @ 8210E74 - special ScrSpecial_SetMauvilleOldManEventObjGfx + special ScrSpecial_SetMauvilleOldManObjEventGfx end @ VAR_0x800B is the Nurse's object event id diff --git a/data/specials.inc b/data/specials.inc index 40e6296ac..3f8368566 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -115,7 +115,7 @@ gSpecials:: @ 81DBA64 def_special ScrSpecial_SetHipsterSpokenFlag def_special ScrSpecial_HipsterTeachWord def_special ScrSpecial_PlayBardSong - def_special ScrSpecial_SetMauvilleOldManEventObjGfx + def_special ScrSpecial_SetMauvilleOldManObjEventGfx def_special ScrSpecial_GenerateGiddyLine def_special ScrSpecial_GiddyShouldTellAnotherTale def_special ScrSpecial_StorytellerGetFreeStorySlot |