diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
commit | 6b503e306d73c749794cf7b61126287e3941f12f (patch) | |
tree | 9b171c8dec365e1805216aba593091039a248036 /data/maps/Route20/scripts.inc | |
parent | 2aeefdc5de73c630a79b183e7bc2a66ad48ed424 (diff) |
script switch/case; name script conditionals
Diffstat (limited to 'data/maps/Route20/scripts.inc')
-rw-r--r-- | data/maps/Route20/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route20/scripts.inc b/data/maps/Route20/scripts.inc index f0f304435..a1a9f1982 100644 --- a/data/maps/Route20/scripts.inc +++ b/data/maps/Route20/scripts.inc @@ -4,9 +4,9 @@ Route20_MapScripts:: @ 816823B Route20_MapScript1_168241:: @ 8168241 checkflag FLAG_0x2D2 - call_if 0, EventScript_168254 + call_if lt, EventScript_168254 checkflag FLAG_0x2D3 - call_if 0, EventScript_16826D + call_if lt, EventScript_16826D end EventScript_168254:: @ 8168254 |