Search results

  1. X

    Hello :D

    I'm totally new here, because I just wanted to make game for my NDSLite or GBA SP :) . I'm professional Unity gamedev and working on titles for PC & console, previously mobile & VR. I'm a huge fan of handheld consoles! Hello to everyone, I'm impressed that you're making nice things!
  2. X

    Tutorial DS Programming for Newbies!

    Libnds example works great. I've put my background and it looks good, altough I've used *..h & *.o files. I figured it out - I've put old NFLib binaries from your example and it works! Somewhere I saw that when NFLib has problems, it should be rebuild from source. Thank you! EDIT: I've just...
  3. X

    Tutorial DS Programming for Newbies!

    Yay, thanks for reply! So: it compiles perfectly path is okay, when e.g. *.map file was missing the ROM throws error message About image: I draw image in GIMP, with indexed colors to 256 colors I've found old tools scripts to convert background (Convert_backgrounds): @echo off cls del...
  4. X

    Tutorial DS Programming for Newbies!

    Hi! I know this tutorial may be too old, but thanks for posting it, it's very helpful. However, I have issues with displaying background with NFLib: I have the most recent version of devkitpro & lib nds, and NFLib (8 oct 2020 last commit, from github) I draw my image, convert to BMP with 8...