mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 12:42:56 -04:00
8 lines
184 B
ObjectPascal
8 lines
184 B
ObjectPascal
Text_ThisIsATestSignpostMsg::
|
|
.string "This is a test message.\n"
|
|
.string "This is a signpost.$"
|
|
|
|
EventScript_TestSignpostMsg::
|
|
msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN
|
|
end
|