diff options
| author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 23:44:00 +0100 |
|---|---|---|
| committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 23:50:18 +0100 |
| commit | dc903e4686c326dd579d2086529937c4c546f80d (patch) | |
| tree | 7df439f941b2878d675b50ed8f176ffac9100929 /src/text | |
| parent | 853fd045da706f07c9ccef72cbde2075675074cd (diff) | |
YourPlayArea text data
Diffstat (limited to 'src/text')
| -rw-r--r-- | src/text/text2.asm | 6 | ||||
| -rw-r--r-- | src/text/text_offsets.asm | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm index 7227085..b9c6d01 100644 --- a/src/text/text2.asm +++ b/src/text/text2.asm @@ -1715,15 +1715,15 @@ Text023e: ; 3bbf8 (e:7bf8) text "No cards chosen." done -Text023f: ; 3bc0a (e:7c0a) +YourPokemonText: ; 3bc0a (e:7c0a) text "Your Pokémon" done -Text0240: ; 3bc18 (e:7c18) +YourDiscardPileText2: ; 3bc18 (e:7c18) text "Your Discard Pile" done -Text0241: ; 3bc2b (e:7c2b) +YourHandText: ; 3bc2b (e:7c2b) text "Your Hand" done diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index f024288..fc96176 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -576,9 +576,9 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text023c ; 0x023c textpointer Text023d ; 0x023d textpointer Text023e ; 0x023e - textpointer Text023f ; 0x023f - textpointer Text0240 ; 0x0240 - textpointer Text0241 ; 0x0241 + textpointer YourPokemonText ; 0x023f + textpointer YourDiscardPileText2 ; 0x0240 + textpointer YourHandText ; 0x0241 textpointer Text0242 ; 0x0242 textpointer Text0243 ; 0x0243 textpointer Text0244 ; 0x0244 |
