Language…
19 users online:  BeeKaay, ben15420, DanMario24YT, Fullcannon, Golden Yoshi, Gorry, Green, Heitor Porfirio, JezJitzu, JPhanto, Metal-Yoshi94, Michel2023, NewPointless, OrangeBronzeDaisy, playagmes169, Ray Hamilton, ShoopDaWhoop, Skystarmania,  yoshi3706 - Guests: 267 - Bots: 506
Users: 64,795 (2,369 active)
Latest user: mathew

Address tracker v3

Tools → Address tracker v3

This file is obsolete. The latest version is Address tracker v4 (with auto-freeram-define assign). For other versions, check the version history.

Submission Details

Name: Address tracker v3
Author: HammerBrother
Added:
Version History: View
Operating System: Windows, Mac OS X, Linux
Platforms: SNES
Games: SMW
Source Available: Yes
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.

Techinically, this is open source since JS as an interpreted language.

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.

Github: https://github.com/GhbSmwc/SMW_Addressmapper
Tags: address tracking
Comments: 10 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 15.15 KiB | 50 downloads

Screenshots

View all

Comments (10)

HammerBrother Author Link
Another last minute updates:
07-04-2021

07-09-2021
-Fixed the duplicate detecting things that should be the same as different if these scenarios play out:
--Entry with blank description but whether or not have a tab character after the size/end_address.
--Leading zeroes in address, and size/end address.
HammerBrother Author Link
I really don't know if this is considered memory management, since this is intended to find free bytes of memory when installing ASM resources.
Vitor Vilela From older version: Address tracker v2 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 From older version: Address tracker v2 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 From older version: Address tracker v2 Link
is this a duplicate submission ?
HammerBrother Author From older version: Address tracker v2 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.