Martin Griffin
bb781f21a1
Arbitrary trainer scripts + map script/trigger softlock prevention ( #5033 )
...
Script_RunImmediatelyUntilEffect runs a script until either a specified
effect may occur or it reaches an end.
All existing script commands and natives, and some specials, call
Script_RequestEffects which allows us to analyze them.
Any downstream script commands/natives/specials will be statically known
not to call Script_RequestEffects and treated as if they have all
effects. Manually tagging them with requests_effects=1 and calling
Script_RequestEffects will make them analyzable.
Using these, we're able to execute scripts until they either exit with
no effect, or would possibly have an effect. This allows us to:
1. Not run on frame map scripts or triggers if they would have no
effect.
2. Immediately run triggers if they only affect flags/vars. This removes
the lag frames when biking into the Cycling Road, for example.
3. Migrate on load/on transition/on resume/on return to field/on dive
warp scripts onto the global script context if they would block
(approximated via SCREFF_HARDWARE).
4. Support arbitrary control flow in trainer scripts. The trainer does
not see the player if the script has no effect, and the trainer will
use whichever trainerbattle command is branched to.
5. Support arbitrary scripts in trainer scripts. cant_see and
cant_see_if_* commands have been introduced so that scripts are able
to do something when the player interacts with the trainer even if
that trainer wouldn't see them.
2025-01-08 10:27:00 +00:00
..
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-30 12:30:38 -03:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-02-17 17:19:01 -05:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2021-07-20 15:18:31 -04:00
2021-07-20 15:18:31 -04:00
2021-07-20 15:18:31 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2021-11-18 23:06:51 -05:00
2021-11-16 10:53:00 -05:00
2024-01-22 19:12:52 -03:00
2024-02-15 22:23:59 -05:00
2022-09-03 15:43:43 -04:00
2024-01-22 19:12:52 -03:00
2022-09-03 15:43:43 -04:00
2021-11-18 23:06:51 -05:00
2024-01-22 19:12:52 -03:00
2022-09-11 12:41:56 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-22 19:12:52 -03:00
2021-11-16 10:53:00 -05:00
2024-01-22 19:12:52 -03:00
2021-11-16 10:53:00 -05:00
2022-04-02 18:45:18 -03:00
2021-11-18 23:06:51 -05:00
2023-08-04 14:17:28 -04:00
2023-08-04 14:17:28 -04:00
2024-01-22 19:12:52 -03:00
2023-08-04 14:17:28 -04:00
2022-09-03 15:43:43 -04:00
2021-11-18 23:06:51 -05:00
2021-11-18 23:06:51 -05:00
2024-01-22 19:12:52 -03:00
2021-11-18 23:06:51 -05:00
2021-11-18 23:06:51 -05:00
2021-11-18 23:06:51 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-08-31 14:28:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2021-07-20 15:18:31 -04:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2020-04-28 19:59:08 -05:00
2023-10-23 12:59:15 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2021-11-18 23:06:51 -05:00
2020-08-20 19:06:14 -04:00
2020-08-20 19:06:14 -04:00
2020-08-20 19:06:14 -04:00
2020-08-20 19:06:14 -04:00
2020-08-20 19:06:14 -04:00
2024-02-17 17:19:01 -05:00
2024-01-18 00:03:55 +01:00
2024-01-26 21:11:04 +01:00
2023-08-09 10:51:01 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2021-11-18 23:06:51 -05:00
2021-11-16 10:53:00 -05:00
2023-08-04 14:17:28 -04:00
2023-08-09 10:51:01 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2024-10-12 23:50:12 -04:00
2022-09-03 15:43:43 -04:00
2022-10-30 11:01:37 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-10-24 10:05:59 -04:00
2024-12-04 17:38:23 -05:00
2024-01-22 19:12:52 -03:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2024-02-17 17:19:01 -05:00
2024-01-14 21:35:45 +01:00
2022-10-30 11:01:37 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2024-12-20 16:04:33 -03:00
2024-12-04 17:38:23 -05:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-08-04 14:17:28 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-28 18:11:44 -03:00
2024-01-26 21:11:04 +01:00
2023-08-09 10:51:01 -04:00
2023-08-09 10:51:01 -04:00
2023-08-09 10:51:01 -04:00
2024-01-26 21:11:04 +01:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-18 00:03:55 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-22 19:12:52 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-26 21:11:04 +01:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-10-20 09:10:49 -04:00
2024-06-18 11:04:40 +02:00
2023-08-11 15:45:00 -04:00
2024-09-03 20:22:01 +02:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2023-08-31 14:28:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2021-07-20 15:18:31 -04:00
2021-07-20 15:18:31 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-10-24 10:05:59 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-09-03 20:22:01 +02:00
2025-01-08 10:27:00 +00:00
2024-08-31 01:54:25 -04:00
2024-08-31 01:54:25 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2023-08-09 10:51:01 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-26 21:11:04 +01:00
2024-01-14 21:35:45 +01:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-05-22 13:52:26 -04:00
2022-09-03 15:43:43 -04:00
2024-01-28 18:11:44 -03:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-10-23 12:59:15 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2024-03-25 16:03:56 -03:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2023-08-03 15:55:06 -04:00
2022-10-24 10:05:59 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2023-08-04 14:17:28 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-02-17 23:40:08 -03:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2021-07-20 15:18:31 -04:00
2021-07-20 15:18:31 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-18 22:45:56 -04:00
2024-12-04 17:38:23 -05:00
2021-11-18 23:06:51 -05:00
2021-11-18 23:06:51 -05:00
2023-08-11 15:45:00 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-04 17:38:23 -05:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2024-01-22 19:12:52 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-18 22:45:56 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-22 19:12:52 -03:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-02-15 10:23:11 +01:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-30 11:01:37 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2023-08-09 10:51:01 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-10-24 10:05:59 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-05-21 22:14:29 -04:00
2021-02-08 14:45:56 -05:00
2021-02-08 14:45:56 -05:00
2021-02-08 14:45:56 -05:00
2021-02-08 14:45:56 -05:00
2021-02-08 14:45:56 -05:00
2021-02-08 14:45:56 -05:00
2022-10-24 10:05:59 -04:00
2021-11-18 23:06:51 -05:00
2021-11-16 10:53:00 -05:00
2023-08-11 15:45:00 -04:00
2022-10-18 22:45:56 -04:00
2022-09-03 15:43:43 -04:00
2024-12-20 16:04:33 -03:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2022-09-03 15:43:43 -04:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2024-01-14 21:35:45 +01:00
2019-02-04 17:28:45 -06:00
2024-08-31 01:54:25 -04:00