blob: 482fe18f2709a511836a9ce2d20c9f4cac5567a3 (
plain)
| 1
2
3
4
5
6
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
 |