BASIC Adventures log 1: Today, I learned how to use the circle pad to make your character move, and how to make a wall that you can't get pass. Progress!
If you already know how to use the circle pad then...What you gotta do is do "SPSET (0/1),(Number),(Number)" (0 is the character, and 1 is the wall) to create your character, and wall, then do "SPCOL (Number), True" to set collision. Then you must do "If SPHITSP(0,1) then X/Y=(Number)" Make that "X/Y" a X, or Y, and make that ("Number") a Number based on what you need! (Part 1/2)
This only works correctly on one side of the wall, but I think I MAY know a solution to that. I know I'm bad at explaining things like that, but I hope I was able to help! If you have any questions, I'll try my best to answer them! (Part 2/2)