diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-05-19 23:34:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 23:34:30 -0500 |
commit | de60bdf2febff1879d7a1985a009dc439a546497 (patch) | |
tree | 3d62086af4f8fdd4d30154839be6e403f555ab9b /data/scripts/maps/Route113.inc | |
parent | ecfe49ec6147fec75969b769605ec09b4a87c66a (diff) | |
parent | 0978cc60a11ba97061bf997b322eaf5a3d6a18f8 (diff) |
Merge pull request #256 from DizzyEggg/decompile_field_tasks
Decompile field tasks
Diffstat (limited to 'data/scripts/maps/Route113.inc')
-rw-r--r-- | data/scripts/maps/Route113.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/maps/Route113.inc b/data/scripts/maps/Route113.inc index d990527a6..63dc6c47f 100644 --- a/data/scripts/maps/Route113.inc +++ b/data/scripts/maps/Route113.inc @@ -13,10 +13,10 @@ Route113_MapScript1_1F2161: @ 81F2161 end Route113_EventScript_1F216A:: @ 81F216A - getplayerxy VAR_0x4000, VAR_0x4001 - compare VAR_0x4000, 19 + getplayerxy VAR_TEMP_0, VAR_TEMP_1 + compare VAR_TEMP_0, 19 goto_if 0, Route113_EventScript_1F2189 - compare VAR_0x4000, 84 + compare VAR_TEMP_0, 84 goto_if 2, Route113_EventScript_1F2189 setweather 7 return |