From c70162086bdbc952716521fdfc05d50b7ee3b4a3 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 21 Oct 2019 06:46:57 -0400 Subject: Split some smaller files from event_scripts --- data/scripts/flash.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/scripts/flash.inc (limited to 'data/scripts/flash.inc') diff --git a/data/scripts/flash.inc b/data/scripts/flash.inc new file mode 100644 index 000000000..e0630db56 --- /dev/null +++ b/data/scripts/flash.inc @@ -0,0 +1,4 @@ +EventScript_2926F8:: @ 82926F8 + animateflash 1 + setflashradius 1 + end -- cgit v1.2.3 From c0aaa014247f8dfd78d9c7668b8a2096456ec253 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 22 Oct 2019 17:28:05 -0400 Subject: Document flash.inc --- data/scripts/flash.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/scripts/flash.inc') diff --git a/data/scripts/flash.inc b/data/scripts/flash.inc index e0630db56..916b50719 100644 --- a/data/scripts/flash.inc +++ b/data/scripts/flash.inc @@ -1,4 +1,4 @@ -EventScript_2926F8:: @ 82926F8 +EventScript_FldEffFlash:: @ 82926F8 animateflash 1 setflashradius 1 end -- cgit v1.2.3