diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
commit | ec3e86f1d2f78bb9fece0956e246862cea3c07b9 (patch) | |
tree | fdeca5705cf68b2a355bba9fa90f9f3c16e3c69e /data/maps/ContestHall/scripts.inc | |
parent | 215bb31d67398386d3554d31f55dbe495e7f6b6f (diff) |
Standardize Event Object to Object Event
Diffstat (limited to 'data/maps/ContestHall/scripts.inc')
-rw-r--r-- | data/maps/ContestHall/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/ContestHall/scripts.inc b/data/maps/ContestHall/scripts.inc index e1ef9b708..a5fd02d93 100644 --- a/data/maps/ContestHall/scripts.inc +++ b/data/maps/ContestHall/scripts.inc @@ -79,7 +79,7 @@ ContestHall_EventScript_SetContestObjects:: @ 823B834 call ContestHall_EventScript_CreateAudience end -@ There are 8 audience member event objects, 7 of which are given random gfx below (the 8th is the Artist) +@ There are 8 audience member object events, 7 of which are given random gfx below (the 8th is the Artist) @ The rest of the audience is created statically by ContestHall_EventScript_CreateAudience ContestHall_EventScript_AddRandomAudienceMembers:: @ 823B842 call ContestHall_EventScript_GetRandomAudienceGfxId |