diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-10-06 23:07:59 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-10-07 16:36:47 -0500 |
| commit | bcf74df27f852f5e83393a76bd0e774a570579ca (patch) | |
| tree | 0a1f0c0c55b49309f0b940513cdde27a39764638 /data/maps/Route119 | |
| parent | 7ba11b7a1b4e8639cdd65ab147a24b430f6424c5 (diff) | |
Use B_OUTCOME constants for GetBattleOutcome
Diffstat (limited to 'data/maps/Route119')
| -rw-r--r-- | data/maps/Route119/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route119/scripts.inc b/data/maps/Route119/scripts.inc index 1dff6a6e2..07d397f6b 100644 --- a/data/maps/Route119/scripts.inc +++ b/data/maps/Route119/scripts.inc @@ -9,7 +9,7 @@ Route119_MapScript1_1F442F: @ 81F442F Route119_EventScript_1F4439:: @ 81F4439 specialvar VAR_RESULT, GetBattleOutcome - compare VAR_RESULT, 7 + compare VAR_RESULT, B_OUTCOME_CAUGHT goto_if_ne Common_EventScript_NopReturn removeobject VAR_LAST_TALKED return |
