diff options
author | YamaArashi <shadow962@live.com> | 2016-06-18 10:26:26 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-18 10:26:26 -0700 |
commit | fea859ac7be286e6d041a23c566ae06852cef255 (patch) | |
tree | 11425358043db30c0337da0e43c626f4438c0a10 | |
parent | fb18062d6809838b2cc309a210138fe656cea46b (diff) |
sample messages
-rw-r--r-- | data/data1.s | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/data/data1.s b/data/data1.s index b89358d6a..245cb8273 100644 --- a/data/data1.s +++ b/data/data1.s @@ -4246,7 +4246,25 @@ BlueprintScript:: @ 81A0891 msgbox BlueprintText, 3 end - .incbin "baserom.gba", 0x001a089A, 0x167 +SampleMessage1:: @ 81A089A + .string "This is sample message 1.\p" + .string "Welcome to the world of\n" + .string "POKéMON AGB!\l" + .string "We hope you enjoy this!$" + +SampleMessage2:: @ 81A08F1 + .string "This is sample message 2.\p" + .string "Welcome to the world of\n" + .string "POKéMON AGB!\l" + .string "We hope you enjoy this!$" + +SampleMessage3:: @ 81A0948 + .string "This is sample message 3.\p" + .string "Welcome to the world of\n" + .string "POKéMON AGB!\l" + .string "We hope you enjoy this!$" + + .incbin "baserom.gba", 0x001a099f, 0x62 .global gUnknown_081A0A01 gUnknown_081A0A01: @ 81A0A01 |