Recent content by pansy_thoughts

  1. pansy_thoughts

    [WIP] Scott Pilgrim DS demake.

    I've spent this last month taking a break from this and also trying to learn and do some other things. might come back to it when I feel ready:D which might be soon. you can try out the ROM I attached if you want to have a feel of what this game would feel/look like on a DS. it should work on...
  2. pansy_thoughts

    [WIP] Scott Pilgrim DS demake.

    thanks! there are many things that I want to work on besides adding new content, like refactoring many things of the code (since it's kinda bad) and maybe try to extract the assets from the original game files, so that anyone can compile this without me adding copyrighted material to the github...
  3. pansy_thoughts

    [WIP] Scott Pilgrim DS demake.

    in the past month i've been working on a kind of demake/recreation of Scott Pilgrim vs. The World: The Game for the DS. I started this as a way to learn some C/C++ and homebrew development in general. NOTE that this is still in very early development, and therefore is pretty much just a...
  4. pansy_thoughts

    Help with displaying background using NFlib and libnds.

    thanks for replying! I'm honestly really new to this scene and have been using this silly project to learn more C/C++, and the set of things that involve working on a project. as for the scroll engine, I noticed that for my purpose the NF function to scroll BG wasn't really optimal, because it...
  5. pansy_thoughts

    Help with displaying background using NFlib and libnds.

    hello there, so i've been working on a sort of demake or recreation of the Scott Pilgrim beat 'em up game for the DS, since i wanted to try out DS programming, and eventually kept adding things, until i had one character in scene in the first map of the game, with background music and complete...
  6. pansy_thoughts

    Feedback Homebrew "Data abort" error when opening homebrew.

    hey, thanks for replying! i've checked and nitroFSInit() indeed returns 'true' every time I open the build (which is kinda obvious since it can read the sprite/pallette files just fine, because they show up on screen). I included defaultExceptionHandler() in my main(), as shown in the debugging...
  7. pansy_thoughts

    Homebrew Misc cannont find calico.h devkitpro error in vscode

    you could use BlocksDS too. I had a ton of issues trying to get nflib to work using devkitpro and devkitARM, since as much as I modified the makefile to include nflib and such, it just wouldn't work (couldn't even compile the raw examples lol), and at the end the solution for me was to pretty...
  8. pansy_thoughts

    Feedback Homebrew "Data abort" error when opening homebrew.

    hey, newbie here so, I've been tinkering and learning to make DS homebrew, only with libnds and nflib for now. and when opening one of the things I made on my DS Lite, this error came up: tried it on my old 3DS, and same. I have made some programs before, using at most nflib's sprite...