summaryrefslogtreecommitdiff
path: root/src/text/text2.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2019-06-30 18:10:42 +0200
committerGitHub <noreply@github.com>2019-06-30 18:10:42 +0200
commit880d8b42d8013dd2fc1f4a7424f9621c137cee6b (patch)
tree5b9990d43df4387e67ac5fed7f93e7d6022bdeef /src/text/text2.asm
parentb82a3d3d0fd0cfa8d378883dca582cbee1d0b1f8 (diff)
parenta6329757914a3137a5d71b83d522aaeadaf227e6 (diff)
Merge pull request #51 from jidoc01/master
Disassemble bank 6
Diffstat (limited to 'src/text/text2.asm')
-rw-r--r--src/text/text2.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm
index 6a37642..27ccff9 100644
--- a/src/text/text2.asm
+++ b/src/text/text2.asm
@@ -1523,11 +1523,11 @@ Text021c: ; 3b7f9 (e:77f9)
textfw3 "A", "B", "C"
done
-Text021d: ; 3b800 (e:7800)
+EndText: ; 3b800 (e:7800)
text "End"
done
-Text021e: ; 3b805 (e:7805)
+WhatIsYourNameText: ; 3b805 (e:7805)
text "What is your name?"
done
@@ -1580,7 +1580,7 @@ Text0221: ; 3b8f2 (e:78f2)
textfw0 " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "
done
-Text0222: ; 3b97b (e:797b)
+NamingScreenKeyboardText: ; 3b97b (e:797b)
textfw3 "A", " ", "B", " ", "C", " ", "D", " ", "E", " ", "F", " ", "G", " ", "H", " ", "I"
line ""
textfw3 "J", " ", "K", " ", "L", " ", "M", " ", "N", " ", "O", " ", "P", " ", "Q", " ", "R"