diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-21 06:46:57 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-21 17:22:19 -0500 |
commit | c70162086bdbc952716521fdfc05d50b7ee3b4a3 (patch) | |
tree | d23d6e6e2f606a77f6da7d86d2b7841d7197b774 /data/scripts/test_signpost.inc | |
parent | 5b845bb0a09973e1d04995900b67f342990358b2 (diff) |
Split some smaller files from event_scripts
Diffstat (limited to 'data/scripts/test_signpost.inc')
-rw-r--r-- | data/scripts/test_signpost.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/scripts/test_signpost.inc b/data/scripts/test_signpost.inc new file mode 100644 index 000000000..482fe18f2 --- /dev/null +++ b/data/scripts/test_signpost.inc @@ -0,0 +1,7 @@ +Text_ThisIsATestSignpostMsg:: @ 82C840A + .string "This is a test message.\n" + .string "This is a signpost.$" + +EventScript_TestSignpostMsg:: @ 82C8436 + msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN + end |