diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-07 15:14:04 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-07 15:14:04 +0100 |
commit | bbac07ad938c578dda414ed4c5496d35e24c6a38 (patch) | |
tree | 7ae15d3e4ebc7ff9d1c212bb609b82ee6be72cab /src/text/text_offsets.asm | |
parent | 4b2be5326433a1a1cedfc8d16ca310529e48e5f1 (diff) |
Work on Opponent's Play Area menu
Diffstat (limited to 'src/text/text_offsets.asm')
-rw-r--r-- | src/text/text_offsets.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index 4787481..f8c547d 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -580,9 +580,9 @@ TextOffsets:: ; 34000 (d:4000) textpointer YourDiscardPileText2 ; 0x0240 textpointer YourHandText ; 0x0241 textpointer Text0242 ; 0x0242 - textpointer Text0243 ; 0x0243 - textpointer Text0244 ; 0x0244 - textpointer Text0245 ; 0x0245 + textpointer OpponentsPokemonText ; 0x0243 + textpointer OpponentsDiscardPileText2 ; 0x0244 + textpointer OpponentsHandText ; 0x0245 textpointer Text0246 ; 0x0246 textpointer Text0247 ; 0x0247 textpointer YourPlayAreaText ; 0x0248 |