Hacking ROM Hack Help reverse engineering snes games

Fleshypi64

Member
OP
Newcomer
Joined
Mar 30, 2024
Messages
5
Trophies
0
Age
17
XP
31
Country
United States
Recently I've taken an interest in reverse engineering, I am more of a hardware guy but I've made a little progress in finding stuff in "spankys quest" for SNES in a hex editor. I'd like to see the ASCII code in a less jumbled and more readable format. If anyone has any tips or pointers, they would be greatly appreciated!
 

JaapDaniels

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
1,205
Trophies
1
Age
40
Website
github.com
XP
2,485
Country
Netherlands
About everything there is to know about the snes is: https://wiki.superfamicom.org/
Then there is https://github.com/snesrev?tab=repositories who reimplemented 3 snesroms to pc code.
The system is a modified µ-controller, about all games are built in assembly.
There is no OS layer, not even a bios layer, it reads the cardridge straight when the powere is supplied, only security in the snes Was the CIC, it has a 4 bit key region lock.
Some games introduced thier own security by checking the ram to match the game design.
 
Last edited by JaapDaniels,

Kwyjor

Well-Known Member
Member
Joined
May 23, 2018
Messages
4,323
Trophies
1
XP
4,473
Country
Canada
I'd like to see the ASCII code in a less jumbled and more readable format.
There is no "ASCII code". There is a compiled binary, which can be blindly* "disassembled" into equivalent assembly instructions, but those instructions in turn can only be meaningfully labelled through an excruciatingly tedious process of reverse-engineering and guesswork. If you were going into this expecting something other than jumbled and unreadable data, then you should revise your expectations.

*Disassembly typically does not distinguish between machine code and game data. In the end it's all just numbers and sometimes even figuring out what is machine code and what is not supposed to be interpreted as machine code is yet more guesswork.

I suggest DisplacedGamer's "Behind The Code" videos and Retro Game Mechanics Explained if this is all completely unfamiliar to you. Of course they don't all relate to SNES games, but many of the principles apply to all platforms.
 
Last edited by Kwyjor,
  • Like
Reactions: ack

JaapDaniels

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
1,205
Trophies
1
Age
40
Website
github.com
XP
2,485
Country
Netherlands
About everything there is to know about the snes is: https://wiki.superfamicom.org/
Then there is https://github.com/snesrev?tab=repositories who reimplemented 3 snesroms to pc code.
The system is a modified µ-controller, about all games are built in assembly.
There is no OS layer, not even a bios layer, it reads the cardridge straight when the powere is supplied, only security in the snes Was the CIC, it has a 4 bit key region lock.
Some games introduced thier own security by checking the ram to match the game design.
I forgot about: https://github.com/alekmaul/pvsneslib no good for reversing a game, but a great starting point for making your own game.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    and co op
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, kind of like mugen or rivals of aether?
  • S @ salazarcosplay:
    and also ahve the option to play as a human
  • S @ salazarcosplay:
    or set it up that when you get injured past a certain point they have to replace your human parts with cybernetics
  • Xdqwerty @ Xdqwerty:
    i have a placeholder enemy sprite i made
  • S @ salazarcosplay:
    or have it that you don't know you are a cyborg, robot, and you find out and have a existential crisis
  • S @ salazarcosplay:
    or have it start in the virtual world and you are an ai that gained sentience
  • Xdqwerty @ Xdqwerty:
    btw gonna wash my face in a bit, my eyes feel tired
  • S @ salazarcosplay:
    and you convince your owner to help you break out of the virtual world to real world
  • BigOnYa @ BigOnYa:
    Eyes - "yawn"
    +1
  • S @ salazarcosplay:
    you bleack in to goverment computer systems to get cyborg schematics so you can get a robot body constructed
  • Xdqwerty @ Xdqwerty:
    btw @BigOnYa the health bar doesnt decrease when i take damage (and yes i put the "at the beggining of the scene change value of greenflatbar: set to Protagonistcopmode.Health::Health())
  • S @ salazarcosplay:
    i the protagonist
  • S @ salazarcosplay:
    human, robot, cyborg
  • S @ salazarcosplay:
    human with cyborg enhancements
  • S @ salazarcosplay:
    or like terminatior
  • S @ salazarcosplay:
    with living tissue
  • BigOnYa @ BigOnYa:
    @Xdqwerty there is health behaviour you can add to your character, then to use a health bar is lil more complicated, google n watch a few tutorial video on it, be too hard to explain here.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the character has the health behavior
  • BigOnYa @ BigOnYa:
    I know you have to create a health and health max variable. Then there is a calculation you use in code to subtract width size of the health bar. Google few vids.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the "greenflatbar" is one of the preset health bars btw
  • BigOnYa @ BigOnYa:
    Yea you can use any bar/sprite. It will just change the width. Ok good luck and have fun. I'm off to go shoot some pool at the bar. Talk to you later.
    +1
    BigOnYa @ BigOnYa: Yea you can use any bar/sprite. It will just change the width. Ok good luck and have fun. I'm... +1