Language…
4 users online: crocodileman94, jferrerfaj, Johnson, Slash-18 - Guests: 1,297 - Bots: 114
Users: 70,535 (2,467 active)
Latest user: Joarez

Change "Nintendo Presents" Sound

SMW Tweaks → Change "Nintendo Presents" Sound

Tweak Details

Summary: Change "Nintendo Presents" Sound
Description: Changes the sound effect played when "Nintendo Presents" appears. Supported values for $1DF9 are $00 - $2A and for $1DFC are $00 - $34.

Don't use it if you use AddmusicK.
Tags: change logo nintendo-presents sfx sound
Parameters:
sfx_id
Sound ID. Byte (8 bits). Defaults to $01.
sfx_port
Sound Port. One of (defaults to $1DFC):
  • $1DF9 (= $1DF9)
  • $1DFC (= $1DFC)
Code:
org $0093C0
LDA #<sfx_id>
STA <sfx_port>|!addr
Submitted: by  MarioFanGamer