Search:

Type: Posts; User: rocko384

Search: Search took 0.00 seconds.

  1. Sorry, it was midnight when I was posting

    Sorry guys. Thanks for putting up with me in my worst.
  2. A friend told me I forgot commas, which I did...

    #include <gb/gb.h>
    #include <gb/drawing.h>




    UBYTE ship[10] =
    {
    {0, 0},
    {2, 1},
  3. UBYTE is one of the standard, low memory usage...

    UBYTE is one of the standard, low memory usage data types the DK offers. It's the most common one too. Anyway, yeah, I was just trying to make an array that I could store the X and Y of each point....
  4. This is confuzzling

    No...see, I was trying to make this plot each of those vector locations. I had the for loop run throuh each position, then plot a point based on the first and second values in the array. But I don't...
  5. I was trying to write some code for my Gameboy with GBDK, and it errored

    #include <gb/gb.h>
    #include <gb/drawing.h>




    UBYTE ship[10] =
    {
    {0, 0}
    {2, 1}
Results 1 to 5 of 5