diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-27 18:08:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 18:08:10 -0400 |
commit | d391486247cc9f29d85787d6711f7cb993cf6585 (patch) | |
tree | 70ff650d9ab3fd31e2b3b47a708b33da612ecdca /data/scripts/test_signpost.inc | |
parent | 459b20d762ac2d78f59874548bf9226af0f7f709 (diff) | |
parent | e67729f6473a485c18f3d96dd36d6496a30047c1 (diff) |
Merge pull request #1484 from GriffinRichards/remove-addrcomments
Remove address comments
Diffstat (limited to 'data/scripts/test_signpost.inc')
-rw-r--r-- | data/scripts/test_signpost.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/test_signpost.inc b/data/scripts/test_signpost.inc index 482fe18f2..6a8be547b 100644 --- a/data/scripts/test_signpost.inc +++ b/data/scripts/test_signpost.inc @@ -1,7 +1,7 @@ -Text_ThisIsATestSignpostMsg:: @ 82C840A +Text_ThisIsATestSignpostMsg:: .string "This is a test message.\n" .string "This is a signpost.$" -EventScript_TestSignpostMsg:: @ 82C8436 +EventScript_TestSignpostMsg:: msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN end |