diff options
author | jidoc01 <jidoc01@naver.com> | 2019-06-26 23:37:35 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-06-26 23:41:01 +0900 |
commit | 0919ad412409085f88ab0bc00ba36c8e833f286d (patch) | |
tree | d48b2de3363db4a53a26466f9db60387d2d7a65f /src/text | |
parent | 218885d0e33412e249eba132ddfa4ffcc5056a0b (diff) |
[Bank 6] Edit some other banks related to bank 6.
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text2.asm | 2 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm index 6a37642..e573cd6 100644 --- a/src/text/text2.asm +++ b/src/text/text2.asm @@ -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" diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index bd1da35..3f981c6 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -547,7 +547,7 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text021f ; 0x021f textpointer Text0220 ; 0x0220 textpointer Text0221 ; 0x0221 - textpointer Text0222 ; 0x0222 + textpointer NamingScreenKeyboardText ; 0x0222 textpointer NewDeckText ; 0x0223 textpointer PleaseSelectDeckText ; 0x0224 textpointer Text0225 ; 0x0225 |