Recent content by Oricalu

  1. Oricalu

    Homebrew Citro2d - How to skew and add perspective effects to images

    For a game that I am programming, I want to add a perspective effect to an image, basically converting it from this: to this Is this possible using Citro2d? I've looked through the documentation and can't find anything that would do this. Would I have to use another external graphics library...
  2. Oricalu

    ROM Hack Problems using LayeredFS with UltraSun

    don't worry, its working. i just had to uninstall updates
  3. Oricalu

    ROM Hack Problems using LayeredFS with UltraSun

    I am trying to randomize my copy of ultrasun (cartridge) and when I boot up the game, it crashes with a data abort error. This is what it says: I used the tutorial found on by zetadesigns called 'How to randomize 3DS Pokémon games (LayeredFS)' because I tried several others that just didn't...
  4. Oricalu

    Hacking Having touble putting homebrew apps on Sky3ds (blue button)

    Ryccardo thanks I tried this but it gives me an error saying it contains invalid data
  5. Oricalu

    Hacking Having touble putting homebrew apps on Sky3ds (blue button)

    I have, that's how I've been testing my homebrew apps. I wanted it on thge cartridge so I could share it with my friends who don't have CFW.
  6. Oricalu

    Hacking Having touble putting homebrew apps on Sky3ds (blue button)

    This might be a noob question but I have just gotten into homebrew development and wanted to put one of my projects onto a Sky3ds (blue button) cartridge. I have compiled it into a .3ds file using makerom and am trying to use diskwriter to write it to the card. I have realised I need to make a...