Jump to content

Adding sounds to menu items


Bas

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 year later...

how in the hell was this your first and only post on this board and not one person made a comment about how friggin sweet this information is?

Total props dude, unless someone else just told you how to do this. In that case, props to that dude c/o Bas.

Link to comment
Share on other sites

Can you have it say the "hut hut hut" in the menus, or some of the menus?

I think that would be pretty sweet. It would be annoying if I was new to the sound, but I know all of us here have heard it too many times. For me it has gone from annoying, to pleasant background noise.

Link to comment
Share on other sites

  • 8 years later...

i can't find one so i'll post a list of all the hex values for sounds that can be inserted into this location and to the in-game music via the locations found here (http://tecmobowl.org/topic/3961-change-tecmo-in-game-music/).  there are 2 sounds i haven't labeled because for the life of me i can't remember where they are.  they sound familiar but i can't place them out of context.


 


01 nothing


02 nothing


03 "ready"


04 "down"


05 "hut"


06 "touchdown"


07 throw 


08 throw 2


09 kick


0a nothing


0b bounce


0c whistle


0d bounce 2


0e 2 minute warning


0f last seconds ticking


10 nothing


11 gunshot


12 FG flub


13 press start


14 coin toss option


15 coin toss select


16 schedule select


17 hit


18 nothing


19 punt/jump cutscene


1a TD crowd


1b crowd


1c XP made crowd


1d play select


1e pb menu select


1f nothing


20 kickoff cutscene


21 TD music


22 safety


23 touchback


24 interception


25 change side


26 first down


27  


28 made FG


29 missed FG


2a nothing


2b injured


2c end of quarter


2d halftime


2e chains measure


2f end of game


30 going to SB


31 division champs


32 hidden coolness


33 standings


34 injury return


35  


36 sack


37 fumble


38 nothing


39 intro song


3a pre-intro song


3b intro song


3c in-game, probowl P2


3d in-game, probowl P1


3e in-game, playoff P2


3f in-game, playoff P1


40 in-game, season P2


41 in-game, season P1


42 in-game, preseason P2


43 in-game, preseason P1


44 SB winner


45 SB credits


Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...