home.social

#gamegenie — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gamegenie, aggregated by home.social.

  1. 🎮Ah, the Game Genie: because who wouldn’t want to turn their NES into a buggy mess of cheat codes that doesn't even have Nintendo's blessing? 😂 Now, marvel at how a glorified glitch-maker became a pivotal moment in copyright law—because nothing screams legal precedent like hacking Mario to jump into oblivion.🚀
    tedium.co/2025/07/21/the-game- #GameGenie #CopyrightHack #NESCheatCodes #VideoGameHistory #LegalPrecedent #HackerNews #ngated

  2. 🎮Ah, the Game Genie: because who wouldn’t want to turn their NES into a buggy mess of cheat codes that doesn't even have Nintendo's blessing? 😂 Now, marvel at how a glorified glitch-maker became a pivotal moment in copyright law—because nothing screams legal precedent like hacking Mario to jump into oblivion.🚀
    tedium.co/2025/07/21/the-game- #GameGenie #CopyrightHack #NESCheatCodes #VideoGameHistory #LegalPrecedent #HackerNews #ngated

  3. 🎮Ah, the Game Genie: because who wouldn’t want to turn their NES into a buggy mess of cheat codes that doesn't even have Nintendo's blessing? 😂 Now, marvel at how a glorified glitch-maker became a pivotal moment in copyright law—because nothing screams legal precedent like hacking Mario to jump into oblivion.🚀
    tedium.co/2025/07/21/the-game- #GameGenie #CopyrightHack #NESCheatCodes #VideoGameHistory #LegalPrecedent #HackerNews #ngated

  4. 🎮Ah, the Game Genie: because who wouldn’t want to turn their NES into a buggy mess of cheat codes that doesn't even have Nintendo's blessing? 😂 Now, marvel at how a glorified glitch-maker became a pivotal moment in copyright law—because nothing screams legal precedent like hacking Mario to jump into oblivion.🚀
    tedium.co/2025/07/21/the-game- #GameGenie #CopyrightHack #NESCheatCodes #VideoGameHistory #LegalPrecedent #HackerNews #ngated

  5. (continued)
    How I found the Game Genie codes using FCEUX:
    1) By looking at the CHR ROM, I knew I wanted to use tile 0xd2 instead of 0x0a and 0xd7 instead of 0x0e.
    2) I looked at RAM in Hex Editor. A copy of sprite data was at 0x0700-0x07ff. The cursor was in the 2nd sprite slot, so the tile was at 0x0705.
    3) I set a breakpoint on 0x0705 write in Debugger. It found STA $0701,X. The previous instruction was LDA ($00),Y. Whenever that was run, RAM 0x00 contained 0x98 or 0x9d, RAM 0x01 contained 0xd8 and Y was 1, so a byte was being copied to A from RAM 0xd899 or 0xd89e.
    4) Indeed, during gameplay, CPU address 0xd899 contained 0x0a and 0xd89e contained 0x0e.
    5) I used nesdev.org/nesgg.txt to create the codes:
    - XSOSOEZA = "if the CPU tries to read a PRG ROM address that's currently mapped to CPU 0xd899 and contains 0x0a, return 0xd2 instead".
    - NSOSVETA = same but 0xd89e, 0x0e and 0xd7, respectively.
    #NES #gameHacking #GameGenie

  6. (continued)
    How I found the Game Genie codes using FCEUX:
    1) By looking at the CHR ROM, I knew I wanted to use tile 0xd2 instead of 0x0a and 0xd7 instead of 0x0e.
    2) I looked at RAM in Hex Editor. A copy of sprite data was at 0x0700-0x07ff. The cursor was in the 2nd sprite slot, so the tile was at 0x0705.
    3) I set a breakpoint on 0x0705 write in Debugger. It found STA $0701,X. The previous instruction was LDA ($00),Y. Whenever that was run, RAM 0x00 contained 0x98 or 0x9d, RAM 0x01 contained 0xd8 and Y was 1, so a byte was being copied to A from RAM 0xd899 or 0xd89e.
    4) Indeed, during gameplay, CPU address 0xd899 contained 0x0a and 0xd89e contained 0x0e.
    5) I used nesdev.org/nesgg.txt to create the codes:
    - XSOSOEZA = "if the CPU tries to read a PRG ROM address that's currently mapped to CPU 0xd899 and contains 0x0a, return 0xd2 instead".
    - NSOSVETA = same but 0xd89e, 0x0e and 0xd7, respectively.
    #NES #gameHacking #GameGenie

  7. In the NES game Yoshi's Cookie, you may be bothered by the cursor obscuring the cookies (top row in the screenshots). However, you can replace the cursor in one of two ways:
    1) Edit the iNES ROM with a hex editor to replace the cursor tiles with a blinking square in CHR ROM (middle row in the screenshots):
    - 0xff818181818181ff0000000000000000 to 0x200b0-0x200bf
    - 0x0000000000000000ff818181818181ff to 0x200f0-0x200ff
    2) Or, use these Game Genie codes to replace the cursor sprites with sprites that look like hands (bottom row in the screenshots): XSOSOEZA + NSOSVETA
    (continued)
    #NES #YoshisCookie #gameHacking #GameGenie

  8. In the NES game Yoshi's Cookie, you may be bothered by the cursor obscuring the cookies (top row in the screenshots). However, you can replace the cursor in one of two ways:
    1) Edit the iNES ROM with a hex editor to replace the cursor tiles with a blinking square in CHR ROM (middle row in the screenshots):
    - 0xff818181818181ff0000000000000000 to 0x200b0-0x200bf
    - 0x0000000000000000ff818181818181ff to 0x200f0-0x200ff
    2) Or, use these Game Genie codes to replace the cursor sprites with sprites that look like hands (bottom row in the screenshots): XSOSOEZA + NSOSVETA
    (continued)
    #NES #YoshisCookie #gameHacking #GameGenie

  9. 👾​ The Game Genie was great back in the day. Here is my boxed #Nintendo #Gameboy #GameGenie and my loose #segagenesis Game Genie. I also have a PS1 and PS2 #GameShark somewhere.

    I still remember a serious conversation that I had with my dad about cheating in games. I was 7. He taught me to appreciate the game as the developer intended first and never consider yourself to have beaten a game if you applied any cheat codes to it first. So I always played my games the way the devs intended first, and used the cheat codes as a way to change or enhance the replay value only. I also only used multi-player cheats if the other player agreed to using them too. 🎮​

    #videogames #sega #genesis #nintendo #NES #N64 #playstation #playstation2 #GameGenie #cheats #cheater