Noob stuck on compiling...

awakebyjava

New member
Hey folks! I'm working through the videos, and when I finally got to testing my game, i get some errors about sound files. Maybe I haven't gotten far enough in the videos to know how to fix them, but I'd like to not fumble around too much if someone can point me to the right resource. (I watched 1-7 and I'm 30 minutes into the long adventure tutorial. I've attached and image below. Thanks!
 

Attachments

  • Screenshot (1).png
    Screenshot (1).png
    319.2 KB · Views: 2,896

cargo

spam bots yandex
Did you import one the famitracker text files into your project? You can find them in BetaAssets/Music inside your NESMaker folder.
 

cargo

spam bots yandex
Just to be sure are you using version 4.0.11?

Check that line 9 in Powerup_IncreaseMoney.asm says:

Code:
	AddValue #$03, myMoney, #$01, #$00

If you are reading this now I am at the Community Discord Server. You can join me there and I'll try to help you out.
 

awakebyjava

New member
I got it working. The listed scripts were looking for sound effects that were not there. I changed the references to sounds that are in the module, and they worked just fine. Did need to add the location to the increase money script. Very cool!
 
Top Bottom