LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

NEED HELP!!!

Root / Programming Questions / [.]

VG_LoverCreated:
I was making αlpha squad, when I wanted to load in a map and a sprite, but that wouldn't work. Before that, I wanted to make some music usind mml, but I couldn't play my second piece of music. If someone can fix at least one of these problems, the key is 43VEK483

Never mind the music, I fixed that part

ill see if i can fix it.

sprite problem: sprite is black and no map is loading. if there was a background then you would see the sprite.

It turns out that I didnt fix the music

And PetNet, I did do that before

I watched petit professor 3d on youtube and i did everything he did but it didnt work, the screen is all black

Its just not working...no error

I'm just gonna restart, you can help if you want

on the name selection screen i can only choose A, B, C, D & E and when i choose E it fills the entire name with E

Use:
DIM MAP[0]
FOR I=0 TO 3
BGSCREEN I,64,64
LOAD "DAT:SC_MAPNAME_L"+STR$(I),MAP,FALSE
BGLOAD I,MAP
NEXT
That will load a map.

Use:
DIM MAP[0]
FOR I=0 TO 3
BGSCREEN I,64,64
LOAD "DAT:SC_MAPNAME_L"+STR$(I),MAP,FALSE
BGLOAD I,MAP
NEXT
That will load a map.
thanks for that. i'm sure that VGlover will also thank you.

Yay!!

Use:
DIM MAP[0]
FOR I=0 TO 3
BGSCREEN I,64,64
LOAD "DAT:SC_MAPNAME_L"+STR$(I),MAP,FALSE
BGLOAD I,MAP
NEXT
That will load a map.
thanks for that. i'm sure that VGlover will also thank you.
I haven't tried it yet, but thanks anyways. Also, just so I don't keep creating threads, I'll make a thread just for αlpha squad.

Use:
DIM MAP[0]
FOR I=0 TO 3
BGSCREEN I,64,64
LOAD "DAT:SC_MAPNAME_L"+STR$(I),MAP,FALSE
BGLOAD I,MAP
NEXT
That will load a map.
thanks for that. i'm sure that VGlover will also thank you.
I haven't tried it yet, but thanks anyways. Also, just so I don't keep creating threads, I'll make a thread just for αlpha squad.
Otay...