So I have been attempting to change the rival names in the script. I have gotten as far as editing the actual hex values where the names for [rival] and [player] are stored so that the default names changed. that went smooth, and MAY became STEPHANIE, and BRENDAN became SEAN. by next problem however, was that sometimes the game does not just use the [rival] variable for the rival name, and sometimes just says the name (ie, when may or Brendan are talking). so, to fix this, all i need to do is go into the scripts and find every time the name MAY or BRENDAN is used and change it manually. time consuming but easy enough. however, something is not working. here's where the trouble starts.
some scripts I managed to successfully change: Like when you talk to the rival by clicking the pokeball.
But if instead I leave the room and go towards the door instead to trigger the event, I get:
and every time i try to edit and change BRENDAN to SEAN it changes back as soon as i close the window. i have tried saving compiling debugging and saving again before closing the window and it still changes back every time. i dont understand what i am doing wrong or how i managed to change some before.
even more annoyingly, some scripts have started to run into each other. here's an example
if anyone has any clue what happened, what I can do to fix it, or how to prevent it from happening agian if I do have to start from scratch with a clean ROM, I would really appreciate it. Thanks in advance
some scripts I managed to successfully change: Like when you talk to the rival by clicking the pokeball.
Spoiler:
#org 0x1F97B4
= Hey!\nYou[.]\pWho are you?\pOh, you're [player], aren't you?\nMoved in next door, right?\pI didn't know that you're a girl.\pDad, PROF. BIRCH, said that our new\nnext-door neighbor is a GYM LEADER's\lkid, so I assumed you'd be a guy.\pMy name's SEAN.\nSo, hi, neighbor!\pHuh? Hey, [player], don't you have\na POKéMON?\pDo you want me to go catch you one?\pAw, darn, I forgot[.]\pI'm supposed to go help my dad catch\nsome wild POKéMON.\pSome other time, okay?
= Hey!\nYou[.]\pWho are you?\pOh, you're [player], aren't you?\nMoved in next door, right?\pI didn't know that you're a girl.\pDad, PROF. BIRCH, said that our new\nnext-door neighbor is a GYM LEADER's\lkid, so I assumed you'd be a guy.\pMy name's SEAN.\nSo, hi, neighbor!\pHuh? Hey, [player], don't you have\na POKéMON?\pDo you want me to go catch you one?\pAw, darn, I forgot[.]\pI'm supposed to go help my dad catch\nsome wild POKéMON.\pSome other time, okay?
![[PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own [PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own](https://68.media.tumblr.com/769a0a623d01087ff5df5ff04550455f/tumblr_oj8alnlGcF1r6g90zo1_250.png)
But if instead I leave the room and go towards the door instead to trigger the event, I get:
Spoiler:
#org 0x1F90B4
= Hey!\nYou[.]\pWho are you?\pOh, you're [player], aren't you?\nMoved in next door, right?\pI didn't know that you're a girl.\pDad, PROF. BIRCH, said that our new\nnext-door neighbor is a GYM LEADER's\lkid, so I assumed you'd be a guy.\pMy name's BRENDAN.\nSo, hi, neighbor!\pHuh? Hey, [player], don't you have\na POKéMON?\pDo you want me to go catch you one?\pAw, darn, I forgot[.]\pI'm supposed to go help my dad catch\nsome wild POKéMON.\pSome other time, okay?
= Hey!\nYou[.]\pWho are you?\pOh, you're [player], aren't you?\nMoved in next door, right?\pI didn't know that you're a girl.\pDad, PROF. BIRCH, said that our new\nnext-door neighbor is a GYM LEADER's\lkid, so I assumed you'd be a guy.\pMy name's BRENDAN.\nSo, hi, neighbor!\pHuh? Hey, [player], don't you have\na POKéMON?\pDo you want me to go catch you one?\pAw, darn, I forgot[.]\pI'm supposed to go help my dad catch\nsome wild POKéMON.\pSome other time, okay?
![[PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own [PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own](https://68.media.tumblr.com/bfd86dc2bb1ba41585c5cbdeab403df5/tumblr_oj8alnlGcF1r6g90zo2_250.png)
and every time i try to edit and change BRENDAN to SEAN it changes back as soon as i close the window. i have tried saving compiling debugging and saving again before closing the window and it still changes back every time. i dont understand what i am doing wrong or how i managed to change some before.
even more annoyingly, some scripts have started to run into each other. here's an example
Spoiler:
#org 0x1EC7A6
= STEPHANIE: Let's see[.] The POKéMON found\non ROUTE 103 incOh, hi, [player]\v\h05!\p[.]Oh, I see, my dad gave you\na POKéMON as a gift.\pSince we're here, let's have a quick\nbattle!\pI'll give you a taste of what being\na TRAINER is like.
(rival is facing away this whole time talking. this conversation ends with rival turning around finally, [!], then saying the next line)
#org 0x1EC7DE
= Oh, hi, [player]\v\h05!\p[.]Oh, I see, my dad gave you\na POKéMON as a gift.\pSince we're here, let's have a quick\nbattle!\pI'll give you a taste of what being\na TRAINER is like.
(now the battle actually starts)
= STEPHANIE: Let's see[.] The POKéMON found\non ROUTE 103 incOh, hi, [player]\v\h05!\p[.]Oh, I see, my dad gave you\na POKéMON as a gift.\pSince we're here, let's have a quick\nbattle!\pI'll give you a taste of what being\na TRAINER is like.
(rival is facing away this whole time talking. this conversation ends with rival turning around finally, [!], then saying the next line)
#org 0x1EC7DE
= Oh, hi, [player]\v\h05!\p[.]Oh, I see, my dad gave you\na POKéMON as a gift.\pSince we're here, let's have a quick\nbattle!\pI'll give you a taste of what being\na TRAINER is like.
(now the battle actually starts)
![[PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own [PokeCommunity.com] Advance map not saving my text edits, and strings merging on their own](https://68.media.tumblr.com/5f64566722fea915a30be5aeefe05afd/tumblr_oj8alnlGcF1r6g90zo3_250.png)
if anyone has any clue what happened, what I can do to fix it, or how to prevent it from happening agian if I do have to start from scratch with a clean ROM, I would really appreciate it. Thanks in advance