Recent content by goemon_guy

  1. G

    GBAtemp Exclusive Smash Bros. Ultimate - online tournament - watch on Twitch

    My roommate and I said the same thing hahaha. Unfortunately I had to take care of some stuff last night at the last minute. Here's hoping we get matched up at some point during the next bracket! :D
  2. G

    GBAtemp Exclusive Smash Bros. Ultimate - online tournament - watch on Twitch

    I'm definitely interested in taking part in this tourney! My name I'll be using online is Seamammals, and I'm located in Newfoundland, Canada as well.
  3. G

    ROM Hack GBA Romhacking Help

    At least I'm on the right track in some way. Ran into a snag though: If I mov r15,r0 for example, the PC automatically changes to the new address without saving a return address. I can't seem to use any function other than bl r15 in the assembler (bl r0, for example, generates a parameter...
  4. G

    ROM Hack GBA Romhacking Help

    Yep, you were right about that. Playing around with Crystaltile2, I was able to get a good look at the font. I have one main question now, though. If I wanted to add asm code at the end of the rom, in blank/expanded space, what would be the best way to branch to it? My idea was to copy the...
  5. G

    ROM Hack GBA Romhacking Help

    Already having significant progress over what I would have found last night. I had read that the BIOS had its own function calls, but it never clued into me to actually trace them and see what they do. Managed to find the location of the compressed text almost instantly, and was able to...
  6. G

    ROM Hack GBA Romhacking Help

    I'm looking into hacking a GBA game, (Konjiki no Gash Bell: Makai no Bookmark) but I'm running into some issues trying to do a few things. Namely: -Finding the decompression routine for text/graphics -Finding the location of graphics such as fonts I've been using NO$GBA's built in debugger to...
  7. G

    Help clearing up Famicom image

    I recently bought an original Famicom off eBay, but of course, the picture looks like trash for the most part, unless I fiddle with the RF cable enough. Basically, what I found was that getting a RCA female to Coaxial (F-type) male adapter, and an RCA cable would yield a significantly better...
  8. G

    Homebrew conivert gameshark/other cheat decice codes to orcana codes (n64)

    It's possible, but you'd need a ram-dump from your version of the game. Back from my old days in the WiiRD community, you'd have to get this using a USB Gecko on your Wii. Nowadays, I'm sure you could accomplish the same thing using Dolphin. (Don't ask me how, I've never used it for hacking)...
  9. G

    Hacking [How-to] Spoof firmware (to access eShop and more) on New 3DS and Old 3DS

    I dunno if I'm missing something or not, but I'm trying to activate System Transfer from System Settings in NTR, but the debugger disconnects upon entering System Settings, meaning that the Transfer app sees that an update is available and won't start. I'm not exactly sure what I'm doing...