diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-05 11:59:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-05 11:59:53 -0400 |
| commit | 9beeba842453c836d18ecce4b6760bf03bfdb513 (patch) | |
| tree | 5079a332346c7c5b0d513538d4f976cb72c9333d /data/maps/Route131/scripts.inc | |
| parent | f5e18718d95cd6da312cd8f9bae19d356a54af12 (diff) | |
| parent | 191f74525dd23ed8262d914e163a3c6b9c5b9751 (diff) | |
Merge pull request #764 from GriffinRichards/document-varnames
Document vars that are used and unnamed
Diffstat (limited to 'data/maps/Route131/scripts.inc')
| -rw-r--r-- | data/maps/Route131/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route131/scripts.inc b/data/maps/Route131/scripts.inc index 17ac3f52f..c1c3e26dc 100644 --- a/data/maps/Route131/scripts.inc +++ b/data/maps/Route131/scripts.inc @@ -3,7 +3,7 @@ Route131_MapScripts:: @ 81F7404 .byte 0 Route131_OnTransition: @ 81F740A - compare VAR_RAYQUAZA_STATE, 4 + compare VAR_SOOTOPOLIS_CITY_STATE, 4 call_if_ge Route131_EventScript_1F741F call Route131_EventScript_1F741B end |
