label unknown / label already defined

Taylormario20

New member
Hey, im having some trouble with NesMaker

Im following the WedNESday adventure tutorial (https://www.youtube.com/watch?v=wH6G296onhs), as im somewhat new to this program, and i ran into a weird situation

when i try to test my game (im at around 33:16 in the video) i get this error:


` C:\Users\Taylo\Downloads\nesmaker_4_0_11_platformula\NESmaker_4_0_11_Platformula\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
pass 2..
last try..
Routines\UserScripts\AdventureGame_Base\PowerUpCode\Powerup_IncreaseMoney.asm(9):AddValue(13): Unknown label.
demo.txt written.

C:\Users\Taylo\Downloads\nesmaker_4_0_11_platformula\NESmaker_4_0_11_Platformula\GameEngineData>pause
Press any key to continue . . . `


so i think "oh i guess ill just add that script to the game and it will work again"


but once i do that, i get this error

` C:\Users\Taylo\Downloads\nesmaker_4_0_11_platformula\NESmaker_4_0_11_Platformula\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
Routines\UserScripts\AdventureGame_Base\PowerUpCode\Powerup_IncreaseMoney.asm(26): Label already defined.
demo.txt written.

C:\Users\Taylo\Downloads\nesmaker_4_0_11_platformula\NESmaker_4_0_11_Platformula\GameEngineData>pause
Press any key to continue . . . `

can someone explain whats going on here and how i can fix it?
thanks in advance
 

dale_coop

Moderator
Staff member
In fact, you don't need to add the script again...
You need to modify the script (because the adventure module came with the 4.0.6 and has not been updated for the 4.0.11). So, you need to follow this topic:
http://nesmakers.com/viewtopic.php?f=27&t=735
 
Top Bottom