summaryrefslogtreecommitdiff
path: root/data/maps/Route104_Prototype
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-11 09:45:06 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-07-11 09:45:06 -0500
commit4fbad04ec2de7ca2529620f292356f1916b4d59d (patch)
tree5b625fd6c86d633d87e7a2363fac690aa12365d2 /data/maps/Route104_Prototype
parentf96749deb674a2ae784708ee95c778585330b6ce (diff)
Use bg event type constants and remove unneeded bg_event argument
Diffstat (limited to 'data/maps/Route104_Prototype')
-rw-r--r--data/maps/Route104_Prototype/events.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route104_Prototype/events.inc b/data/maps/Route104_Prototype/events.inc
index d08288c3c..ba5b77572 100644
--- a/data/maps/Route104_Prototype/events.inc
+++ b/data/maps/Route104_Prototype/events.inc
@@ -16,8 +16,8 @@ Route104_Prototype_MapWarps:: @ 839204C
warp_def 5, 24, 0, 0, MAP_ROUTE104_PROTOTYPE_PRETTY_PETAL_FLOWER_SHOP
Route104_Prototype_MapBGEvents:: @ 8392054
- bg_event 7, 26, 0, 0, 0, Route104_Prototype_EventScript_160D1C
- bg_event 18, 8, 0, 0, 0, Route104_Prototype_EventScript_160D25
+ bg_event 7, 26, 0, BG_EVENT_PLAYER_FACING_ANY, Route104_Prototype_EventScript_160D1C
+ bg_event 18, 8, 0, BG_EVENT_PLAYER_FACING_ANY, Route104_Prototype_EventScript_160D25
Route104_Prototype_MapEvents:: @ 839206C
map_events Route104_Prototype_EventObjects, Route104_Prototype_MapWarps, 0x0, Route104_Prototype_MapBGEvents