Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/18/2022 in all areas

  1. adscl84

    Removing Menu Options

    It should be noted that the addresses you gave are for the 32 team rom only. I had to go to x239f2 (rather than x3f9f4) to change the number of options on the original rom. To get the former pro bowl option to go to the team data screen was at the same place, though (x200f3). At x1fa63 there is a huge block of xff, and I can't seem to find it using the code logger. I compared the two roms and found the following: x1e110 and x1e114 are what should be changed to x07. x1e121 and x1e124 are what should be changed to x04 and x12 respectively x1e117 is what should be changed to x05 To change the "pro bowl" to "team data", enter the following at x1e14a: 5445414D20444154418F000000000000000000 This is needed because "team data" is longer than "pro bowl" so you have to tell it to put the line for the box somewhere else, and then remove the word "team data" from where it was originally. Also, when you return from the team data screen, you have to hit up twice to move the cursor. Probably because we put "70" in there twice, but if you get rid of the last one, the cursor is gone altogether. Very strange... At x239ef we have x000028 The first byte is the image used for the cursor. The third byte is the horizontal position of the cursor on the screen. You would think the 2nd byte would be the vertical position, but changing it does nothing or causes the cursor to be mirror-imaged. Now, if only I could figure out how to make the cursor show up on the team data screen after removing the all star options... Edit: I almost figured it out... I realized the x0c03 at x23b4b probably referred to the number of rows and columns on the screen. I changed the x0c03 to x0802 (my rom has only 16 teams: 8 in each conference, four in each division) and then immediately placed the cursor positions for each team. The screen loads with the cursor on the first team and it can immediately be moved in any direction. However, this messes with which team loads when you select the option...
    1 point
×
×
  • Create New...