diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-07 22:59:21 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-07 22:59:21 +0900 |
commit | 45195f6c65300f712fef37e5e97eb0605b6476bf (patch) | |
tree | 1959f3aa49a7e64d194646ca0314ef68cd3f368d /src/text/text_offsets.asm | |
parent | ca2034184fa5f5e7dc4d9a779d5e2a2a17a024c5 (diff) |
Rename some text and comment
Diffstat (limited to 'src/text/text_offsets.asm')
-rw-r--r-- | src/text/text_offsets.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index 8421f29..aeb29e2 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -759,10 +759,10 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text02f3 ; 0x02f3 textpointer Text02f4 ; 0x02f4 textpointer Text02f5 ; 0x02f5 - textpointer GlossaryText ; 0x02f6 + textpointer PokemonCardGlossaryText ; 0x02f6 textpointer Text02f7 ; 0x02f7 textpointer Text02f8 ; 0x02f8 - textpointer ChooseWordInGlossaryText ; 0x02f9 + textpointer ChooseWordAndPressAButtonText ; 0x02f9 textpointer Text02fa ; 0x02fa textpointer Text02fb ; 0x02fb textpointer Text02fc ; 0x02fc |