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 | |
| parent | 215bb31d67398386d3554d31f55dbe495e7f6b6f (diff) | |
Standardize Event Object to Object Event
Diffstat (limited to 'data/maps/ContestHall')
| -rw-r--r-- | data/maps/ContestHall/map.json | 2 | ||||
| -rw-r--r-- | data/maps/ContestHall/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/ContestHall/map.json b/data/maps/ContestHall/map.json index 1402a9afa..b8dcf0c42 100644 --- a/data/maps/ContestHall/map.json +++ b/data/maps/ContestHall/map.json @@ -213,4 +213,4 @@ "warp_events": [], "coord_events": [], "bg_events": [] -}
\ No newline at end of file +} 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 |
