diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:11:43 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:11:43 -0500 |
commit | b8a60b055b9261210874fef3cac7696d6a97f45f (patch) | |
tree | 56e8faa1026371c2e043c584163589a41acc3b06 | |
parent | 3a44b090d15d5317028827778caa4d768761dd2e (diff) |
Fix previous merge
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 257143ef5..d6bc782c4 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1148,7 +1148,7 @@ EventScript_WhiteOut:: @ 8271857 goto EventScript_ResetMrBriney end -EventScript_271862:: @ 8271862 +EventScript_ResetMrBriney:: @ 8271862 compare VAR_BRINEY_LOCATION, 1 goto_if_eq EventScript_MoveMrBrineyToHouse compare VAR_BRINEY_LOCATION, 2 |