summaryrefslogtreecommitdiff
path: root/data/maps/Route11
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-12 17:04:23 -0500
committerGitHub <noreply@github.com>2020-01-12 17:04:23 -0500
commit92d99d4fd2e5579372b9f4cc39468000553ba3a8 (patch)
tree4ff8e60d1ad6a25dad888a4e78011624b46ad9ec /data/maps/Route11
parent15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (diff)
parent0676e732869d0e62322b001cbab57b8500361005 (diff)
Merge pull request #207 from GriffinRichards/sync-script
Sync scripts with pokeemerald
Diffstat (limited to 'data/maps/Route11')
-rw-r--r--data/maps/Route11/map.json6
-rw-r--r--data/maps/Route11/scripts.inc2
2 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route11/map.json b/data/maps/Route11/map.json
index 854692035..7882673d1 100644
--- a/data/maps/Route11/map.json
+++ b/data/maps/Route11/map.json
@@ -164,7 +164,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route11_EventScript_1BEAF0",
+ "script": "Route11_EventScript_ItemXDefend",
"flag": "FLAG_HIDE_ROUTE11_X_DEFEND"
},
{
@@ -177,7 +177,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route11_EventScript_1BEB99",
+ "script": "Route11_EventScript_ItemGreatBall",
"flag": "FLAG_HIDE_ROUTE11_GREAT_BALL"
},
{
@@ -190,7 +190,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route11_EventScript_1BEBA6",
+ "script": "Route11_EventScript_ItemAwakening",
"flag": "FLAG_HIDE_ROUTE11_AWAKENING"
}
],
diff --git a/data/maps/Route11/scripts.inc b/data/maps/Route11/scripts.inc
index fa85a5bb8..11f052030 100644
--- a/data/maps/Route11/scripts.inc
+++ b/data/maps/Route11/scripts.inc
@@ -2,5 +2,5 @@ Route11_MapScripts:: @ 8167FF6
.byte 0
Route11_EventScript_167FF7:: @ 8167FF7
- msgbox gUnknown_8185308, 3
+ msgbox gUnknown_8185308, MSGBOX_SIGN
end