diff options
author | Fontbane <fontbane@gmail.com> | 2019-04-16 10:40:32 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-22 17:23:59 -0500 |
commit | 2c076f1f3e8700e081c39792bd5a756511f86c7d (patch) | |
tree | 5c42e6715936311c757f37b225fcf38e68419c56 /data/maps/Route113/scripts.inc | |
parent | dbdb51e1a50c084a781a9e44dec19dc7b2cea597 (diff) |
Doc most OnTransitions
Diffstat (limited to 'data/maps/Route113/scripts.inc')
-rw-r--r-- | data/maps/Route113/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route113/scripts.inc b/data/maps/Route113/scripts.inc index 6efd05d6e..61abf7a48 100644 --- a/data/maps/Route113/scripts.inc +++ b/data/maps/Route113/scripts.inc @@ -1,13 +1,13 @@ Route113_MapScripts:: @ 81F2153 map_script MAP_SCRIPT_ON_RESUME, Route113_MapScript1_1F215E - map_script MAP_SCRIPT_ON_TRANSITION, Route113_MapScript1_1F2161 + map_script MAP_SCRIPT_ON_TRANSITION, Route113_MapScript1_OnTransition .byte 0 Route113_MapScript1_1F215E: @ 81F215E setstepcallback 1 end -Route113_MapScript1_1F2161: @ 81F2161 +Route113_MapScript1_OnTransition: @ 81F2161 clearflag FLAG_FORCE_MIRAGE_TOWER_VISIBLE call Route113_EventScript_1F216A end |