Language…
6 users online: Apple Boy, Chuycraft,  Donut, Linkan, Shiki_Makiro, StarWolf3000 - Guests: 65 - Bots: 138
Users: 69,745 (2,532 active)
Latest user: Johnny hotbody

Address tracker v2

Tools → Address tracker v2

This file is obsolete. The latest version is Address tracker v5. For other versions, check the version history.

Submission Details

Name: Address tracker v2
Author: HammerBrother
Added:
Version History: View
Operating System: Windows, Mac OS X, Linux
Platforms: SNES
Games: SMW
Source Available: No
Featured: No
Website: Link
Description: This is a simple javascript tool (which can be run on a browser) I made to help with tracking used addresses (specifically RAM addresses) when installing patches.

Features include sorting them, displaying the gap between two addresses, and if there are two or more entries conflicting (“overlap detected!”).

I made this because mere text form (and manuelly comparing them to check overlaps) noting the used RAM address can be difficult to find what RAM address is used or not, CTRL+F may not find used RAM address in most cases, and that listing every byte to alleviate that is clunky (see the HowToUse.txt to know what I mean). So by having a script reading all of this and automating the tasks makes this a lot easier.

This is certainly useful for collaboration hacks to visualize the RAMs being used in a compact user-friendly way.
Tags: address tracking
Comments: 8 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 84.04 KiB | 49 downloads

Screenshots

Comments (8)

Vitor Vilela Link
All modified changes are OK.

I've added version number to the submission name, but if you prefer it versioned in another manner, let me know.
brickblock369 Link
Originally posted by jesus angel
is this a duplicate submission ?

No, it's an update.
If it shows "obsoletes" in the waiting section, then it means it's an update.
jesus angel Link
is this a duplicate submission ?
HammerBrother Author Link
Fix an issue where if a tab is inserted and results the format being valid, the function to display the address won't update.

Example:
Code
$123456	1testing

If I add a tab character between 1 and testing, results in this:
Code
$123456	1	testing

This is now correct, however, it will not update the information presented below.
HammerBrother Author From older version: Address tracker Link
Also, this is my very first tool.
dtothefourth From older version: Address tracker Link
Tested in Firefox, Chrome, Edge. It doesn't work in IE because of BigInt usage but don't consider that a problem. I updated the tool so you can enter TABs just by typing them into the box, otherwise accepted as-is
HammerBrother Author From older version: Address tracker Link
Originally posted by kamekku14
I may fork this one and put this in a website for easy use.


Working on a tutorial/ASM library?
Klug From older version: Address tracker Link
I may fork this one and put this in a website for easy use.