Recent content by Sceptre

  1. S

    ROM Hack Research: SNES virtual console save files

    I hope this doesn't count as necro-posting, but in examining the save files used for some NES games on the Virtual Console that use the .ves/.vea format (on the Wii U, but probably 3DS too), I've come across some findings of my own that I think would be helpful to be recorded somewhere: First...
  2. S

    ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

    I assume there's a difference in the endianness that NHSE uses to parse the flower "count" as opposed to the datamined values; in NHSE, the count definitely goes the other way around to that spreadsheet. (If you want to check, plant a seed white rose, dig it up, and check it in the inventory...
  3. S

    ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

    If you've got already got a list of genes for the flowers (e.g. blue roses are recessive in all genes), then the binary representations of the genes are: Roses: sswwyyrr Everything else: 00ssyyrr or 00wwyyrr, depending on whether the flower has white/shade genes. Both alleles dominant is coded...
  4. S

    ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

    My guess is that NHSE uses the count value on the rose plant to specify the genes of the rose. Because blue roses correspond to exactly one of the eighty-one rose variants (both red dominant, both yellow dominant, both white recessive, darkest variant), the game loads the rose, sees the genes...
  5. S

    Hacking Custom Nintendont System Menu Channels for Wii/vWii

    Say that you had the file on sd:/games/Super Mario Sunshine/game.iso Then you'd have the line strcpy(nincfg.GamePath,"/games/Super Mario Sunshine/game.iso")
  6. S

    Hacking Custom Nintendont System Menu Channels for Wii/vWii

    Okay, so after having trouble compiling it this way, I tried this other way which mostly works. I did this through a little bit of trial and error, and there are still some issues; for example, I haven't figured out how to deal with the screen going weird when quitting the game on PAL Wii U via...
  7. S

    ROM Hack Pokemon Platinum: Enhanced Edition

    BTW, if it's possible, you might want to fix the Cyrus/Cedric confusion at the Pokémon League. Just saying.
  8. S

    ROM Hack Pokemon HG/SS fix discussion

    Personally testing my two-badge save, there is a fifteen event limit before crashing.
  9. S

    ROM Hack Pokemon HG/SS fix discussion

    Using the arm7 causes crashes at the Load Game screen, Using the arm9 crashes it before the copyright screen.