diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 16:18:22 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 16:18:22 -0700 |
commit | fae070755617e9abf52bc48c5038e542a2469de8 (patch) | |
tree | a5f213c42c0e9096eb28a373774503da29cb461f /text/common_3.asm | |
parent | 35d77a29885ccdbcde4350f59c93b6afe010b5f3 (diff) | |
parent | 5419d34a214a78f07dec94e255e9d43768ab50d5 (diff) |
Merge pull request #133 from iimarckus/oakintro
Oak speech.
Diffstat (limited to 'text/common_3.asm')
-rw-r--r-- | text/common_3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/common_3.asm b/text/common_3.asm index c41aaaf6f..38a532e4a 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -1,9 +1,9 @@ -UnknownText_0x1c4000: ; 0x1c4000 +_OakText6: ; 0x1c4000 db $0, "Now, what did you", $4f db "say your name was?", $58 ; 0x1c4026 -UnknownText_0x1c4026: ; 0x1c4026 +_OakText7: ; 0x1c4026 db $0, $52, ", are you", $4f db "ready?", $51 db "Your very own", $4f |