diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-07 00:00:33 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-07 00:00:33 +0900 |
commit | 674f1e573c193ab780936a7b6e7d556b535ab7c1 (patch) | |
tree | 7c925f07bb933a9092c80e9f1fd4018b120ae360 /src | |
parent | e04c9323dc63d9cae6e6cad34db9f767efbe78be (diff) |
Label Text
Diffstat (limited to 'src')
-rw-r--r-- | src/text/text3.asm | 4 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/text/text3.asm b/src/text/text3.asm index 04d0b05..5d72609 100644 --- a/src/text/text3.asm +++ b/src/text/text3.asm @@ -619,7 +619,7 @@ Text02f5: ; 3d2e6 (f:52e6) line "very rare Pokémon cards!" done -Text02f6: ; 3d31c (f:531c) +GlossaryText: ; 3d31c (f:531c) text "Pokémon Card Glossary" done @@ -639,7 +639,7 @@ Text02f8: ; 3d3e0 (f:53e0) line "Attack To previous page" done -Text02f9: ; 3d48f (f:548f) +ChooseWordInGlossaryText: ; 3d48f (f:548f) text "Choose a word and press the" line "A button." done diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index a61fa03..36611ca 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 Text02f6 ; 0x02f6 + textpointer GlossaryText ; 0x02f6 textpointer Text02f7 ; 0x02f7 textpointer Text02f8 ; 0x02f8 - textpointer Text02f9 ; 0x02f9 + textpointer ChooseWordInGlossaryText ; 0x02f9 textpointer Text02fa ; 0x02fa textpointer Text02fb ; 0x02fb textpointer Text02fc ; 0x02fc |