error with HUDs

VectorFoo

New member
Hello there. I'm new to nesmaker and making my first game. I've now gotten to the huds but the myHealth works fine, but the myMoney doesn't. It brings up this error every time I try to test the game.

GameData\HUD_UPDATES.dat(13):DrawNumber(9): Unknown label.
GameData\HUD_UPDATES.dat(13):DrawNumber(11): Unknown label.
GameData\HUD_INCLUDES.dat(6):DrawNumber(9): Unknown label.
GameData\HUD_INCLUDES.dat(6):DrawNumber(11): Unknown label.
demo.txt written.
 

Attachments

  • hud issue.PNG
    hud issue.PNG
    6.3 KB · Views: 8

Jonny

Well-known member
It's got something todo with Hud Element 3. Is that the one you're using for myHealth?
 

VectorFoo

New member
It's got something todo with Hud Element 3. Is that the one you're using for myHealth?
No I’m using Element 1 for myHealth and Element 2 for myMoney.
But like I said myHealth is completely fine. If disable Element 2, then no errors show up.
 

Jonny

Well-known member
If you open your HUD_UPDTES.dat file in a text editor and look at line 13 it should give some clues.
 
Top Bottom