Recent content by Triforce333

  1. T

    Homebrew I can't show sprites on ds

    I've found the problem I was using wingrit.exe to convert images. Now i'm making a .grit file in gfx folder I've used PAlib before. But I want to learn libnds so i'm making practises with libnds Thanks
  2. T

    Homebrew I can't show sprites on ds

    (My English isn't very well. so i could make mistakes.Sorry) I'm using this code and i'm using grit 0.8.6 to convert images. CODE#include #include #include "nsmbpng_img_bin.h" #include "ball_img_bin.h" #include "nsmbpng_pal_bin.h" #include "ball_pal_bin.h" typedef struct { ÂÂÂÂint x,y...