Users browsing this thread: 1 Guest(s)
Menu Changes

#25
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(03-19-2012, 04:14 AM)badass Wrote: hmm.. i tried changing the blitz in the menu and all it does is erase the whole word.. what bytes am I not supposed to touch?

Well if you didn't moved the word "blitz" all I can see is that you would have ommited the x, y postion at the beginning of the word and therefore you would be out of screen with whatever values you got in bytes 1 and 2. You must also finish your word by 00.

Code:
C3/5C63:    0D 7B 81 A5 A2 AD B3 00      (position of and word "Blitz")

C3/5CB0:    B7 81 81 A5 A2 AD B3 00      (position of and word "Blitz")

Here the x,y position is 0D, 7B for the first instance and B7, 81 for the second one. Keep those values for your new word. If you wrote a longer name elsewhere you need to change the value of the LDY to the new address in the following code:

Code:
C3/4CFE:    8529        STA $29        (set text color)
C3/4D00:    A0635C      LDY #$5C63     (Address at which you find the word "Blitz")
C3/4D03:    20F902      JSR $02F9      (display the word "Blitz")

Code:
C3/55DC:    8529        STA $29        (set text color to blue)
C3/55DE:    A0B05C      LDY #$5CB0     (Address at which you find the word "Blitz")
C3/55E1:    20F902      JSR $02F9      (display the word "Blitz")




(03-19-2012, 12:53 AM)Roy-boy Wrote: FULL EDIT:
I want it to be known that I feel soooooo incredibly stupid right now... It wasn't working... then I closed Windhex, and now it's working.... Thank you again Madsuir... Thank you for yer patience as well....

It's good to know you finally got it. Smile
  Find
Quote  



Messages In This Thread
Menu Changes - by Royaken - 03-18-2012, 12:10 AM
RE: Menu Changes - by madsiur - 03-18-2012, 12:59 AM
RE: Menu Changes - by Badass - 03-18-2012, 01:41 PM
RE: Menu Changes - by Royaken - 03-18-2012, 07:51 PM
RE: Menu Changes - by madsiur - 03-18-2012, 08:39 PM
RE: Menu Changes - by Royaken - 03-18-2012, 09:47 PM
RE: Menu Changes - by madsiur - 03-18-2012, 10:06 PM
RE: Menu Changes - by Angelo26 - 03-18-2012, 08:10 AM
RE: Menu Changes - by madsiur - 03-18-2012, 01:02 PM
RE: Menu Changes - by Royaken - 03-18-2012, 06:18 PM
RE: Menu Changes - by madsiur - 03-18-2012, 06:33 PM
RE: Menu Changes - by Angelo26 - 03-18-2012, 07:02 PM
RE: Menu Changes - by madsiur - 03-18-2012, 07:07 PM
RE: Menu Changes - by Royaken - 03-18-2012, 10:16 PM
RE: Menu Changes - by madsiur - 03-18-2012, 11:04 PM
RE: Menu Changes - by Royaken - 03-18-2012, 11:10 PM
RE: Menu Changes - by madsiur - 03-18-2012, 11:24 PM
RE: Menu Changes - by Royaken - 03-18-2012, 11:59 PM
RE: Menu Changes - by Angelo26 - 03-19-2012, 12:26 AM
RE: Menu Changes - by madsiur - 03-19-2012, 12:33 AM
RE: Menu Changes - by Royaken - 03-19-2012, 12:53 AM
RE: Menu Changes - by Angelo26 - 03-19-2012, 12:16 AM
RE: Menu Changes - by Royaken - 03-19-2012, 12:31 AM
RE: Menu Changes - by Badass - 03-19-2012, 04:14 AM
RE: Menu Changes - by madsiur - 03-19-2012, 11:44 AM
RE: Menu Changes - by Royaken - 03-19-2012, 10:34 PM
RE: Menu Changes - by madsiur - 03-19-2012, 10:51 PM
RE: Menu Changes - by Royaken - 03-19-2012, 11:46 PM
RE: Menu Changes - by Angelo26 - 03-19-2012, 10:52 PM
RE: Menu Changes - by Badass - 03-22-2012, 09:28 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite