Jump to content

Bas

Members
  • Posts

    1
  • Joined

  • Last visited

  1. One of the things that always irked me about tecmo was the lack of music while navigating through the menus, shedules, standing etc. I'm not sure if anyone else has found this before, but I figured I'd post it here for anyone who does not know how to add music to menu items. Let's say you wanted to add the hidden song (sound 32 from the sound test) to the main menu of the game when you start. goto offset 0X01E152 you'll find: 8E 06 54 45 41 4D 20 54 45 41 4D THIS COORESPONDS TO: <8E - DRAW> TEAM DATA to play the hidden song I moved the 8E 06 forward 2 spots, replacing the TE in "TEAN DATA" and replaced it with: F3 33 F3 - play sound command 33 - the sound number. I also replaced the left over "EM DATA" with just "DATA" followed by a few spaces hex 20. You can also use this to add sounds to other menu items in the game. The downside is you have to toss out 2 bytes of data to do it. here's a list of hex values for some of the songs I've found. 45 - SUPERBOWL CREDIT SONG 44 - SUPERBOWL CHAMP SONG 43 - PRESEASON PLAYER 1 42 - PRESEASON PLAYER 2 41 - SEASON PLAYER 1 40 - SEASON PLAYER 2 3F - PLAYOFF Player 1 3E - PLAYOFF Player 2 3D - PRO BOWL Player 1 3C - PRO BOWL player 2 3B - "READY" 3A - ON THE FIELD - first song the rom plays 39 - "READY" EXTENDED version 32 - STANDINGS MUSIC 31 - CHAMP MUSIC Bas.
×
×
  • Create New...