Recent content by ZippyCat

  1. Z

    Tutorial Useful resources to help you out with starting to make NDS homebrew

    yeah i do know its better to start out with 2d stuff, which im doing already. but about seperated processors... i didnt know about it, thanks! and talking about porting, im trying to port a game already on the nintendo ds!
  2. Z

    hello everybody!

    thank you!
  3. Z

    Homebrew SimpleNFL - Makes NightFoxLib easier to use! (DS/DSI)

    this really good! sure it saved me lines of code when loading in backgrounds and sprites, however i think most of the time audio is better to be loaded in and played seperatly using nflib if you want it to play more than once without loop (i mean stuff like jumping sounds). but either way this...
  4. Z

    Tutorial Useful resources to help you out with starting to make NDS homebrew

    thats some real nice starter guide! currently learning how to do games for nintendo ds. main reason why i want to do nds homebrew is cause im still interested up to today in dual screen concept and its the only console i have. either way thats a very nice guide. followed it and already made my...
  5. Z

    hello everybody!

    hello! im zippy, and i have basically never used forums (since i usually go with stuff like discord) im trying to code and stuff and trying to use libnds and night fox's lib with c++. out of consoles i only have a green nintendo ds lite. soon planning to buy 3ds and ps3 (even tho it may be a...
  6. Z

    Homebrew Homebrew app Which app i can use to do music for nintendo ds

    in reply to FAST6191 since im limited to not include links and stuff and replies: i havent thought about splicing music... but that seems like one of the best options for me. i should try that out since that means i could keep good quality .wav music in my games, and i have more options with...
  7. Z

    Homebrew Homebrew app Which app i can use to do music for nintendo ds

    Hello, i have a question about nintendo ds homebrew app making. So im trying to do a game here and i found out limitations for audios in libnds + NightFox's Lib. And using already existing music is... way above than 256kb when i convert it to .raw with lowest settings NFLib supports. And i...