Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How did you guys decode the ram? #11

Open
otmanon opened this issue Mar 2, 2020 · 2 comments
Open

How did you guys decode the ram? #11

otmanon opened this issue Mar 2, 2020 · 2 comments

Comments

@otmanon
Copy link

otmanon commented Mar 2, 2020

Hi! Wondering where you guys found what each part of the RAM corresponds to? Couldn't have been guessing and checking could it?
Thanks

@augustelalande
Copy link
Collaborator

Not exactly guessing. We used the stella emulator to play the game, which also allows you to walk through the game frame by frame, visualize the RAM, and even change the value of registers. This makes finding things like character positions very easy.

@anassinator
Copy link
Owner

anassinator commented Mar 3, 2020

Welcome to the world of reverse engineering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants