+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  There has GOT to be an easier way to do this (Atlas question).
Pages: 1 [2]
Author Topic: There has GOT to be an easier way to do this (Atlas question).  (Read 2 times)
Dragonsbrethren
Guest
« Reply #15 on: July 24, 2009, 04:57:47 pm »

Quote from: KaioShin on July 20, 2009, 01:23:41 pm
Quote from: RedComet on July 20, 2009, 01:20:09 pm
Use Cartographer.

It's still not released, or at least not yet in the database Lips sealed

Heh, I'm about to add it myself. I'm sick of linking to the release thread. Tongue
Nightcrawler
Guest
« Reply #16 on: July 25, 2009, 01:30:56 pm »

Yeah, there's something really wrong about a staff member telling people to use tools that aren't even in our database...
Klarth
Guest
« Reply #17 on: August 06, 2009, 01:25:24 am »

Sorry for the late response.

The method I intended people to use for "clean" scripts with funky ordered pointer tables are pointer lists.  This is briefly mentioned in the documentation but I don't think anybody has ever used it.

Basically you would have to dump the pointers to a separate file containing only the hex offsets of the pointers.  One per line like below:
$40000
$42504
$38888

Then you #CREATEPTRLIST (just like you would with a pointer table) and you can setup autowrite as well.

Alternatively, if your three pointer tables are consecutive offsets (ie, $40000 $40002 $40004 etc)...you can setup three pointer tables and do manual writes or make a <end0>, <end1>, etc autowrite tags for each.

PS: It's easier to find me via PM than on the board for Atlas questions/support.
Pages: 1 [2]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC