diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-11 10:16:23 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:18:20 +0000 |
commit | a45b7780623fcc8b1d5af8863f07786a8f74a9e6 (patch) | |
tree | 21636ef0e295701337d008d53d60db1238af0b32 /src/text/text2.asm | |
parent | c11acb74b4bc7decf962b191fbb08d6b72e515aa (diff) |
NidoranF attacks
Diffstat (limited to 'src/text/text2.asm')
-rw-r--r-- | src/text/text2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm index b9ffa9b..bea4094 100644 --- a/src/text/text2.asm +++ b/src/text/text2.asm @@ -260,12 +260,12 @@ Text0129: ; 38a14 (e:4a14) line "Energy card." done -Text012a: ; 38a31 (e:4a31) +ChooseNidoranFromDeckText: ; 38a31 (e:4a31) text "Choose a Nidoran♀ or a" line "Nidoran♂ from the Deck." done -Text012b: ; 38a61 (e:4a61) +ChooseNidoranText: ; 38a61 (e:4a61) text "Choose a Nidoran♀" line "or a Nidoran♂." done @@ -425,7 +425,7 @@ Text013e: ; 3928c (e:528c) line " Yours Opponent's" done -Text013f: ; 392c9 (e:52c9) +NidoranMNidoranFText: ; 392c9 (e:52c9) text "Nidoran♂ Nidoran♀" done |