Recent content by cirote3

  1. cirote3

    Cirote 3: the worst GBA RPG ever

    I've released a new version with an easy mode, VRAM management improved and some text tweaks: https://cirote3.itch.io/cirote3/devlog/1285223/042
  2. cirote3

    Cirote 3: the worst GBA RPG ever

    I've released a new version with slightly easier final bosses, a rare crash fixed and some text tweaks: https://cirote3.itch.io/cirote3/devlog/1016756/041
  3. cirote3

    How can I get started on DevKitPro programming?

    https://gbadev.net/tonc/
  4. cirote3

    Cirote 3: the worst GBA RPG ever

    It's in spanish (and english).
  5. cirote3

    Cirote 3: the worst GBA RPG ever

    I've been uploading a few crappy gifs to itch.io (they can't go over 3MB). I post the less NSFW ones: In the devlog there are videos that look much better.
  6. cirote3

    Cirote 3: the worst GBA RPG ever

    I just published an RPG I've been making for the GBA. In the game you can: Smoke joints in the park until you pull a whitey. Enjoy a wide selection of porn movies to finger yourself until your fingers smell like slit sardines. Kill hundreds of space critters even if they don't attack or defend...
  7. cirote3

    Hardware Why does GBA have "backgrounds" and "sprites"?

    Sprite and background tiles are stored in different VRAM banks. This division should make it faster for the PPU to access them simultaneously.
  8. cirote3

    how bad is the gba version of megaman and bass?

    Megaman sprite was already too big on the SNES, so...
  9. cirote3

    Hacking ROM Hack GBA Translation Zero One SP English Patch Project (on indefinite hiatus)

    It's great that at last someone is working on this game.
  10. cirote3

    Emulation Is a pico-8 emulator possible on the GBA?

    Maybe a slow one...
  11. cirote3

    Emulation Homebrew VRAM and Performance Monitoring Methods for NDS Game Development?

    As PAlib is open source, you can always add your own functions to track VRAM usage.
  12. cirote3

    Gaming Must Play DS Games

    Bangai-O Spirits too.
  13. cirote3

    Best Flashcart available.

    Whatever you do, avoid the Supercard SD.
  14. cirote3

    Homebrew How should someone read the TONC documentation?

    Modern tonc examples: github_com\gbadev-org\libtonc-examples