Posts: 378
Threads: 94
Joined: Jul 2013
Reputation:
11
I changed "Blitz" to "Swdplay" and "Swdtech" to "Phase". I'm trying to have the menu screen (on the skills submenu) display the names correctly, but I can't do this, since Swdplay is longer than Blitz. And I can't seem to use the space left from Swdtech to Phase, because it makes the command directly blank:
![[Image: crossover_crisis_v2_00000_by_kugawattan-d9x35ce.jpg]](http://orig15.deviantart.net/1237/f/2016/089/4/e/crossover_crisis_v2_00000_by_kugawattan-d9x35ce.jpg)
Original Code vs. The code I used that gave me the above screenshot.
![[Image: edited_rom_by_kugawattan-d9x35bv.png]](http://orig08.deviantart.net/47dc/f/2016/089/d/a/edited_rom_by_kugawattan-d9x35bv.png)
Any ideas for a fix?
Step forward, spriters! We are also responsible to make hacks look new and fresh, we are no less important than code or ASM hackers! CHARGE!!
Posts: 23
Threads: 4
Joined: Sep 2015
Reputation:
0
You probably also need to change the thing that points to the old name.
Change:
C3/4D00: A0 63 5C
to
C3/4D00: A0 61 5C
because the new name Swdplay appears two bytes earlier than before.
Posts: 378
Threads: 94
Joined: Jul 2013
Reputation:
11
![[Image: crossover_crisis_v2_00002_by_kugawattan-d9x3x0y.bmp]](http://orig12.deviantart.net/e44f/f/2016/089/b/e/crossover_crisis_v2_00002_by_kugawattan-d9x3x0y.bmp)
Well, damn guys, you're my own personal heroes!!
Also, I'm SO sorry I somehow forgot to add the actual adress!! Maybe because I went to change the actual text instead of looking for an adress. Thanks for your help again guys!
Step forward, spriters! We are also responsible to make hacks look new and fresh, we are no less important than code or ASM hackers! CHARGE!!
Posts: 378
Threads: 94
Joined: Jul 2013
Reputation:
11
double post of evil
Okay, I now have another issue related to this, and it would be the "shop quotes". The line "Too many!" at C3/C3E1, I've moved it one space to the right (so I could make space for the previous line, which is one letter longer), and I guess I gotta relocate the pointer for that too. If it's possible, I'd like a brief explanation on how can I find the code so I can change it myself, but if not possible I can just ask you guys again :P
Step forward, spriters! We are also responsible to make hacks look new and fresh, we are no less important than code or ASM hackers! CHARGE!!
Posts: 378
Threads: 94
Joined: Jul 2013
Reputation:
11
Thanks Mad! Worked just fine! Now, unless you added (display "Too many!") yourself, I guess my Bank C3 txt is a little outdated. Where's the newest one at?
Step forward, spriters! We are also responsible to make hacks look new and fresh, we are no less important than code or ASM hackers! CHARGE!!